From 1f74789f77a01d7612d76a95fa8b891f388993f3 Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Mon, 26 Feb 2018 19:52:59 -0900 Subject: tdf#116043 fix customize dialog icons going away Change-Id: Id4022092765c085efcd71627a1dd8290f7441e74 Reviewed-on: https://gerrit.libreoffice.org/50407 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index fbc0e61fa355..1e353f93d97d 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -1837,7 +1837,7 @@ IMPL_LINK_NOARG(SvxConfigPage, SearchUpdateHdl, Edit&, void) { OUString aSearchTerm( m_pSearchEdit->GetText() ); - m_pCommandCategoryListBox->categorySelected( m_pFunctions, aSearchTerm ); + m_pCommandCategoryListBox->categorySelected( m_pFunctions, aSearchTerm, GetSaveInData() ); } void SvxConfigPage::MoveEntry( bool bMoveUp ) -- cgit v1.2.3