From 6e65d9184a5525f303f75fa0dd1cfc8a401f5bc6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Feb 2019 16:41:32 +0000 Subject: weld SvxScriptSelectorDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I885acfcdfd9544d7f4eb0e602a7acf0215cb9d92 Reviewed-on: https://gerrit.libreoffice.org/68220 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/dlg/tpaction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index c6c2bb06471d..f4d79c7997f6 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -424,7 +424,7 @@ void SdTPAction::OpenFileDialog() else if (bMacro) { // choose macro dialog - OUString aScriptURL = SfxApplication::ChooseScript(); + OUString aScriptURL = SfxApplication::ChooseScript(GetFrameWeld()); if ( !aScriptURL.isEmpty() ) { -- cgit