summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-03-11 16:20:54 +0000
committerThomas Benisch <tbe@openoffice.org>2002-03-11 16:20:54 +0000
commitebbb9b626cbc64c77a9f6205fa737facb6365bee (patch)
treee50bca5c78deb9001461e87e94c1b2eca7aa3a5c /toolkit/inc/toolkit
parent3aaa508c7aa187350a7733bc7984f1a12174c633 (diff)
#97222# CreateAccessibleContext for VCLXCheckBox
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindows.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx
index 9f3b99fc9f25..64d5268bd207 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: mt $ $Date: 2002-03-08 08:53:21 $
+ * last change: $Author: tbe $ $Date: 2002-03-11 17:20:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -409,7 +409,6 @@ protected:
void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext > CreateAccessibleContext();
-
public:
VCLXCheckBox();