summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/poly.cxx')
-rw-r--r--tools/source/generic/poly.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index ac0510ad59f1..4f4bdf5dffe8 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -110,8 +110,8 @@ ImplPolygon::ImplPolygon( const tools::Rectangle& rRect )
mxPointAry[2] = rRect.BottomRight();
mxPointAry[3] = rRect.BottomLeft();
mxPointAry[4] = rRect.TopLeft();
- }
- else
+ }
+ else
mnPoints = 0;
}