summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/poly2.cxx')
-rw-r--r--tools/source/generic/poly2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx
index aa732f455262..089c7150d996 100644
--- a/tools/source/generic/poly2.cxx
+++ b/tools/source/generic/poly2.cxx
@@ -789,7 +789,7 @@ void PolyPolygon::Write( SvStream& rOStream ) const
// Die einzelnen Polygone ausgeben
for ( sal_uInt16 i = 0; i < nPolyCount; i++ )
- mpImplPolyPolygon->mpPolyAry[i]->ImplWrite( rOStream );;
+ mpImplPolyPolygon->mpPolyAry[i]->ImplWrite( rOStream );
}
// -----------------------------------------------------------------------