summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-20 17:35:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-20 17:35:44 +0100
commite9249e4f0177b4da68a5dfd6337b2a8993db89eb (patch)
tree586ea566f3f778570f00dccdb73ba1fe3d094822 /sc/qa/unit
parentec2f84b376f595b0553297d25b7716f6b97e1b87 (diff)
Remove redundant "const" to silence bogus MSVC warnings
Change-Id: Ice6615b4b0c9367efc278c3b399f6c35ede6fcd7
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 75b671bf1b90..f399e0de8cfa 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 } },