diff options
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index a840e283132f..82131b417b23 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -692,6 +692,7 @@ public: { B2DPoint aPoint(aPolygon.getB2DPoint(i)); aPoint += B2DPoint(0.5-getRandomOrdinal(1),0.5-getRandomOrdinal(1)); + aPolygonOffset.append(aPoint); } B2DPolyPolygon aPolyPolygon; aPolyPolygon.append(aPolygon); |