summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xattr.cxx')
-rw-r--r--svx/source/xoutdev/xattr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 055049376300..73d6c6175b49 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -1127,7 +1127,7 @@ XLineStartItem* XLineStartItem::checkForUniqueItem( SdrModel* pModel ) const
return new XLineStartItem( "", maPolyPolygon );
}
- if( maPolyPolygon.count() > 1L )
+ if( maPolyPolygon.count() > 1 )
{
// check if the polygon is closed
if(!maPolyPolygon.isClosed())
@@ -1383,7 +1383,7 @@ XLineEndItem* XLineEndItem::checkForUniqueItem( SdrModel* pModel ) const
return new XLineEndItem( "", maPolyPolygon );
}
- if( maPolyPolygon.count() > 1L )
+ if( maPolyPolygon.count() > 1 )
{
// check if the polygon is closed
if(!maPolyPolygon.isClosed())