diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-19 22:04:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-19 22:04:20 +0200 |
commit | 7e77efe8b8f04ba739f731e5a27b5e643fe652fa (patch) | |
tree | c2fd6f0aba59db43fdd7bc2f7b79ebcd3bf8254d /sc/qa/unit | |
parent | d7e4e5d35e66dbfcc30576d198e393661d84f616 (diff) |
WaE: unused variable 'aFormula' [loplugin]
Change-Id: Ief4acc559113d37902ea89a44d085c89f93e39cf
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 29ecd5a0a3a3..ff89dbe74642 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -134,7 +134,9 @@ void Test::testFormulaCreateStringFromTokens() for (size_t i = 0, n = SAL_N_ELEMENTS(aTests); i < n; ++i) { +#if 0 OUString aFormula = OUString::createFromAscii(aTests[i]); +#endif ScCompiler aComp(m_pDoc, aPos); aComp.SetGrammar(FormulaGrammar::GRAM_ENGLISH); #if 0 // TODO: This call to CompileString() causes the cppunittester to somehow fail on Windows. |