summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/javaedit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/javaedit.cxx')
-rw-r--r--sw/source/ui/fldui/javaedit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/javaedit.cxx b/sw/source/ui/fldui/javaedit.cxx
index de2b334556ac..02e965df8511 100644
--- a/sw/source/ui/fldui/javaedit.cxx
+++ b/sw/source/ui/fldui/javaedit.cxx
@@ -151,7 +151,7 @@ void SwJavaEditDialog::CheckTravel()
{
// Traveling only when more than one field
pSh->StartAction();
- pSh->CreateCrsr();
+ pSh->CreateCursor();
bNext = pMgr->GoNext();
if( bNext )
@@ -161,7 +161,7 @@ void SwJavaEditDialog::CheckTravel()
pMgr->GoNext();
bTravel |= bNext || bPrev;
- pSh->DestroyCrsr();
+ pSh->DestroyCursor();
pSh->EndAction();
if (pField->IsCodeURL())