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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/configurationregistry.hxx b/configmgr/source/configurationregistry.hxx
index 0477facb3d65..5f74880590aa 100644
--- a/configmgr/source/configurationregistry.hxx
+++ b/configmgr/source/configurationregistry.hxx
@@ -25,14 +25,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 configuration_registry {
+namespace configmgr::configuration_registry {
css::uno::Reference< css::uno::XInterface >
create(
@@ -44,7 +44,7 @@ OUString getImplementationName();
css::uno::Sequence< OUString >
getSupportedServiceNames();
-} }
+}
#endif