Kaydet (Commit) 7e77efe8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aFormula' [loplugin]

Change-Id: Ief4acc559113d37902ea89a44d085c89f93e39cf
üst d7e4e5d3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment