summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/inputwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/inputwin.cxx')
-rw-r--r--sw/source/uibase/ribbar/inputwin.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/ribbar/inputwin.cxx b/sw/source/uibase/ribbar/inputwin.cxx
index c27b2e32d4a6..178be93a7648 100644
--- a/sw/source/uibase/ribbar/inputwin.cxx
+++ b/sw/source/uibase/ribbar/inputwin.cxx
@@ -206,7 +206,7 @@ void SwInputWindow::ShowWin()
OSL_ENSURE(pWrtShell, "no WrtShell!");
// Cursor in table
- bIsTable = pWrtShell->IsCrsrInTable();
+ bIsTable = pWrtShell->IsCursorInTable();
if( bFirst )
pWrtShell->SelTableCells( LINK( this, SwInputWindow,
@@ -249,13 +249,13 @@ void SwInputWindow::ShowWin()
pWrtShell->DoUndo();
}
- if( !pWrtShell->SwCrsrShell::HasSelection() )
+ if( !pWrtShell->SwCursorShell::HasSelection() )
{
pWrtShell->MoveSection( fnSectionCurr, fnSectionStart );
pWrtShell->SetMark();
pWrtShell->MoveSection( fnSectionCurr, fnSectionEnd );
}
- if( pWrtShell->SwCrsrShell::HasSelection() )
+ if( pWrtShell->SwCursorShell::HasSelection() )
{
pWrtShell->StartUndo( UNDO_DELETE );
pWrtShell->Delete();
@@ -442,7 +442,7 @@ IMPL_LINK_TYPED( SwInputWindow, SelTableCellsNotify, SwWrtShell&, rCaller, void
// positioned "in the forest" and the live update does not work!
pWrtShell->StartAllAction();
- SwPaM aPam( *pWrtShell->GetStkCrsr()->GetPoint() );
+ SwPaM aPam( *pWrtShell->GetStackCursor()->GetPoint() );
aPam.Move( fnMoveBackward, fnGoSection );
aPam.SetMark();
aPam.Move( fnMoveForward, fnGoSection );