summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 17:20:09 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 17:20:31 +0300
commitd2546346ac07e4a3483c339d202e75b99b9d063b (patch)
tree1f1463a5f24b98a8a105a147ed162408e9683302 /lotuswordpro/source
parent1a90cecb6ecfdcd2896106c8fd37ced5341e13f7 (diff)
Fix warning: unused variable 'aFuncName' [loplugin]
Change-Id: I34a2726123001de0b867b4f54d6f37c55dbc79f5
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r--lotuswordpro/source/filter/lwptblformula.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.cxx b/lotuswordpro/source/filter/lwptblformula.cxx
index 1787e751593e..1a9fe59516bf 100644
--- a/lotuswordpro/source/filter/lwptblformula.cxx
+++ b/lotuswordpro/source/filter/lwptblformula.cxx
@@ -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)