summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configurationprovider.hxx')
-rw-r--r--configmgr/source/configurationprovider.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx
index 8ee686c512b8..5d11aa9c0aee 100644
--- a/configmgr/source/configurationprovider.hxx
+++ b/configmgr/source/configurationprovider.hxx
@@ -35,7 +35,6 @@ namespace com { namespace sun { namespace star {
class XInterface;
}
} } }
-namespace rtl { class OUString; }
namespace configmgr { namespace configuration_provider {
@@ -43,15 +42,15 @@ com::sun::star::uno::Reference< com::sun::star::uno::XInterface > createDefault(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const & context);
-rtl::OUString SAL_CALL getImplementationName();
+OUString SAL_CALL getImplementationName();
-com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL
+com::sun::star::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames();
com::sun::star::uno::Reference< com::sun::star::lang::XSingleComponentFactory >
SAL_CALL createFactory(
- cppu::ComponentFactoryFunc, rtl::OUString const &,
- com::sun::star::uno::Sequence< rtl::OUString > const &, rtl_ModuleCount *)
+ cppu::ComponentFactoryFunc, OUString const &,
+ com::sun::star::uno::Sequence< OUString > const &, rtl_ModuleCount *)
SAL_THROW(());
} }