summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-12-10 14:26:32 +0000
committerThorsten Behrens <thb@openoffice.org>2002-12-10 14:26:32 +0000
commitb569edc5adafaab56153b048e47aa2ae856cdbe9 (patch)
treeedbbcea735ad3ed7ad7c365213d5e24cd5f2e36c /svx
parentfbbb2b87fad200ba83331f01306b390ea9dd3c24 (diff)
#105877# Removed getAccessibleKeyBinding
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/AccessibleEditableTextPara.cxx10
-rw-r--r--svx/source/accessibility/AccessibleEditableTextPara.hxx5
-rw-r--r--svx/source/accessibility/AccessibleImageBullet.cxx10
-rw-r--r--svx/source/accessibility/AccessibleImageBullet.hxx5
4 files changed, 8 insertions, 22 deletions
diff --git a/svx/source/accessibility/AccessibleEditableTextPara.cxx b/svx/source/accessibility/AccessibleEditableTextPara.cxx
index b2bfe7057156..354693a4dec2 100644
--- a/svx/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/svx/source/accessibility/AccessibleEditableTextPara.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleEditableTextPara.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: thb $ $Date: 2002-11-21 13:49:53 $
+ * last change: $Author: thb $ $Date: 2002-12-10 15:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1028,12 +1028,6 @@ namespace accessibility
setSelection(0,0);
}
- uno::Any SAL_CALL AccessibleEditableTextPara::getAccessibleKeyBinding( ) throw (uno::RuntimeException)
- {
- // AFAIK, none.
- return uno::Any();
- }
-
sal_Int32 SAL_CALL AccessibleEditableTextPara::getForeground( ) throw (::com::sun::star::uno::RuntimeException)
{
// #104444# Added to XAccessibleComponent interface
diff --git a/svx/source/accessibility/AccessibleEditableTextPara.hxx b/svx/source/accessibility/AccessibleEditableTextPara.hxx
index e98e42db9f0e..9b89445b34c9 100644
--- a/svx/source/accessibility/AccessibleEditableTextPara.hxx
+++ b/svx/source/accessibility/AccessibleEditableTextPara.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleEditableTextPara.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: thb $ $Date: 2002-11-21 13:49:53 $
+ * last change: $Author: thb $ $Date: 2002-12-10 15:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,7 +188,6 @@ namespace accessibility
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);
diff --git a/svx/source/accessibility/AccessibleImageBullet.cxx b/svx/source/accessibility/AccessibleImageBullet.cxx
index b0c294cf6f6b..8224ee38257c 100644
--- a/svx/source/accessibility/AccessibleImageBullet.cxx
+++ b/svx/source/accessibility/AccessibleImageBullet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleImageBullet.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: thb $ $Date: 2002-10-23 14:11:01 $
+ * last change: $Author: thb $ $Date: 2002-12-10 15:24:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -376,12 +376,6 @@ namespace accessibility
( static_cast< XAccessible* > (this) ) ); // disambiguate hierarchy
}
- uno::Any SAL_CALL AccessibleImageBullet::getAccessibleKeyBinding( ) throw (uno::RuntimeException)
- {
- // AFAIK, none.
- return uno::Any();
- }
-
sal_Int32 SAL_CALL AccessibleImageBullet::getForeground( ) throw (::com::sun::star::uno::RuntimeException)
{
// #104444# Added to XAccessibleComponent interface
diff --git a/svx/source/accessibility/AccessibleImageBullet.hxx b/svx/source/accessibility/AccessibleImageBullet.hxx
index c55594d16f2b..f3e7ab614ff1 100644
--- a/svx/source/accessibility/AccessibleImageBullet.hxx
+++ b/svx/source/accessibility/AccessibleImageBullet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleImageBullet.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: thb $ $Date: 2002-10-23 14:11:02 $
+ * last change: $Author: thb $ $Date: 2002-12-10 15:24:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,7 +162,6 @@ namespace accessibility
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);