summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-09 14:10:31 +0200
committerNoel Grandin <noel@peralex.com>2016-03-10 10:09:58 +0200
commitf803aae0f318f99eb435c8fe7fc095fcd966d5ce (patch)
treef1b7dc77f0b0fe8cb63072d1690cf34ddaad02a6 /sc/source
parent9039ba799563ed87055f43c8717ad672e57c2d46 (diff)
loplugin:constantparam in formula
Change-Id: I18246d34d27f1b12dfd107166b31ef16d9632462
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/formdlg/formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index a0659f727834..a41d1ed78d6c 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -295,7 +295,7 @@ ScInputHandler* ScFormulaDlg::GetNextInputHandler(ScDocShell* pDocShell, ScTabVi
bool ScFormulaDlg::Close()
{
- DoEnter(false);
+ DoEnter();
return true;
}