summaryrefslogtreecommitdiff
path: root/sc/inc/pageuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r--sc/inc/pageuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx
index 4a77b7e3e2ce..a0540d37a675 100644
--- a/sc/inc/pageuno.hxx
+++ b/sc/inc/pageuno.hxx
@@ -36,11 +36,11 @@ public:
_CreateShape( SdrObject *pObj ) const throw();
// XServiceInfo
- virtual ::rtl::OUString SAL_CALL getImplementationName()
+ virtual OUString SAL_CALL getImplementationName()
throw(::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL supportsService( const rtl::OUString& rServiceName )
+ virtual sal_Bool SAL_CALL supportsService( const OUString& rServiceName )
throw(com::sun::star::uno::RuntimeException);
- virtual com::sun::star::uno::Sequence<rtl::OUString> SAL_CALL getSupportedServiceNames()
+ virtual com::sun::star::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
throw(com::sun::star::uno::RuntimeException);
};