summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/StylesPreviewWindow.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/StylesPreviewWindow.cxx b/svx/source/tbxctrls/StylesPreviewWindow.cxx
index a51283d0d750..3cc669ff98ce 100644
--- a/svx/source/tbxctrls/StylesPreviewWindow.cxx
+++ b/svx/source/tbxctrls/StylesPreviewWindow.cxx
@@ -541,6 +541,7 @@ void StylesPreviewWindow_Base::UpdateStylesList()
}
}
+ m_xStylesView->freeze();
m_xStylesView->clear();
for (const auto& rStyle : m_aAllStyles)
{
@@ -548,6 +549,7 @@ void StylesPreviewWindow_Base::UpdateStylesList()
m_xStylesView->append(rStyle.first, rStyle.second, pImg);
}
+ m_xStylesView->thaw();
}
StylesPreviewWindow_Impl::StylesPreviewWindow_Impl(