[Libreoffice-commits] .: sc/qa

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Sep 21 11:40:45 PDT 2011


 sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 71b8638b5a9233c13e2bbcaf41f2a4460bd46b4b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Sep 21 20:39:49 2011 +0200

    fix array initialization and thus windows build

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 1c56df6..b3260ca 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -609,7 +609,7 @@ void Test::testNamedRange()
 {
     struct {
         const char* pName; const char* pExpr; sal_uInt16 nIndex;
-    } aNames[] {
+    } aNames[] = {
         { "Divisor",  "$Sheet1.$A$1:$A$1048576", 1 },
         { "MyRange1", "$Sheet1.$A$1:$A$100",     2 },
         { "MyRange2", "$Sheet1.$B$1:$B$100",     3 },


More information about the Libreoffice-commits mailing list