summaryrefslogtreecommitdiff
path: root/vcl/source/treelist
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-11 10:11:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-11 11:14:28 +0100
commit2b14ac71e71058b5804c287a45e389226a210f86 (patch)
tree8445ce0f92d1d30f1fd899b0c7951aff518924e2 /vcl/source/treelist
parentb29b405549a527d4f953c5f0a581ea1e5a22afb8 (diff)
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>
Diffstat (limited to 'vcl/source/treelist')
-rw-r--r--vcl/source/treelist/treelist.cxx3
1 files changed, 0 insertions, 3 deletions
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);