summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-02-26 19:52:59 -0900
committerMuhammet Kara <muhammet.kara@pardus.org.tr>2018-02-27 13:12:25 +0100
commit1f74789f77a01d7612d76a95fa8b891f388993f3 (patch)
treed1aba46e83d17c6f7e49b5018314f97741aa25b2 /cui
parentbb2d45995942c358a7d26af4f7cb92090c962f55 (diff)
tdf#116043 fix customize dialog icons going away
Change-Id: Id4022092765c085efcd71627a1dd8290f7441e74 Reviewed-on: https://gerrit.libreoffice.org/50407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/cfg.cxx2
1 files changed, 1 insertions, 1 deletions
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 )