sd/source/ui/dlg/tpaction.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02bb62f2fbd66dc36e3ea4ad179a0874afbb8a9a
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Sep 23 08:56:51 2019 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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!
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to