diff options
Diffstat (limited to 'include/basegfx/polygon')
-rw-r--r-- | include/basegfx/polygon/b2dpolygon.hxx | 3 | ||||
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygon.hxx | 3 | ||||
-rw-r--r-- | include/basegfx/polygon/b3dpolygon.hxx | 6 | ||||
-rw-r--r-- | include/basegfx/polygon/b3dpolypolygon.hxx | 5 |
4 files changed, 4 insertions, 13 deletions
diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx index da88050c5238..1ca11b240316 100644 --- a/include/basegfx/polygon/b2dpolygon.hxx +++ b/include/basegfx/polygon/b2dpolygon.hxx @@ -28,7 +28,6 @@ #include <basegfx/range/b2drange.hxx> #include <basegfx/basegfxdllapi.h> -// predeclarations class ImplB2DPolygon; namespace basegfx @@ -38,7 +37,7 @@ namespace basegfx class B2DVector; class B2DHomMatrix; class B2DCubicBezier; -} // end of namespace basegfx +} namespace basegfx { diff --git a/include/basegfx/polygon/b2dpolypolygon.hxx b/include/basegfx/polygon/b2dpolypolygon.hxx index 07bffcd6527d..3527c84da811 100644 --- a/include/basegfx/polygon/b2dpolypolygon.hxx +++ b/include/basegfx/polygon/b2dpolypolygon.hxx @@ -29,13 +29,12 @@ #include <basegfx/basegfxdllapi.h> #include <basegfx/polygon/b2dpolygon.hxx> -// predeclarations class ImplB2DPolyPolygon; namespace basegfx { class B2DHomMatrix; -} // end of namespace basegfx +} namespace basegfx { diff --git a/include/basegfx/polygon/b3dpolygon.hxx b/include/basegfx/polygon/b3dpolygon.hxx index 17ab965a8bb6..58a4c0cf27eb 100644 --- a/include/basegfx/polygon/b3dpolygon.hxx +++ b/include/basegfx/polygon/b3dpolygon.hxx @@ -24,8 +24,6 @@ #include <o3tl/cow_wrapper.hxx> #include <basegfx/basegfxdllapi.h> - -// predeclarations class ImplB3DPolygon; namespace basegfx @@ -37,9 +35,7 @@ namespace basegfx class B2DPoint; class B2DHomMatrix; class BColor; -} // end of namespace basegfx - - +} namespace basegfx { diff --git a/include/basegfx/polygon/b3dpolypolygon.hxx b/include/basegfx/polygon/b3dpolypolygon.hxx index 3ca1e10740ae..040990f66d21 100644 --- a/include/basegfx/polygon/b3dpolypolygon.hxx +++ b/include/basegfx/polygon/b3dpolypolygon.hxx @@ -24,7 +24,6 @@ #include <o3tl/cow_wrapper.hxx> #include <basegfx/basegfxdllapi.h> -// predeclarations class ImplB3DPolyPolygon; namespace basegfx @@ -32,9 +31,7 @@ namespace basegfx class B3DPolygon; class B3DHomMatrix; class B2DHomMatrix; -} // end of namespace basegfx - - +} namespace basegfx { |