summaryrefslogtreecommitdiffstats
path: root/include/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 12:55:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 18:06:55 +0200
commit0178e36bc0328bf26fc5d811921e6362a4d2d6d5 (patch)
tree53ba8e1299e8d52bb6ab17323abfbab89251fecb /include/basegfx
parentcompact namespace: dbaccess,desktop (diff)
downloadcore-0178e36bc0328bf26fc5d811921e6362a4d2d6d5.tar.gz
core-0178e36bc0328bf26fc5d811921e6362a4d2d6d5.zip
compact namespace: basegfx,canvas
Change-Id: Idc808459b403bcdcccbd86b73dd22b424e507c8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98897 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/range/b2drangeclipper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basegfx/range/b2drangeclipper.hxx b/include/basegfx/range/b2drangeclipper.hxx
index 63e8f05c2fc9..6ea0a3f0e2d9 100644
--- a/include/basegfx/range/b2drangeclipper.hxx
+++ b/include/basegfx/range/b2drangeclipper.hxx
@@ -23,10 +23,8 @@
#include <vector>
#include <basegfx/basegfxdllapi.h>
-namespace basegfx
+namespace basegfx::utils
{
- namespace utils
- {
/** Extract poly-polygon w/o self-intersections from poly-range
Similar to the solveCrossovers(const B2DPolyPolygon&)
@@ -36,7 +34,6 @@ namespace basegfx
*/
BASEGFX_DLLPUBLIC B2DPolyPolygon solveCrossovers(const std::vector<B2DRange>& rRanges,
const std::vector<B2VectorOrientation>& rOrientations);
- }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */