summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-05-13 15:05:40 +0200
committerEike Rathke <erack@redhat.com>2014-05-13 15:08:04 +0200
commit9d48e8fdf4e1efed5fc82e2ca00f2252debc94da (patch)
treec942fd6ff23c7f4bf4c2d81bd73b218e493f70a1 /include
parent99595346359145d8cf909e5795919fb239cccbd9 (diff)
sal_Int32 ComboBox::InsertEntryWithImage()
Change-Id: Iaa1ddc931b71fcdf08d571c7e3573a936d378709
Diffstat (limited to 'include')
-rw-r--r--include/vcl/combobox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 51770b2b5e73..8af4458651d7 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -130,7 +130,7 @@ public:
virtual void SetText( const OUString& rStr, const Selection& rNewSelection ) SAL_OVERRIDE;
virtual sal_Int32 InsertEntry(const OUString& rStr, sal_Int32 nPos = COMBOBOX_APPEND);
- void InsertEntryWithImage( const OUString& rStr, const Image& rImage, sal_Int32 nPos = COMBOBOX_APPEND );
+ sal_Int32 InsertEntryWithImage( const OUString& rStr, const Image& rImage, sal_Int32 nPos = COMBOBOX_APPEND );
void RemoveEntry( const OUString& rStr );
virtual void RemoveEntryAt(sal_Int32 nPos);