Kaydet (Commit) 2b14ac71 authored tarafından Noel Grandin's avatar Noel Grandin

SvListAction::REVERSING is unused

Change-Id: I188fbdd3855abff340790451e3939d2486067180
Reviewed-on: https://gerrit.libreoffice.org/64922
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst b29b4055
......@@ -45,7 +45,6 @@ enum class SvListAction
RESORTING = 9,
RESORTED = 10,
CLEARED = 11,
REVERSING = 12,
REVERSED = 13
};
......
......@@ -1334,8 +1334,6 @@ void SvListView::ModelNotification( SvListAction nActionId, SvTreeListEntry* pEn
break;
case SvListAction::RESORTING:
break;
case SvListAction::REVERSING:
break;
case SvListAction::REVERSED:
m_pImpl->m_bVisPositionsValid = false;
break;
......@@ -1451,7 +1449,6 @@ void SvTreeList::ResortChildren( SvTreeListEntry* pParent )
void SvTreeList::Reverse()
{
Broadcast(SvListAction::REVERSING);
bAbsPositionsValid = false;
ReverseChildren(pRootItem.get());
Broadcast(SvListAction::REVERSED);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment