summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-22 16:47:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-22 18:30:05 +0000
commitcf6f3ad82b0934e65ce0982b9d3b85a1e18d645f (patch)
tree9e65f5b1242ab836836a45fbeebbf5413d268d35 /cui
parent429902e38ba9fefa267fae561e736bff8e94d2ec (diff)
unwind RID_SVXIMGLIST_FMEXPL ImageList
Change-Id: If9d733c5242e2f2b9947b251cfe832d1c10bd4bd Reviewed-on: https://gerrit.libreoffice.org/32350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/selector.cxx6
1 files changed, 2 insertions, 4 deletions
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)))
);
}