summaryrefslogtreecommitdiff
path: root/include/vcl/combobox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/combobox.hxx')
-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 f141c8d96a28..ddfe65186a18 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -141,7 +141,7 @@ public:
sal_uInt16 GetDisplayLineCount() const;
- sal_Int32 GetSelectEntryCount() const;
+ sal_Int32 GetSelectedEntryCount() const;
sal_Int32 GetSelectedEntryPos( sal_Int32 nSelIndex = 0 ) const;
OUString GetSelectedEntry() const { return GetEntry( GetSelectedEntryPos() ); }
bool IsEntryPosSelected( sal_Int32 nPos ) const;