[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 23 12:59:42 UTC 2019
sd/source/ui/dlg/tpaction.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02bb62f2fbd66dc36e3ea4ad179a0874afbb8a9a
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 23 08:56:51 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 23 14:58:45 2019 +0200
set wait on the correct parent
Change-Id: I0c0f4eb036713d12766fb425d5d563f6b2fc054e
Reviewed-on: https://gerrit.libreoffice.org/79379
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index c5c1f6fb51db..389ccd665245 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -630,7 +630,7 @@ IMPL_LINK_NOARG(SdTPAction, CheckFileHdl, weld::Widget&, void)
if( aMedium.IsStorage() )
{
- WaitObject aWait( GetParentDialog() );
+ weld::WaitObject aWait(GetDialogFrameWeld());
// is it a draw file?
// open with READ, otherwise the Storages might write into the file!
More information about the Libreoffice-commits
mailing list