summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/miscdlgs/shtabdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/shtabdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/shtabdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/shtabdlg.cxx b/sc/source/ui/miscdlgs/shtabdlg.cxx
index b1b75f3b366e..c6f1949069a9 100644
--- a/sc/source/ui/miscdlgs/shtabdlg.cxx
+++ b/sc/source/ui/miscdlgs/shtabdlg.cxx
@@ -76,9 +76,9 @@ OUString ScShowTabDlg::GetSelectedEntry(sal_Int32 nPos) const
return m_pLb->GetSelectedEntry(nPos);
}
-sal_Int32 ScShowTabDlg::GetSelectEntryPos(sal_Int32 nPos) const
+sal_Int32 ScShowTabDlg::GetSelectedEntryPos(sal_Int32 nPos) const
{
- return m_pLb->GetSelectEntryPos(nPos);
+ return m_pLb->GetSelectedEntryPos(nPos);
}
IMPL_LINK_NOARG(ScShowTabDlg, DblClkHdl, ListBox&, void)