summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:11:06 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:21:57 +0200
commitf60c67c48621c9798020628bbccbec681a05a1c8 (patch)
tree8a50d86796416f044b132c4f355db5bdf85e6b17 /sc/source/ui/formdlg
parent9b7eda2b4c4ef88967f156450e8bf1fb7ca1669a (diff)
loplugin: defaultparams
Change-Id: I4f635044b93f74fb397a4e47535e91160fce456c
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index 372fae7c7bda..f18979356561 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -891,7 +891,7 @@ void ScFunctionDockWin::DoEnter()
else
{
aString += "()";
- pEdView->InsertText(aString,false);
+ pEdView->InsertText(aString);
pHdl->DataChanged();
}
}