From 08e7805d89e9dafe78d75f92e3ffff0b5ba6b843 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 9 Dec 2002 12:14:34 +0000 Subject: #106112# API change: remove getAccessibleKeyBindings from XAccessibleComponent interface --- starmath/source/accessibility.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'starmath/source/accessibility.hxx') 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); -- cgit