summaryrefslogtreecommitdiff
path: root/vcl/inc/listbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/listbox.hxx')
-rw-r--r--vcl/inc/listbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx
index 2b52e43ff83e..09e1d0dbcd55 100644
--- a/vcl/inc/listbox.hxx
+++ b/vcl/inc/listbox.hxx
@@ -130,7 +130,7 @@ public:
void SelectEntry( sal_Int32 nPos, bool bSelect );
sal_Int32 GetSelectEntryCount() const;
- OUString GetSelectEntry( sal_Int32 nIndex ) const;
+ OUString GetSelectedEntry( sal_Int32 nIndex ) const;
sal_Int32 GetSelectEntryPos( sal_Int32 nIndex ) const;
bool IsEntryPosSelected( sal_Int32 nIndex ) const;