summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/view1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/view1.cxx')
-rw-r--r--sw/source/uibase/uiview/view1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uiview/view1.cxx b/sw/source/uibase/uiview/view1.cxx
index 4081d58d0df4..5abd3b1e544a 100644
--- a/sw/source/uibase/uiview/view1.cxx
+++ b/sw/source/uibase/uiview/view1.cxx
@@ -81,10 +81,10 @@ void SwView::Activate(bool bMDIActivate)
AttrChangedNotify(m_pWrtShell);
- // Initialize Flddlg newly if necessary (e.g. for TYP_SETVAR)
- sal_uInt16 nId = SwFldDlgWrapper::GetChildWindowId();
+ // Initialize Fielddlg newly if necessary (e.g. for TYP_SETVAR)
+ sal_uInt16 nId = SwFieldDlgWrapper::GetChildWindowId();
SfxViewFrame* pVFrame = GetViewFrame();
- SwFldDlgWrapper *pWrp = static_cast<SwFldDlgWrapper*>(pVFrame->GetChildWindow(nId));
+ SwFieldDlgWrapper *pWrp = static_cast<SwFieldDlgWrapper*>(pVFrame->GetChildWindow(nId));
if (pWrp)
pWrp->ReInitDlg(GetDocShell());