diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-25 13:45:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-25 15:24:09 +0200 |
commit | 90f965c3b708185c340bc099334a0ad69a1e00ee (patch) | |
tree | 759733c67e0096b2892874076c2b090fe90aca3e /cui | |
parent | 537ff805fc4b27e4d553c57f9b9457dc9eebb191 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optdict.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |