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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx
index dbec7dac90db..7a1268f2800d 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -163,7 +163,7 @@ void RecentDocsViewItem::MouseButtonUp(const MouseEvent& rMEvt)
{
if (getRemoveIconArea().IsInside(rMEvt.GetPosPixel()))
{
- SvtHistoryOptions().DeleteItem(ePICKLIST, maURL);
+ SvtHistoryOptions().DeleteItem(EHistoryType::PickList, maURL);
mrParent.Reload();
return;
}