summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx
index 602b8688682f..6551c7fe46d7 100644
--- a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx
@@ -39,14 +39,14 @@ public:
virtual ~DocumentContentFactory();
// 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& ServiceName )
+ supportsService( const OUString& ServiceName )
throw ( com::sun::star::uno::RuntimeException );
- virtual com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
+ virtual com::sun::star::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames()
throw ( com::sun::star::uno::RuntimeException );
@@ -59,9 +59,9 @@ public:
com::sun::star::uno::RuntimeException );
// Non-UNO interfaces
- static rtl::OUString
+ static OUString
getImplementationName_Static();
- static com::sun::star::uno::Sequence< rtl::OUString >
+ static com::sun::star::uno::Sequence< OUString >
getSupportedServiceNames_Static();
static com::sun::star::uno::Reference<