summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-07 09:08:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-07 09:01:00 +0100
commit162f85283699692c5adf07e5b292979688bded93 (patch)
treeb0aaebec113e69770b861d39b06ff64af4b278b0 /include/vcl/lstbox.hxx
parent1129c848b360bd76174c941bb8fd98bfa5b9119c (diff)
loplugin:unusedmethods
Change-Id: I65354c7476dfaede1a607441d7c1b0c7ad038df4 Reviewed-on: https://gerrit.libreoffice.org/82186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index 3124454f922b..4ff5cf071790 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -149,8 +149,6 @@ public:
void EnableAutoSize( bool bAuto );
bool IsAutoSizeEnabled() const { return mbDDAutoSize; }
- void EnableDDAutoWidth( bool b );
-
sal_Int32 InsertEntry( const OUString& rStr, sal_Int32 nPos = LISTBOX_APPEND );
sal_Int32 InsertEntry( const OUString& rStr, const Image& rImage, sal_Int32 nPos = LISTBOX_APPEND );
void RemoveEntry( const OUString& rStr );