diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 10:26:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 11:32:32 +0200 |
commit | 29a72ca674ce9cd3d5c4ede63e2b10044f84247a (patch) | |
tree | c166f352378bc490707cedde853766a5bd2c8866 /sc | |
parent | 8b56a5ceed41a1bb0a82af71c90973f50f54e4b8 (diff) |
loplugin:checkunusedparams in forms..formula
Change-Id: Iacd973b97fccda217c691cca0a8f440640ff7a0b
Reviewed-on: https://gerrit.libreoffice.org/37140
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/formdlg/formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index d2bb3521490b..76642c944d25 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -371,7 +371,7 @@ void ScFormulaDlg::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* p pEdit->SetSelection(Selection(0, SELECTION_MAX)); ::std::pair<formula::RefButton*,formula::RefEdit*> aPair = RefInputStartBefore( pEdit, pButton ); m_aHelper.RefInputStart( aPair.second, aPair.first); - RefInputStartAfter( aPair.second, aPair.first ); + RefInputStartAfter(); } void ScFormulaDlg::RefInputDone( bool bForced ) |