From 591ac7e604fa47304a5ddc1a4f9badbba1199903 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 08:31:23 +0200 Subject: loplugin:checkunusedparams in editeng Change-Id: I2b770d40ac2339cd2b04a765a6d970675d2ea1c1 Reviewed-on: https://gerrit.libreoffice.org/37133 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/view/spelldialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/spelldialog.cxx') diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx index 96d00dcc3935..776eade337d1 100644 --- a/sc/source/ui/view/spelldialog.cxx +++ b/sc/source/ui/view/spelldialog.cxx @@ -81,7 +81,7 @@ svx::SpellPortions ScSpellDialogChildWindow::GetNextWrongSentence( bool /*bReche { if( mbNeedNextObj ) mxEngine->SpellNextDocument(); - mbNeedNextObj = !mxEngine->IsFinished() && !mxEngine->SpellSentence( *pEditView, aPortions, false ); + mbNeedNextObj = !mxEngine->IsFinished() && !mxEngine->SpellSentence( *pEditView, aPortions ); } while( mbNeedNextObj ); } -- cgit