summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-02 14:38:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-02 21:23:23 +0200
commit6df92df74b68d5965ae3fbe9ce5cdc484f03ff20 (patch)
tree9d5d74794122af6bdab4839fc96162c86424e371 /include
parentmake SvListView::IsSelected take const arg (diff)
downloadcore-6df92df74b68d5965ae3fbe9ce5cdc484f03ff20.tar.gz
core-6df92df74b68d5965ae3fbe9ce5cdc484f03ff20.zip
loplugin:virtualdead
Change-Id: I5698862e5890d3208bc7012b0ce5b60520797c2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91571 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/treelistbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 5b68670e9065..a227b130c612 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -454,7 +454,6 @@ public:
virtual DragDropMode NotifyStartDrag( TransferDataContainer& rData,
SvTreeListEntry* );
virtual void DragFinished( sal_Int8 nDropAction );
- virtual bool NotifyAcceptDrop( SvTreeListEntry* );
SvTreeListEntry* CloneEntry( SvTreeListEntry* pSource );
@@ -489,8 +488,6 @@ public:
SvTreeFlags GetTreeFlags() const {return nTreeFlags;}
static OUString SearchEntryTextWithHeadTitle(SvTreeListEntry* pEntry);
- virtual OUString GetEntryAltText(SvTreeListEntry* pEntry) const;
- virtual OUString GetEntryLongDescription(SvTreeListEntry* pEntry) const;
void set_min_width_in_chars(sal_Int32 nChars);