diff options
Diffstat (limited to 'accessibility/inc/helper/listboxhelper.hxx')
-rw-r--r-- | accessibility/inc/helper/listboxhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/helper/listboxhelper.hxx b/accessibility/inc/helper/listboxhelper.hxx index 8bc7e2dae2ef..0ef5d9f57509 100644 --- a/accessibility/inc/helper/listboxhelper.hxx +++ b/accessibility/inc/helper/listboxhelper.hxx @@ -147,9 +147,9 @@ public: m_aComboListBox.SetNoSelection(); } - virtual sal_Int32 GetSelectEntryPos( sal_Int32 nSelIndex = 0 ) const override + virtual sal_Int32 GetSelectedEntryPos( sal_Int32 nSelIndex = 0 ) const override { - return m_aComboListBox.GetSelectEntryPos(nSelIndex); + return m_aComboListBox.GetSelectedEntryPos(nSelIndex); } virtual bool IsInDropDown() const override |