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

Michael Meeks michael.meeks at collabora.com
Tue Oct 14 14:20:48 PDT 2014


 filter/source/graphicfilter/icgm/outact.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9e0ab477728f543efa78a04411057aed6c6c1e5
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Tue Oct 14 18:16:52 2014 -0300

    fix tinderboxen with the right sort of brackets.
    
    Change-Id: I13869771890ce5702d64053e7823dd5cedc82a40

diff --git a/filter/source/graphicfilter/icgm/outact.cxx b/filter/source/graphicfilter/icgm/outact.cxx
index 283b35c..605be09 100644
--- a/filter/source/graphicfilter/icgm/outact.cxx
+++ b/filter/source/graphicfilter/icgm/outact.cxx
@@ -28,7 +28,7 @@ CGMOutAct::CGMOutAct( CGM& rCGM )
     mpCGM = &rCGM;
     mnCurrentPage = 0;
     mnGroupActCount = mnGroupLevel = 0;
-    mpGroupLevel = new sal_uInt32[CGM_OUTACT_MAX_GROUP_LEVEL] {};
+    mpGroupLevel = new sal_uInt32[CGM_OUTACT_MAX_GROUP_LEVEL] ();
     mpPoints = (Point*)new sal_Int8[ 0x2000 * sizeof( Point ) ];
     mpFlags = new sal_uInt8[ 0x2000 ];
 


More information about the Libreoffice-commits mailing list