From cf6f3ad82b0934e65ce0982b9d3b85a1e18d645f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Dec 2016 16:47:36 +0000 Subject: unwind RID_SVXIMGLIST_FMEXPL ImageList MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If9d733c5242e2f2b9947b251cfe832d1c10bd4bd Reviewed-on: https://gerrit.libreoffice.org/32350 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/customize/selector.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cui') diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx index f578c716d9ee..c8a843fabcf5 100644 --- a/cui/source/customize/selector.cxx +++ b/cui/source/customize/selector.cxx @@ -208,11 +208,9 @@ SvxConfigGroupListBox::SvxConfigGroupListBox(vcl::Window* pParent, WinBits nStyl , m_sMyMacros(CUI_RESSTR(RID_SVXSTR_MYMACROS)) , m_sProdMacros(CUI_RESSTR(RID_SVXSTR_PRODMACROS)) { - ImageList aNavigatorImages( SVX_RES( RID_SVXIMGLIST_FMEXPL ) ); - SetNodeBitmaps( - aNavigatorImages.GetImage( RID_SVXIMG_COLLAPSEDNODE ), - aNavigatorImages.GetImage( RID_SVXIMG_EXPANDEDNODE ) + Image(BitmapEx(SVX_RES(RID_SVXBMP_COLLAPSEDNODE))), + Image(BitmapEx(SVX_RES(RID_SVXBMP_EXPANDEDNODE))) ); } -- cgit