From 16d26d178785bead496af0850604d7816f0e453a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 15 Jan 2020 08:47:39 +0200 Subject: 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 --- svx/source/sdr/properties/groupproperties.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'svx/source/sdr/properties/groupproperties.cxx') 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 -namespace sdr -{ - namespace properties +namespace sdr::properties { // create a new itemset std::unique_ptr 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: */ -- cgit