summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationregistry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configurationregistry.hxx')
-rw-r--r--configmgr/source/configurationregistry.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/configurationregistry.hxx b/configmgr/source/configurationregistry.hxx
index d3f05fc2f724..12c619e4446c 100644
--- a/configmgr/source/configurationregistry.hxx
+++ b/configmgr/source/configurationregistry.hxx
@@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star {
class XInterface;
}
} } }
-namespace rtl { class OUString; }
namespace configmgr { namespace configuration_registry {
@@ -41,9 +40,9 @@ create(
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();
} }