summaryrefslogtreecommitdiffstats
path: root/include/basegfx/polygon/b2dtrapezoid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dtrapezoid.hxx')
-rw-r--r--include/basegfx/polygon/b2dtrapezoid.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basegfx/polygon/b2dtrapezoid.hxx b/include/basegfx/polygon/b2dtrapezoid.hxx
index 1aff47467af9..569f1425f83a 100644
--- a/include/basegfx/polygon/b2dtrapezoid.hxx
+++ b/include/basegfx/polygon/b2dtrapezoid.hxx
@@ -25,7 +25,7 @@
#include <vector>
#include <basegfx/basegfxdllapi.h>
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
@@ -36,7 +36,7 @@ namespace basegfx
// Geometry data. YValues are down-oriented, this means bottom should
// be bigger than top to be below it. The constructor implementation
// guarantees:
- //
+
// - mfBottomY >= mfTopY
// - mfTopXRight >= mfTopXLeft
// - mfBottomXRight >= mfBottomXLeft
@@ -73,7 +73,7 @@ namespace basegfx
} // end of namespace basegfx
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
@@ -117,7 +117,7 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-//////////////////////////////////////////////////////////////////////////////
+
#endif // INCLUDED_BASEGFX_POLYGON_B2DTRAPEZOID_HXX