summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-01 17:06:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-01 22:17:03 +0200
commit58212048ef59e60b15b6261afbb40af048d1a95a (patch)
tree81ce4e98fefd41b782cecfc0cc24a2872f761c13 /sw/source/ui/misc
parentfe511a5068b12904b2242d38b3c56ea3a365da23 (diff)
sort outside thaw
Change-Id: Ifafae5f4ddba816ef3b11d4babd54ae6495a487f Reviewed-on: https://gerrit.libreoffice.org/76816 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r--sw/source/ui/misc/glossary.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index 9f69596083c4..f0bf1d266638 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -777,8 +777,8 @@ void SwGlossaryDlg::Init()
}
}
- m_xCategoryBox->make_sorted();
m_xCategoryBox->thaw();
+ m_xCategoryBox->make_sorted();
if (xSelEntry)
{