diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 9b30cd8ef976..32e035ffc9d5 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -3529,11 +3529,6 @@ void SvTreeListBox::InitSettings() pCheckButtonData->SetDefaultImages(this); } -bool SvTreeListBox::SetCurrentTabPos( sal_uInt16 _nNewPos ) -{ - return pImpl->SetCurrentTabPos( _nNewPos ); -} - sal_uInt16 SvTreeListBox::GetCurrentTabPos() const { return pImpl->GetCurrentTabPos(); |