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

Fix warning: unused variable 'aFuncName' [loplugin]

Change-Id: I34a2726123001de0b867b4f54d6f37c55dbc79f5
üst 1a90cecb
......@@ -594,8 +594,6 @@ OUString LwpFormulaFunc::ToString(LwpTableLayout* pCellsMap)
{
OUString aFormula;
OUString aFuncName = LwpFormulaTools::GetName(m_nTokenType) + " ";
//Append args
vector<LwpFormulaArg*>::iterator aItr;
for (aItr=m_aArgs.begin();aItr!=m_aArgs.end();++aItr)
......
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