summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygontools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b2dpolygontools.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index 4ac68958eaa2..c2089431e1fb 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -39,9 +39,7 @@
#define ANGLE_BOUND_MINIMUM_VALUE (0.1)
#define STEPSPERQUARTER (3)
-namespace basegfx
-{
- namespace utils
+namespace basegfx::utils
{
void openWithGeometryChange(B2DPolygon& rCandidate)
{
@@ -3487,7 +3485,6 @@ namespace basegfx
}
}
- } // end of namespace utils
-} // end of namespace basegfx
+ } // end of namespace basegfx
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */