diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 08:30:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 13:59:30 +0100 |
commit | ecbb33dd8044ad45cf05f868f829e635e03d7589 (patch) | |
tree | 275861a3c171d56eddea591526abb02ecea35eb1 /include/vcl/lstbox.hxx | |
parent | 29c43f6900b74180dcaeb586909da2652eef0f85 (diff) |
callcatcher: newly unused ResId related methods
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 1 |
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 ); |