summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r--uui/source/iahndl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index ffe9bc85a9cc..ac56d73352f0 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -976,7 +976,7 @@ UUIInteractionHelper::getInteractionHandlerList(
}
}
-Window *
+vcl::Window *
UUIInteractionHelper::getParentProperty()
{
uno::Reference< awt::XWindow > xWindow = getParentXWindow();
@@ -1010,7 +1010,7 @@ namespace {
sal_uInt16
executeMessageBox(
- Window * pParent,
+ vcl::Window * pParent,
OUString const & rTitle,
OUString const & rMessage,
WinBits nButtonMask )
@@ -1042,7 +1042,7 @@ executeMessageBox(
return aResult;
}
-NameClashResolveDialogResult executeSimpleNameClashResolveDialog( Window *pParent,
+NameClashResolveDialogResult executeSimpleNameClashResolveDialog( vcl::Window *pParent,
OUString const & rTargetFolderURL,
OUString const & rClashingName,
OUString & rProposedNewName,