summaryrefslogtreecommitdiff
path: root/ucb/source/core/cmdenv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/cmdenv.hxx')
-rw-r--r--ucb/source/core/cmdenv.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/core/cmdenv.hxx b/ucb/source/core/cmdenv.hxx
index c8b33310f66c..4ba7c7c3bf6d 100644
--- a/ucb/source/core/cmdenv.hxx
+++ b/ucb/source/core/cmdenv.hxx
@@ -53,14 +53,14 @@ public:
com::sun::star::uno::RuntimeException );
// 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 );
@@ -75,9 +75,9 @@ public:
throw ( 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<