diff options
author | Thomas Lange <tl@openoffice.org> | 2002-12-09 12:14:34 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-12-09 12:14:34 +0000 |
commit | 08e7805d89e9dafe78d75f92e3ffff0b5ba6b843 (patch) | |
tree | 21e207c8b1436f1477cf384ebbc92021bab639d3 /starmath/source/accessibility.cxx | |
parent | 73132da7981cc6fdb27d5250ee064947a1a4084d (diff) |
#106112# API change: remove getAccessibleKeyBindings from XAccessibleComponent interface
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r-- | starmath/source/accessibility.cxx | 18 |
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) { |