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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 291f21696e66..4bc5c14e18d0 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -115,7 +115,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
if(pArgs)
pArgs->GetItemState(GetPool().GetWhich(nSlot), false, &pItem);
- Window *pMDI = &GetView().GetViewFrame()->GetWindow();
+ vcl::Window *pMDI = &GetView().GetViewFrame()->GetWindow();
bool bMore = false;
bool bIsText = true;
sal_uInt16 nInsertType = 0;