summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-13 12:53:49 +0000
committerMiklos Vajna <vmiklos@collabora.com>2019-11-15 13:50:52 +0100
commitf1102df6a168d1e9b12b51821d8ecca0884a7547 (patch)
tree42574817aa59b938fd2c8326d9239e8525cb9025 /dbaccess
parent3b101cc25d2d128214e01e1c88a99f5ee508cbba (diff)
set parent for OParameterDialog
Change-Id: I614d596599ce55ef9940fbeedf0fca4052e64138 Reviewed-on: https://gerrit.libreoffice.org/82599 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx
index a387e04d0b8f..978e6a945d03 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -1316,7 +1316,7 @@ sal_Bool SbaXDataBrowserController::approveParameter(const css::form::DatabasePa
pParamRequest->addContinuation(pAbort);
// create the handler, let it handle the request
- Reference< XInteractionHandler2 > xHandler( InteractionHandler::createWithParent(getORB(), nullptr) );
+ Reference< XInteractionHandler2 > xHandler(InteractionHandler::createWithParent(getORB(), getComponentWindow()));
xHandler->handle(xParamRequest);
if (!pParamValues->wasSelected())