diff options
Diffstat (limited to 'basctl/source/basicide/moduldl2.cxx')
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index e962eb4e0824..7be53296159a 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -629,6 +629,7 @@ void LibPage::InsertLib() xLibDlg->SetStorageName(aURLObj.getName()); weld::TreeView& rView = xLibDlg->GetLibBox(); rView.make_unsorted(); + rView.freeze(); const OUString* pLibNames = aLibNames.getConstArray(); for (sal_Int32 i = 0 ; i < nLibCount; ++i) @@ -645,6 +646,7 @@ void LibPage::InsertLib() } } + rView.thaw(); rView.make_sorted(); if (rView.n_children()) |