summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-01 07:38:25 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-01 07:38:25 +0000
commit26073ba87d90c97cdd49eb64b588c0091d54738d (patch)
tree4ef6bf420a3c378e836a5ee8539bb25995169563 /sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
parent6384399612b8ac71fdbfeed00e3a1d4caabc1987 (diff)
#95584#; add XAccessibleText support; copy getImplementationId method
Diffstat (limited to 'sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
index ad98d638e60d..26b8aec6353f 100644
--- a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
+++ b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePreviewHeaderCell.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2002-02-28 19:28:48 $
+ * last change: $Author: sab $ $Date: 2002-03-01 08:36:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,6 +147,14 @@ public:
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
throw(::com::sun::star::uno::RuntimeException);
+ ///===== XTypeProvider ===================================================
+
+ /** Returns a implementation id.
+ */
+ virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
+ getImplementationId(void)
+ throw (::com::sun::star::uno::RuntimeException);
+
protected:
virtual ::rtl::OUString SAL_CALL createAccessibleDescription(void) throw(::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL createAccessibleName(void) throw (::com::sun::star::uno::RuntimeException);