summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textfld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/textfld.cxx')
-rw-r--r--sw/source/uibase/shells/textfld.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 3c87e9135c91..8278f700d81b 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -489,7 +489,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
pDlg->SetNextHdl(LINK(this, SwTextShell, RedlineNextHdl));
}
- rSh.SetCareWin(pDlg->GetWindow());
+ SwViewShell::SetCareWin(pDlg->GetWindow());
bNoInterrupt = true;
if ( pDlg->Execute() == RET_OK )
@@ -502,7 +502,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
}
pDlg.reset();
- rSh.SetCareWin(NULL);
+ SwViewShell::SetCareWin(NULL);
bNoInterrupt = false;
rSh.ClearMark();
GetView().AttrChangedNotify(GetShellPtr());