summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/controlwizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.cxx')
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx
index 54d10fd2c036..8577aa14c80a 100644
--- a/extensions/source/dbpilots/controlwizard.cxx
+++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -459,7 +459,7 @@ namespace dbp
return initContext();
}
- Reference< XInteractionHandler > OControlWizard::getInteractionHandler(vcl::Window* _pWindow) const
+ Reference< XInteractionHandler > OControlWizard::getInteractionHandler(weld::Window* _pWindow) const
{
Reference< XInteractionHandler > xHandler;
try
@@ -613,7 +613,7 @@ namespace dbp
aContext.NextException = aSQLException;
// create an interaction handler to display this exception
- Reference< XInteractionHandler > xHandler = getInteractionHandler(this);
+ Reference< XInteractionHandler > xHandler = getInteractionHandler(GetFrameWeld());
if ( !xHandler.is() )
return false;