[Libreoffice-commits] core.git: sc/qa

Stephan Bergmann sbergman at redhat.com
Wed Mar 20 09:36:12 PDT 2013


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

New commits:
commit e9249e4f0177b4da68a5dfd6337b2a8993db89eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 20 17:35:44 2013 +0100

    Remove redundant "const" to silence bogus MSVC warnings
    
    Change-Id: Ice6615b4b0c9367efc278c3b399f6c35ede6fcd7

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 75b671b..f399e0d 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -6229,7 +6229,7 @@ void Test::testFormulaGrouping()
 
     static const struct {
         const char *pFormula[3];
-        const bool  bGroup[3];
+        bool  bGroup[3];
     } aGroupTests[] = {
         { { "=SUM(B1)",  "=SUM(C1)",    "" },            // single increments
           { true,        true,          false } },


More information about the Libreoffice-commits mailing list