summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuinsfil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuinsfil.cxx')
-rw-r--r--sd/source/ui/func/fuinsfil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx
index 7f81db01be69..a608fd74a926 100644
--- a/sd/source/ui/func/fuinsfil.cxx
+++ b/sd/source/ui/func/fuinsfil.cxx
@@ -325,7 +325,7 @@ bool FuInsertFile::InsSDDinDrMode(SfxMedium* pMedium)
/* Maybe a QueryBox is opened ("update links?"), therefore the dialog
becomes the current DefModalDialogParent */
- ::Window* pDefParent = Application::GetDefDialogParent();
+ vcl::Window* pDefParent = Application::GetDefDialogParent();
Application::SetDefDialogParent(pDlg->GetWindow());
sal_uInt16 nRet = pDlg->Execute();