From 2b14ac71e71058b5804c287a45e389226a210f86 Mon Sep 17 00:00:00 2001 From: Noel Grandin <noel.grandin@collabora.co.uk> Date: Tue, 11 Dec 2018 10:11:59 +0200 Subject: SvListAction::REVERSING is unused Change-Id: I188fbdd3855abff340790451e3939d2486067180 Reviewed-on: https://gerrit.libreoffice.org/64922 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> --- vcl/source/treelist/treelist.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/source/treelist') diff --git a/vcl/source/treelist/treelist.cxx b/vcl/source/treelist/treelist.cxx index f9078ea36a16..572cef42fe38 100644 --- a/vcl/source/treelist/treelist.cxx +++ b/vcl/source/treelist/treelist.cxx @@ -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); -- cgit