From 526d3611a7a87181170ff0255c27c5d75813c95f Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Fri, 27 Sep 2002 10:11:55 +0000 Subject: #86769#; support SpreadsheetDrawPage service --- sc/inc/pageuno.hxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'sc/inc/pageuno.hxx') 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 SAL_CALL getSupportedServiceNames() + throw(com::sun::star::uno::RuntimeException); }; #endif -- cgit v1.2.3