summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 12:52:25 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 14:16:54 +0200
commit2749667151618307a5faab3af44132da05b77f0e (patch)
treea023433e8cdf275ef9cbb1e68c56f6d754a5f3d9 /sc/source/ui/pagedlg
parent608bceee0505482d7bb443aeec95c132e21e01f4 (diff)
loplugin:countusersofdefaultparams in sc
Change-Id: I4052af7a19616d33c3c5fda9650d8fc4dff32256
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 72a9f0f5de27..e27cd12800de 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -762,7 +762,7 @@ IMPL_LINK_TYPED( ScHFEditPage, ListHdl_Impl, ListBox&, rList, void )
ScHFEntryId eSel = static_cast<ScHFEntryId>(m_pLbDefined->GetSelectEntryPos());
if(!m_pLbDefined->IsTravelSelect())
{
- ProcessDefinedListSel(eSel);
+ ProcessDefinedListSel(eSel, false);
// check if we need to remove the customized entry.
if(eSel < eEntryCount)