summaryrefslogtreecommitdiff
path: root/sc/inc/pageuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-27 10:11:55 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-27 10:11:55 +0000
commit526d3611a7a87181170ff0255c27c5d75813c95f (patch)
tree69de7d7d0c0e65539dd1e27a5e50142bba0ab113 /sc/inc/pageuno.hxx
parentc5b62249a43356766fe3ecdd435abce7f0371f18 (diff)
#86769#; support SpreadsheetDrawPage service
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r--sc/inc/pageuno.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx
index 2fd179416ea8..b1ea1dd289bc 100644
--- a/sc/inc/pageuno.hxx
+++ b/sc/inc/pageuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pageuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2001-09-13 09:38:55 $
+ * last change: $Author: sab $ $Date: 2002-09-27 11:11:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,14 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
_CreateShape( SdrObject *pObj ) const throw();
+
+ // XServiceInfo
+ virtual ::rtl::OUString SAL_CALL getImplementationName()
+ throw(::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL supportsService( const rtl::OUString& rServiceName )
+ throw(com::sun::star::uno::RuntimeException);
+ virtual com::sun::star::uno::Sequence<rtl::OUString> SAL_CALL getSupportedServiceNames()
+ throw(com::sun::star::uno::RuntimeException);
};
#endif