diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 08:47:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 09:31:07 +0100 |
commit | 16d26d178785bead496af0850604d7816f0e453a (patch) | |
tree | 39fddcec02b5f12f6ad7c713f0c694f4eec0db36 /svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx | |
parent | bf17db716f4ecaf28c2a0797bf90c9b0731015d6 (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/attribute/sdrlineshadowtextattribute.cxx')
-rw-r--r-- | svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx index fb232e3c677a..df964b32e367 100644 --- a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx @@ -21,9 +21,7 @@ #include <svx/sdr/attribute/sdrlineshadowtextattribute.hxx> -namespace drawinglayer -{ - namespace attribute +namespace drawinglayer::attribute { SdrLineShadowTextAttribute::SdrLineShadowTextAttribute( const SdrLineAttribute& rLine, @@ -72,7 +70,6 @@ namespace drawinglayer && getLine() == rCandidate.getLine() && getLineStartEnd() == rCandidate.getLineStartEnd()); } - } // end of namespace attribute -} // end of namespace drawinglayer + } // end of namespace drawinglayer /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |