summaryrefslogtreecommitdiff
path: root/sfx2/source/control/recentdocsviewitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/recentdocsviewitem.cxx')
-rw-r--r--sfx2/source/control/recentdocsviewitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx
index 5260f0540e6d..4005e20306b7 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -36,8 +36,8 @@ RecentDocsViewItem::RecentDocsViewItem(ThumbnailView &rView, const OUString &rUR
: ThumbnailViewItem(rView, nId),
maURL(rURL),
m_bRemoveIconHighlighted(false),
- m_aRemoveRecentBitmap(SfxResId(IMG_RECENTDOC_REMOVE)),
- m_aRemoveRecentBitmapHighlighted(SfxResId(IMG_RECENTDOC_REMOVE_HIGHLIGHTED))
+ m_aRemoveRecentBitmap(SfxResId(BMP_RECENTDOC_REMOVE)),
+ m_aRemoveRecentBitmapHighlighted(SfxResId(BMP_RECENTDOC_REMOVE_HIGHLIGHTED))
{
OUString aTitle(rTitle);
INetURLObject aURLObj(rURL);