summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-08-13 16:37:26 +0000
committerSascha Ballach <sab@openoffice.org>2002-08-13 16:37:26 +0000
commit8719648417d2c5ff5cf3d3dbfe4c45b15bfd5fe6 (patch)
tree93818e46f94e5cc8b207d589be3f5f82fb56bc27 /sc/source/ui/inc/AccessiblePageHeaderArea.hxx
parentd861d6d0ed8eaa2091dec44cd9fdbf1c933b0d9f (diff)
#102299#; implement XServiceInfo
Diffstat (limited to 'sc/source/ui/inc/AccessiblePageHeaderArea.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePageHeaderArea.hxx19
1 files changed, 17 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
index 16927b19f86e..91add8aeda74 100644
--- a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
+++ b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageHeaderArea.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2002-07-04 08:17:31 $
+ * last change: $Author: sab $ $Date: 2002-08-13 17:37:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,21 @@ public:
getAccessibleStateSet(void)
throw (::com::sun::star::uno::RuntimeException);
+ ///===== XServiceInfo ====================================================
+
+ /** Returns an identifier for the implementation of this object.
+ */
+ virtual ::rtl::OUString SAL_CALL
+ getImplementationName(void)
+ throw (::com::sun::star::uno::RuntimeException);
+
+ /** Returns a list of all supported services. In this case that is just
+ the AccessibleContext and Accessible service.
+ */
+ virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
+ getSupportedServiceNames(void)
+ throw (::com::sun::star::uno::RuntimeException);
+
///===== XTypeProvider ===================================================
/** Returns a implementation id.