[Libreoffice-commits] core.git: cui/source
Noel Grandin
noel.grandin at collabora.co.uk
Mon Jun 25 13:24:30 UTC 2018
cui/source/options/optdict.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 90f965c3b708185c340bc099334a0ad69a1e00ee
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Mon Jun 25 13:45:11 2018 +0200
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 <noel.grandin at collabora.co.uk>
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())
{
More information about the Libreoffice-commits
mailing list