summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePageShape.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-06-28 13:46:44 +0000
committerAndre Fischer <af@openoffice.org>2002-06-28 13:46:44 +0000
commit19b89cc096aca68e6785bd39a4b6357e0b8a3827 (patch)
treee40ff6bfcd1c6943107a7032b976f12f2a8e20d8 /sd/source/ui/inc/AccessiblePageShape.hxx
parent11a90260da7be0fe6f721914c1c1767b3650ad69 (diff)
#100363# Added support for XServiceInfo::getSupportedServiceNames.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePageShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePageShape.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx
index 9f4d20f3a72a..8dd5a9e39e6e 100644
--- a/sd/source/ui/inc/AccessiblePageShape.hxx
+++ b/sd/source/ui/inc/AccessiblePageShape.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageShape.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: af $ $Date: 2002-05-23 10:07:04 $
+ * last change: $Author: af $ $Date: 2002-06-28 14:45:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,12 +180,15 @@ public:
//===== XServiceInfo ====================================================
- /** Returns an identifier for the implementation of this object.
- */
virtual ::rtl::OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
+ getSupportedServiceNames (void)
+ throw (::com::sun::star::uno::RuntimeException);
+
+
//===== lang::XEventListener ============================================
virtual void SAL_CALL