summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolypolygoncutter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:11:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:12:05 +0100
commitf8554b5053d17d39f71eca246e4ad7264f4998a8 (patch)
treef4c171bd7ed7805f71fc385d4f3d1ce4f0a470d2 /basegfx/source/polygon/b2dpolypolygoncutter.cxx
parentbcc6b77164134a1ea84f8ac2f5b8e6afa02e4228 (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/polygon/b2dpolypolygoncutter.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolypolygoncutter.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
index 0ea1e8b9b863..fa0471403d92 100644
--- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx
+++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
@@ -680,9 +680,7 @@ namespace basegfx
} // end of anonymous namespace
} // end of namespace basegfx
-namespace basegfx
-{
- namespace utils
+namespace basegfx::utils
{
B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate)
@@ -1106,7 +1104,6 @@ namespace basegfx
return B2DPolyPolygon();
}
- } // end of namespace utils
-} // end of namespace basegfx
+ } // end of namespace basegfx
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */