diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-22 16:41:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-22 22:10:25 +0100 |
commit | 6e65d9184a5525f303f75fa0dd1cfc8a401f5bc6 (patch) | |
tree | f754bb8fd8cb04d1f53630f1f71f0d605ec89deb /sc | |
parent | 298d5ee4fae0c45e2dc3927a5399edc0257c75cd (diff) |
weld SvxScriptSelectorDialog
Change-Id: I885acfcdfd9544d7f4eb0e602a7acf0215cb9d92
Reviewed-on: https://gerrit.libreoffice.org/68220
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 591acbb3e3f9..d9d3f10ab920 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -830,7 +830,7 @@ IMPL_LINK_NOARG(ScTPValidationError, ClickSearchHdl, weld::Button&, void) { // Use static SfxApplication method to bring up selector dialog for // choosing a script - OUString aScriptURL = SfxApplication::ChooseScript(); + OUString aScriptURL = SfxApplication::ChooseScript(GetDialogFrameWeld()); if ( !aScriptURL.isEmpty() ) { |