From faa4280d0a138f79d45df0a56ac31dd0fcd790e9 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 28 Jul 2006 11:43:20 +0000 Subject: #i65904# Made code compile warning-free for MSVC; removed inline statement from the longer functions --- basebmp/source/polypolygonrenderer.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basebmp/source/polypolygonrenderer.cxx') diff --git a/basebmp/source/polypolygonrenderer.cxx b/basebmp/source/polypolygonrenderer.cxx index c94e7fae137e..e30b62f1b531 100644 --- a/basebmp/source/polypolygonrenderer.cxx +++ b/basebmp/source/polypolygonrenderer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: polypolygonrenderer.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: thb $ $Date: 2006-07-27 11:35:31 $ + * last change: $Author: thb $ $Date: 2006-07-28 12:43:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ namespace detail basegfx::B2DPolyPolygon const& rPolyPoly, sal_Int32 nMinY ) { - sal_uInt32 const nNumScanlines( rGET.size() ); + sal_Int32 const nNumScanlines( (sal_Int32)rGET.size() ); // add all polygons to GET for( sal_uInt32 i(0), nCount(rPolyPoly.count()); -- cgit v1.2.3