summaryrefslogtreecommitdiff
path: root/configmgr/source/readonlyaccess.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 16:25:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 06:58:20 +0100
commit8dbe8eac89c563cbbc2de5c8e281f4fd9b817328 (patch)
tree82855531575afa6e4bbb18d32fc782058dcd285a /configmgr/source/readonlyaccess.cxx
parent248ddbc4e9191c7f980fc8d6df6337fc535faab0 (diff)
clang-tidy modernize-concat-nested-namespace in codemaker..configmgr
Change-Id: I48452480fae169e11d60b125bbd0226b6a35a25c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86800 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr/source/readonlyaccess.cxx')
-rw-r--r--configmgr/source/readonlyaccess.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/readonlyaccess.cxx b/configmgr/source/readonlyaccess.cxx
index 079459dc747f..5da0f122cc7d 100644
--- a/configmgr/source/readonlyaccess.cxx
+++ b/configmgr/source/readonlyaccess.cxx
@@ -32,7 +32,7 @@
#include "readonlyaccess.hxx"
#include "rootaccess.hxx"
-namespace configmgr { namespace read_only_access {
+namespace configmgr::read_only_access {
namespace {
@@ -124,6 +124,6 @@ css::uno::Sequence< OUString > getSupportedServiceNames() {
return css::uno::Sequence< OUString > { "com.sun.star.configuration.ReadOnlyAccess" };
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */