summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-12-09 12:14:34 +0000
committerThomas Lange <tl@openoffice.org>2002-12-09 12:14:34 +0000
commit08e7805d89e9dafe78d75f92e3ffff0b5ba6b843 (patch)
tree21e207c8b1436f1477cf384ebbc92021bab639d3 /starmath/source/accessibility.hxx
parent73132da7981cc6fdb27d5250ee064947a1a4084d (diff)
#106112# API change: remove getAccessibleKeyBindings from XAccessibleComponent interface
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r--starmath/source/accessibility.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index adb20ef71dab..ffa409684cc8 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibility.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tl $ $Date: 2002-10-22 09:31:07 $
+ * last change: $Author: tl $ $Date: 2002-12-09 13:14:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,7 +184,6 @@ public:
virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
- virtual ::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);
@@ -425,7 +424,6 @@ public:
virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
- virtual ::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);