summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-07 21:44:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-08 12:58:58 +0200
commit5a79c78338b0f6a568947d5623a0c93a5e9b2aa3 (patch)
treecc20f5ec79ce6c3910a227b3e9e2b921aab6fa63 /include/vcl
parent5d47604c0aecce28b058a01cd1324d87c154c616 (diff)
loplugin:virtualdead
Change-Id: Ib2a4ebad50e9c6f0d71a9ac3a1bc8ac11e775496 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100378 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/treelistbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index cd6a5abf262d..448cf34264e6 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -499,7 +499,6 @@ protected:
virtual void InitEntry(SvTreeListEntry*, const OUString&, const Image&, const Image&);
- virtual void NotifyEndScroll();
virtual void NotifyScrolled();
void SetScrolledHdl( const Link<SvTreeListBox*,void>& rLink ) { aScrolledHdl = rLink; }
long GetXOffset() const { return GetMapMode().GetOrigin().X(); }