diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:11:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:12:05 +0100 |
commit | f8554b5053d17d39f71eca246e4ad7264f4998a8 (patch) | |
tree | f4c171bd7ed7805f71fc385d4f3d1ce4f0a470d2 /basegfx/source/tools/b2dclipstate.cxx | |
parent | bcc6b77164134a1ea84f8ac2f5b8e6afa02e4228 (diff) |
clang-tidy modernize-concat-nested-namespace in basegfx
Change-Id: I79b5b135c00b31152ff37de3485dcbb955ca1071
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86757
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx/source/tools/b2dclipstate.cxx')
-rw-r--r-- | basegfx/source/tools/b2dclipstate.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basegfx/source/tools/b2dclipstate.cxx b/basegfx/source/tools/b2dclipstate.cxx index 1d1d34a29b99..4efe6fc2cb5e 100644 --- a/basegfx/source/tools/b2dclipstate.cxx +++ b/basegfx/source/tools/b2dclipstate.cxx @@ -28,9 +28,7 @@ #include <basegfx/polygon/b2dpolypolygoncutter.hxx> -namespace basegfx -{ -namespace utils +namespace basegfx::utils { class ImplB2DClipState { @@ -477,7 +475,6 @@ namespace utils } -} // end of namespace utils } // end of namespace basegfx /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |