summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly2.cxx
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /tools/source/generic/poly2.cxx
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
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 );
}
// -----------------------------------------------------------------------