summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewport.cxx')
-rw-r--r--sw/source/uibase/uiview/viewport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewport.cxx b/sw/source/uibase/uiview/viewport.cxx
index 1dbd4eab9e1f..e7dad98ac39b 100644
--- a/sw/source/uibase/uiview/viewport.cxx
+++ b/sw/source/uibase/uiview/viewport.cxx
@@ -627,7 +627,7 @@ bool SwView::PageUpCrsr( bool bSelect )
if ( eType & FrmTypeFlags::FOOTNOTE )
{
m_pWrtShell->MoveCrsr();
- m_pWrtShell->GotoFtnAnchor();
+ m_pWrtShell->GotoFootnoteAnchor();
m_pWrtShell->Right(CRSR_SKIP_CHARS, false, 1, false );
return true;
}