summaryrefslogtreecommitdiff
path: root/configmgr/source/readonlyaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/readonlyaccess.hxx')
-rw-r--r--configmgr/source/readonlyaccess.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/readonlyaccess.hxx b/configmgr/source/readonlyaccess.hxx
index 9549789469b4..d60e4645f38d 100644
--- a/configmgr/source/readonlyaccess.hxx
+++ b/configmgr/source/readonlyaccess.hxx
@@ -40,7 +40,6 @@ namespace com { namespace sun { namespace star {
class XInterface;
}
} } }
-namespace rtl { class OUString; }
namespace configmgr { namespace read_only_access {
@@ -49,9 +48,9 @@ create(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const &);
-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();
} }