summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 8e56390c7984..aba6e7abe925 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -714,7 +714,7 @@ void SvxTPFilter::SetDateMode(sal_uInt16 nMode)
SvxRedlinDateMode SvxTPFilter::GetDateMode()
{
- return static_cast<SvxRedlinDateMode>(m_pLbDate->GetSelectEntryPos());
+ return static_cast<SvxRedlinDateMode>(m_pLbDate->GetSelectedEntryPos());
}
void SvxTPFilter::ClearAuthors()
{
@@ -739,7 +739,7 @@ void SvxTPFilter::SelectedAuthorPos(sal_Int32 nPos)
sal_Int32 SvxTPFilter::SelectAuthor(const OUString& aString)
{
m_pLbAuthor->SelectEntry(aString);
- return m_pLbAuthor->GetSelectEntryPos();
+ return m_pLbAuthor->GetSelectedEntryPos();
}
void SvxTPFilter::SetRange(const OUString& rString)
@@ -862,7 +862,7 @@ void SvxTPFilter::ShowAction(bool bShow)
IMPL_LINK_NOARG( SvxTPFilter, SelDateHdl, ListBox&, void )
{
- SvxRedlinDateMode nKind = static_cast<SvxRedlinDateMode>(m_pLbDate->GetSelectEntryPos());
+ SvxRedlinDateMode nKind = static_cast<SvxRedlinDateMode>(m_pLbDate->GetSelectedEntryPos());
switch(nKind)
{
case SvxRedlinDateMode::BEFORE: