sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e9249e4f0177b4da68a5dfd6337b2a8993db89eb Author: Stephan Bergmann <sberg...@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 } }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits