summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-11-22 13:03:05 +0000
committerThomas Benisch <tbe@openoffice.org>2002-11-22 13:03:05 +0000
commitbc30fd8541a770867dfbf7b98503722f43077ad9 (patch)
tree6e03e3bd6a96da5dca1358c121673532111c020a /toolkit/inc/toolkit
parent88e5002551889f26255a40b80c89301789b6d2a6 (diff)
#105058# make NotifyAccessibleEvent virtual
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
index 6d0eec525b0a..f313d3e861ed 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.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: tbe $ $Date: 2002-11-06 15:14:42 $
+ * last change: $Author: tbe $ $Date: 2002-11-22 14:01:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,6 +143,9 @@ protected:
::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEvent ) const;
+ // OAccessibleContextHelper
+ virtual void SAL_CALL NotifyAccessibleEvent( const sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue );
+
public:
VCLXAccessibleComponent( VCLXWindow* pVCLXindow );
~VCLXAccessibleComponent();