summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/titlepage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/titlepage.cxx')
-rw-r--r--sw/source/ui/misc/titlepage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/misc/titlepage.cxx b/sw/source/ui/misc/titlepage.cxx
index 2e7f901f0cc6..ce0f1adfd61e 100644
--- a/sw/source/ui/misc/titlepage.cxx
+++ b/sw/source/ui/misc/titlepage.cxx
@@ -106,12 +106,12 @@ namespace
{
pSh->LockView( true );
pSh->StartAllAction();
- pSh->SwCrsrShell::Push();
+ pSh->SwCursorShell::Push();
}
void lcl_PopCursor(SwWrtShell *pSh)
{
- pSh->SwCrsrShell::Pop( false );
+ pSh->SwCursorShell::Pop( false );
pSh->EndAllAction();
pSh->LockView( false );
}