summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive3d/baseprimitive3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive3d/baseprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/baseprimitive3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive3d/baseprimitive3d.cxx b/drawinglayer/source/primitive3d/baseprimitive3d.cxx
index 7180e73e992d..02ba16fda68c 100644
--- a/drawinglayer/source/primitive3d/baseprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/baseprimitive3d.cxx
@@ -141,7 +141,7 @@ namespace drawinglayer
{
const size_t nCount(size());
- for(size_t a(0L); a < nCount; a++)
+ for(size_t a(0); a < nCount; a++)
{
aRetval.expand(getB3DRangeFromPrimitive3DReference((*this)[a], aViewInformation));
}
@@ -202,7 +202,7 @@ namespace drawinglayer
return false;
}
- for(size_t a(0L); a < nCount; a++)
+ for(size_t a(0); a < nCount; a++)
{
if(!arePrimitive3DReferencesEqual((*this)[a], rB[a]))
{