summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-11-12 16:51:49 +0000
committerThomas Benisch <tbe@openoffice.org>2002-11-12 16:51:49 +0000
commitacbe4a05e13157c957578e85208a64948fb5adf8 (patch)
tree9aac875cb02885918cb8f4b440d8e15d98802f92 /toolkit/inc
parent6b67c811ed3598002d752e1c0c3865737b669e22 (diff)
#104857# insufficient reporting on spin fields
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindows.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx
index dd7020e5bb81..dd01a04922de 100644
--- a/toolkit/inc/toolkit/awt/vclxwindows.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindows.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: mt $ $Date: 2002-09-04 08:39:52 $
+ * last change: $Author: tbe $ $Date: 2002-11-12 17:51:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -853,6 +853,7 @@ private:
protected:
void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext > CreateAccessibleContext();
public:
VCLXSpinField();