[Libreoffice-commits] core.git: basegfx/source

Michael Meeks michael.meeks at collabora.com
Wed Jan 1 04:07:55 PST 2014


 basegfx/source/polygon/b2dtrapezoid.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6999ccfc69ca08d9a9250e983431c1cc71c71ad
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Jan 1 12:05:13 2014 +0000

    WaE: basegfx / trapezoid fix.
    
    Change-Id: I57133c169754aa213eced347bc2217fda1044156

diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index 275f375..dc36587 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -198,7 +198,7 @@ namespace basegfx
         /// Class to allow efficient allocation and release of B2DPoints
         class PointBlockAllocator
         {
-            static const int nBlockSize = 32;
+            static const size_t nBlockSize = 32;
             size_t nCurPoint;
             B2DPoint *mpPointBase;
             /// Special case the first allocation to avoid it.


More information about the Libreoffice-commits mailing list