summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-01-22 07:52:35 +0000
committerSascha Ballach <sab@openoffice.org>2002-01-22 07:52:35 +0000
commitcde01e6a96c73a90aba78f7a1cfff113e3dde499 (patch)
treed74e1291faf0b905bdef353d78475247ac2a9c26 /sc/source/ui/inc/AccessibleTableBase.hxx
parent6a708001648bc59bf9e12bd20011c6ad05fa2bfc (diff)
#95584#; use createAccessibleDescription, createAccessibleName instead of setAccessibleDescription, setAccessibleName
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index 211e8784a..9dd4acda9 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTableBase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2002-01-18 11:56:27 $
+ * last change: $Author: sab $ $Date: 2002-01-22 08:51:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,16 +231,18 @@ public:
throw (::com::sun::star::uno::RuntimeException,
::com::sun::star::lang::IndexOutOfBoundsException);
+protected:
/// Return this object's description.
virtual ::rtl::OUString SAL_CALL
- getAccessibleDescription (void)
+ createAccessibleDescription (void)
throw (::com::sun::star::uno::RuntimeException);
/// Return the object's current name.
virtual ::rtl::OUString SAL_CALL
- getAccessibleName (void)
+ createAccessibleName (void)
throw (::com::sun::star::uno::RuntimeException);
+public:
/// Return NULL to indicate that an empty relation set.
virtual ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL