diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 13:56:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 13:47:45 +0100 |
commit | aee42a7bf199ce537273184428a892e74d7deea7 (patch) | |
tree | ebcb2f526fbc8d910c3e3a4638f7af344d038ff2 /drawinglayer/source/attribute/fillgraphicattribute.cxx | |
parent | 4a8d86d490743022699b3333fe1a053cae63a1d3 (diff) |
clang-tidy modernize-concat-nested-namespace in drawinglayer
Change-Id: If2644743ab0d9b78d42d1d2fe6fa22c83472d2c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87065
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer/source/attribute/fillgraphicattribute.cxx')
-rw-r--r-- | drawinglayer/source/attribute/fillgraphicattribute.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx index 11e40a3fd50c..fa9b4fd57138 100644 --- a/drawinglayer/source/attribute/fillgraphicattribute.cxx +++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx @@ -24,10 +24,8 @@ #include <drawinglayer/attribute/fillgraphicattribute.hxx> #include <vcl/graph.hxx> -namespace drawinglayer +namespace drawinglayer::attribute { - namespace attribute - { class ImpFillGraphicAttribute { public: @@ -152,7 +150,6 @@ namespace drawinglayer return mpFillGraphicAttribute->getOffsetY(); } - } // end of namespace attribute -} // end of namespace drawinglayer +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |