diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/formcontroller.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 179fc9d85ea5..01f30d5266e8 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -4204,7 +4204,8 @@ bool FormController::ensureInteractionHandler() return false; m_bAttemptedHandlerCreation = true; - m_xInteractionHandler = InteractionHandler::createWithParent(m_xComponentContext, nullptr); + m_xInteractionHandler = InteractionHandler::createWithParent(m_xComponentContext, + VCLUnoHelper::GetInterface(getDialogParentWindow())); return m_xInteractionHandler.is(); } |