From 90f965c3b708185c340bc099334a0ad69a1e00ee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 25 Jun 2018 13:45:11 +0200 Subject: followup fix for "tdf#109269 very slow loading of user-defined dictionary" i.e. commit 3b1f5ce3a37b09880b63f829bc0a349075fb6245 Change-Id: Ic03c9518fec2ca066bf31272cddd611b05c4773b Reviewed-on: https://gerrit.libreoffice.org/56391 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/options/optdict.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx index 09d047c637fa..d92db5c93134 100644 --- a/cui/source/options/optdict.cxx +++ b/cui/source/options/optdict.cxx @@ -542,7 +542,7 @@ void SvxEditDictionaryDialog::ShowWords_Impl( sal_uInt16 nId ) { pWordsLB->InsertEntry(rStr, nullptr, false, TREELIST_APPEND); } - pWordsLB->SetUpdateMode(false); + pWordsLB->SetUpdateMode(true); if (pWordsLB->GetEntryCount()) { -- cgit