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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/readonlyaccess.hxx b/configmgr/source/readonlyaccess.hxx
index 7e9db8120bf8..9b8d903d5504 100644
--- a/configmgr/source/readonlyaccess.hxx
+++ b/configmgr/source/readonlyaccess.hxx
@@ -23,14 +23,14 @@ namespace com { namespace sun { namespace star {
namespace configmgr { namespace read_only_access {
-com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
const &);
OUString SAL_CALL getImplementationName();
-com::sun::star::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames();
} }