summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/groupproperties.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 08:47:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 09:31:07 +0100
commit16d26d178785bead496af0850604d7816f0e453a (patch)
tree39fddcec02b5f12f6ad7c713f0c694f4eec0db36 /svx/source/sdr/properties/groupproperties.cxx
parentbf17db716f4ecaf28c2a0797bf90c9b0731015d6 (diff)
clang-tidy modernize-concat-nested-namespace in svx
Change-Id: I8a00f2823aa956afb995ee68c9f995bf08ad5239 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86824 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/sdr/properties/groupproperties.cxx')
-rw-r--r--svx/source/sdr/properties/groupproperties.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index b5be536ede5b..560adc8c4d2f 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -29,9 +29,7 @@
#include <svx/svdpage.hxx>
-namespace sdr
-{
- namespace properties
+namespace sdr::properties
{
// create a new itemset
std::unique_ptr<SfxItemSet> GroupProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool)
@@ -262,7 +260,6 @@ namespace sdr
pSub->GetObj(a)->GetProperties().ForceStyleToHardAttributes();
}
}
- } // end of namespace properties
-} // end of namespace sdr
+ } // end of namespace sdr
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */