summaryrefslogtreecommitdiff
path: root/vcl/source/treelist/treelistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/treelist/treelistbox.cxx')
-rw-r--r--vcl/source/treelist/treelistbox.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index cd0729c23350..8a4cfe56454b 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -1985,7 +1985,6 @@ void SvTreeListBox::ScrollOutputArea( short nDeltaEntries )
pImpl->PageUp( static_cast<sal_uInt16>(nDeltaEntries) );
}
pImpl->SyncVerThumb();
- NotifyEndScroll();
}
void SvTreeListBox::ScrollToAbsPos( long nPos )
@@ -3184,10 +3183,6 @@ Size SvTreeListBox::GetOutputSizePixel() const
return aSize;
}
-void SvTreeListBox::NotifyEndScroll()
-{
-}
-
void SvTreeListBox::NotifyScrolled()
{
aScrolledHdl.Call( this );