summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-14 09:36:52 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-14 09:36:52 +0300
commit4891de14fb369bfe82961e37d3b34aeb65ded44b (patch)
tree9552ab58d381a7c9188492b42a0628947812de43 /sc
parentd5642fe00cfd23d1470fa2062a93b30a612bbadd (diff)
WaE: C4189: 'aTests' : local variable is initialized but not referenced
Change-Id: I3526b45c374511b77086ffd81566cc1e9b813142
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc_formula.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index c7f03fa7081b..416e41dded3c 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -168,6 +168,7 @@ void Test::testFormulaCreateStringFromTokens()
"{1;TRUE;3|FALSE;5;\"Text\"|;;}", // inline matrix
"SUM('file:///path/to/fake.file'#$Sheet.A1:B10)",
};
+ (void) aTests;
boost::scoped_ptr<ScTokenArray> pArray;