summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r--starmath/source/accessibility.cxx18
1 files changed, 2 insertions, 16 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)
{