diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-17 12:43:20 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-18 06:01:25 +0000 |
commit | 9704207c386867d1859b06dd25232e06022965d9 (patch) | |
tree | 0a7b610b1fcfc2496455ba65ad67dcd4e5700999 /reportdesign/source | |
parent | 6b84445e33cb13602a0da9ab92d382748bcbbd51 (diff) |
loplugin:constantparam in formula
Change-Id: I3adeed435b62ae60b5d0d4b763dceced5675cd85
Reviewed-on: https://gerrit.libreoffice.org/23330
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/dlg/Formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Formula.cxx b/reportdesign/source/ui/dlg/Formula.cxx index ad3264c977c8..16900c472495 100644 --- a/reportdesign/source/ui/dlg/Formula.cxx +++ b/reportdesign/source/ui/dlg/Formula.cxx @@ -49,7 +49,7 @@ FormulaDialog::FormulaDialog(vcl::Window* pParent , const OUString& _sFormula , const css::uno::Reference < css::beans::XPropertySet >& _xRowSet , svl::SharedStringPool& rStrPool ) - : FormulaModalDialog( pParent, false,false,false,_pFunctionMgr.get(),this) + : FormulaModalDialog( pParent, _pFunctionMgr.get(),this) ,m_aFunctionManager(_pFunctionMgr) ,m_pFormulaData(new FormEditData()) ,m_pAddField(nullptr) |