summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 20:54:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 06:58:44 +0100
commit4b40797585c5f68e2266586d33db4c4b6af498d5 (patch)
tree539eaf529c235b8e9ab49688543fdc18bd74e0cc /sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
parenta7f28581ad27705a86e6945f03cf219f7e4aa969 (diff)
clang-tidy modernize-concat-nested-namespace in sd
Change-Id: I805cc225420de46d1fa7cbfcc22468e00cb5f5ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86805 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx')
-rw-r--r--sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
index 77b89df058e5..2500d945cc31 100644
--- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
+++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
@@ -25,7 +25,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::drawing::framework;
-namespace sd { namespace framework {
+namespace sd::framework {
GenericConfigurationChangeRequest::GenericConfigurationChangeRequest (
const Reference<XResourceId>& rxResourceId,
@@ -72,6 +72,6 @@ void SAL_CALL GenericConfigurationChangeRequest::setName (const OUString&)
// Ignored.
}
-} } // end of namespace sd::framework
+} // end of namespace sd::framework
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */