diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-05-11 22:44:38 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-05-12 10:32:19 +0200 |
commit | 876d8ffeeeb6168f553d2035954fdb5aa9ad1d66 (patch) | |
tree | 682ad5c8635d76e5152b6e4ab8e03453fc6c0ddf /include/basegfx/polygon/b2dpolypolygoncutter.hxx | |
parent | 3466488ef22752c8f6f47f7b8f1dac5cc0cb27a2 (diff) |
basegfx: simplify namespaces in ALL basegfx headers
Change-Id: Iaf9426507e3822363e69dff2cae2b22f34b1b26c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94034
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/basegfx/polygon/b2dpolypolygoncutter.hxx')
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygoncutter.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/basegfx/polygon/b2dpolypolygoncutter.hxx b/include/basegfx/polygon/b2dpolypolygoncutter.hxx index f09d3ca6e815..a5f4ba6626af 100644 --- a/include/basegfx/polygon/b2dpolypolygoncutter.hxx +++ b/include/basegfx/polygon/b2dpolypolygoncutter.hxx @@ -23,10 +23,8 @@ #include <basegfx/basegfxdllapi.h> -namespace basegfx +namespace basegfx::utils { - namespace utils - { /** Solve all crossovers (aka self-intersections) in a polyPolygon. This re-layouts all contained polygons so that the result @@ -140,7 +138,6 @@ namespace basegfx */ BASEGFX_DLLPUBLIC B2DPolyPolygon mergeToSinglePolyPolygon(const B2DPolyPolygonVector& rInput); - } // end of namespace utils -} // end of namespace basegfx +} // end of namespace basegfx::utils /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |