summaryrefslogtreecommitdiff
path: root/configmgr/source/readwriteaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/readwriteaccess.hxx')
-rw-r--r--configmgr/source/readwriteaccess.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/readwriteaccess.hxx b/configmgr/source/readwriteaccess.hxx
index 0413af35e60d..8e84a8607069 100644
--- a/configmgr/source/readwriteaccess.hxx
+++ b/configmgr/source/readwriteaccess.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_write_access {
+namespace configmgr::read_write_access {
css::uno::Reference< css::uno::XInterface >
create(
@@ -32,7 +32,7 @@ OUString getImplementationName();
css::uno::Sequence< OUString >
getSupportedServiceNames();
-} }
+}
#endif