summaryrefslogtreecommitdiff
path: root/reportdesign
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 /reportdesign
parent9039ba799563ed87055f43c8717ad672e57c2d46 (diff)
loplugin:constantparam in formula
Change-Id: I18246d34d27f1b12dfd107166b31ef16d9632462
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Formula.cxx b/reportdesign/source/ui/dlg/Formula.cxx
index 4fbd9a3f6769..ad3264c977c8 100644
--- a/reportdesign/source/ui/dlg/Formula.cxx
+++ b/reportdesign/source/ui/dlg/Formula.cxx
@@ -239,7 +239,7 @@ IMPL_LINK_TYPED( FormulaDialog, OnClickHdl, OAddFieldWindow& ,_rAddFieldDlg, voi
}
m_pEdit = nullptr;
_rAddFieldDlg.Hide();
- RefInputDoneAfter( true );
+ RefInputDoneAfter();
}
uno::Reference< sheet::XFormulaParser> FormulaDialog::getFormulaParser() const