summaryrefslogtreecommitdiff
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
parent73132da7981cc6fdb27d5250ee064947a1a4084d (diff)
#106112# API change: remove getAccessibleKeyBindings from XAccessibleComponent interface
-rw-r--r--starmath/source/accessibility.cxx18
-rw-r--r--starmath/source/accessibility.hxx6
2 files changed, 4 insertions, 20 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index fe0cf1fb81d2..7fcd321768b0 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibility.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: tl $ $Date: 2002-10-22 09:31:09 $
+ * last change: $Author: tl $ $Date: 2002-12-09 13:14:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -318,13 +318,6 @@ void SAL_CALL SmGraphicAccessible::grabFocus()
pWin->GrabFocus();
}
-uno::Any SAL_CALL SmGraphicAccessible::getAccessibleKeyBinding()
- throw (RuntimeException)
-{
- vos::OGuard aGuard(Application::GetSolarMutex());
- return uno::Any();
-}
-
sal_Int32 SAL_CALL SmGraphicAccessible::getForeground()
throw (RuntimeException)
{
@@ -1632,13 +1625,6 @@ void SAL_CALL SmEditAccessible::grabFocus( )
pWin->GrabFocus();
}
-uno::Any SAL_CALL SmEditAccessible::getAccessibleKeyBinding( )
- throw (RuntimeException)
-{
- vos::OGuard aGuard(Application::GetSolarMutex());
- return uno::Any();
-}
-
sal_Int32 SAL_CALL SmEditAccessible::getForeground()
throw (RuntimeException)
{
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);