summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-06-03 14:54:17 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-06-03 14:54:17 +0000
commit7eadcb766f44c8bce36128e21802dd99c9ceeada (patch)
treec7da6d9eacac21727bacc72567f52cef9596a256 /toolkit/inc/toolkit
parentbc2daa1c345f47ce49145d7324760301f5f8777e (diff)
#99526# helper function for child events
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
index b5136cc18074..2cde21161a4f 100644
--- a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxaccessiblecomponent.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ssa $ $Date: 2002-05-30 12:35:22 $
+ * last change: $Author: ssa $ $Date: 2002-06-03 15:54:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,8 @@ protected:
virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEvent ) const;
+
public:
VCLXAccessibleComponent( VCLXWindow* pVCLXindow );
~VCLXAccessibleComponent();