diff options
Diffstat (limited to 'include')
-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 ); |