diff options
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.cxx')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index d3b04e6751d9..21740523d397 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -558,9 +558,9 @@ void AbstractScShowTabDlg_Impl::Insert( const OUString& rString, bool bSelected pDlg->Insert( rString, bSelected); } -sal_Int32 AbstractScShowTabDlg_Impl::GetSelectEntryCount() const +sal_Int32 AbstractScShowTabDlg_Impl::GetSelectedEntryCount() const { - return pDlg->GetSelectEntryCount(); + return pDlg->GetSelectedEntryCount(); } void AbstractScShowTabDlg_Impl::SetDescription( |