summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 08:30:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:30 +0100
commitecbb33dd8044ad45cf05f868f829e635e03d7589 (patch)
tree275861a3c171d56eddea591526abb02ecea35eb1 /include/vcl/lstbox.hxx
parent29c43f6900b74180dcaeb586909da2652eef0f85 (diff)
callcatcher: newly unused ResId related methods
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index a2ba7661b5da..0e754be399ae 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -115,7 +115,6 @@ public:
void EnableDDAutoWidth( sal_Bool b );
sal_uInt16 InsertEntry( const OUString& rStr, sal_uInt16 nPos = LISTBOX_APPEND );
- sal_uInt16 InsertEntry( const Image& rImage, sal_uInt16 nPos = LISTBOX_APPEND );
sal_uInt16 InsertEntry( const OUString& rStr, const Image& rImage, sal_uInt16 nPos = LISTBOX_APPEND );
void RemoveEntry( const OUString& rStr );
void RemoveEntry( sal_uInt16 nPos );