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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/readonlyaccess.hxx b/configmgr/source/readonlyaccess.hxx
index 48c14946d6f7..7d80c986a3f8 100644
--- a/configmgr/source/readonlyaccess.hxx
+++ b/configmgr/source/readonlyaccess.hxx
@@ -13,14 +13,14 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace uno {
class XComponentContext;
class XInterface;
}
-} } }
+}
-namespace configmgr { namespace read_only_access {
+namespace configmgr::read_only_access {
css::uno::Reference< css::uno::XInterface >
create(
@@ -32,7 +32,7 @@ OUString getImplementationName();
css::uno::Sequence< OUString >
getSupportedServiceNames();
-} }
+}
#endif