summaryrefslogtreecommitdiffstats
path: root/accessibility/inc/helper/IComboListBoxHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/helper/IComboListBoxHelper.hxx')
-rw-r--r--accessibility/inc/helper/IComboListBoxHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/helper/IComboListBoxHelper.hxx b/accessibility/inc/helper/IComboListBoxHelper.hxx
index 8c60bc5b8070..75bd598a85ba 100644
--- a/accessibility/inc/helper/IComboListBoxHelper.hxx
+++ b/accessibility/inc/helper/IComboListBoxHelper.hxx
@@ -55,7 +55,7 @@ namespace accessibility
virtual void SelectEntryPos( sal_Int32 nPos, bool bSelect = true ) = 0;
virtual sal_Int32 GetSelectEntryCount() const = 0;
virtual void SetNoSelection() = 0;
- virtual sal_Int32 GetSelectEntryPos( sal_Int32 nSelIndex ) const = 0;
+ virtual sal_Int32 GetSelectedEntryPos( sal_Int32 nSelIndex ) const = 0;
virtual bool IsInDropDown() const = 0;
virtual tools::Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex ) const = 0;
virtual long GetIndexForPoint( const Point& rPoint, sal_Int32 & nPos ) const = 0;