summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-12-10 16:28:35 +0000
committerThomas Benisch <tbe@openoffice.org>2002-12-10 16:28:35 +0000
commitff68a89a66ca5af2a6ba8d6f6bc0c6b194bc55ac (patch)
treefb5182de8e25e4e6625d9cf8992087b833d94ef1 /toolkit/inc/toolkit
parent3b04ec909346295123072a8fe90db08558b5da60 (diff)
#106154# Accessibility: AccessibleKeyBinding methods have changed
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
index f313d3e861ed..18fb542e36b2 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.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: tbe $ $Date: 2002-11-22 14:01:37 $
+ * last change: $Author: tbe $ $Date: 2002-12-10 17:26:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,9 +143,6 @@ 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();
@@ -181,7 +178,6 @@ public:
::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAt( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException);
::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno::RuntimeException);
void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
- ::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding( ) throw (::com::sun::star::uno::RuntimeException);
virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
@@ -216,9 +212,6 @@ private:
Reference< XAccessibleRelationSet > getAccessibleRelationSet()
Reference< XAccessibleStateSet > getAccessibleStateSet() => overload FillAccessibleStateSet( ... )
-// ::drafts::com::sun::star::accessibility::XAccessibleComponent
- Any getAccessibleKeyBinding()
-
---------------------------------------------------------- */