diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 15:52:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 17:50:41 +0100 |
commit | d32289d715f7182b9e82a4d3fde9cfcf87517da3 (patch) | |
tree | bc44f9a34cfecf4d996c25f73d0b3a752a350353 /vcl/inc | |
parent | bf71fe152b8e04be92def48c9aecec98d57f5f35 (diff) |
loplugin:unusedmethods
Change-Id: I698981490eb1391930cdd06821a80a5f770e000e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90109
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/listbox.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index 68695eed9914..0f4c593e5b57 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -290,7 +290,6 @@ public: /** ShowProminentEntry will set the entry corresponding to nEntryPos either at top or in the middle depending on the chosen style*/ void ShowProminentEntry( sal_Int32 nEntryPos ); - void SetProminentEntryType( ProminentEntry eType ) { meProminentType = eType; } using Window::IsVisible; bool IsVisible( sal_Int32 nEntry ) const; @@ -459,8 +458,6 @@ public: using Window::IsVisible; bool IsVisible( sal_Int32 nEntry ) const { return maLBWindow->IsVisible( nEntry ); } - void SetProminentEntryType( ProminentEntry eType ) { maLBWindow->SetProminentEntryType( eType ); } - long GetLeftIndent() const { return maLBWindow->GetLeftIndent(); } void SetLeftIndent( sal_uInt16 n ) { maLBWindow->SetLeftIndent( n ); } |