summaryrefslogtreecommitdiff
path: root/cui/source/customize/selector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/selector.cxx')
-rw-r--r--cui/source/customize/selector.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx
index 55635acd8449..aae8305378fb 100644
--- a/cui/source/customize/selector.cxx
+++ b/cui/source/customize/selector.cxx
@@ -211,8 +211,8 @@ SvxConfigGroupListBox::SvxConfigGroupListBox(vcl::Window* pParent, WinBits nStyl
, m_sProdMacros(CUI_RESSTR(RID_SVXSTR_PRODMACROS))
{
SetNodeBitmaps(
- Image(BitmapEx(SVX_RES(RID_SVXBMP_COLLAPSEDNODE))),
- Image(BitmapEx(SVX_RES(RID_SVXBMP_EXPANDEDNODE)))
+ Image(BitmapEx(RID_SVXBMP_COLLAPSEDNODE)),
+ Image(BitmapEx(RID_SVXBMP_EXPANDEDNODE))
);
}