diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:12:24 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:14:01 +0100 |
commit | 89003e9bd84634ac252c7cace5c7dfb53af1126d (patch) | |
tree | f0b18c53ac327db6cd0d9864fad80bf5699eec12 /formula/source | |
parent | 405caad685edd0ba914789bda01b5dc9b3030773 (diff) |
loplugin: unused variables
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index e6f890d0363d..8ae904b2c07b 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -1313,7 +1313,6 @@ IMPL_LINK_NOARG(FormulaDlg_Impl, FormulaCursorHdl) bEditFlag=sal_True; - String aInputFormula=m_pHelper->getCurrentFormula(); String aString=pMEdit->GetText(); Selection aSel =pMEdit->GetSelection(); |