[Libreoffice-commits] core.git: dbaccess/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 17 17:43:59 UTC 2018


 dbaccess/source/ui/uno/dbinteraction.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06e022e7e3329d8e469b8cbf860cd4916db908e5
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 17 15:51:26 2018 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Dec 17 18:43:37 2018 +0100

    give dbaccess save query dialog a parent
    
    Change-Id: I8e2c484f5237ad4fc3ec225f986336e6cbb0ba26
    Reviewed-on: https://gerrit.libreoffice.org/65276
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/uno/dbinteraction.cxx b/dbaccess/source/ui/uno/dbinteraction.cxx
index e3e3173238e9..53f6468dcdeb 100644
--- a/dbaccess/source/ui/uno/dbinteraction.cxx
+++ b/dbaccess/source/ui/uno/dbinteraction.cxx
@@ -243,7 +243,7 @@ namespace dbaui
         if ( -1 != nApprovePos )
         {
             // ask whether it should be saved
-            nRet = ExecuteQuerySaveDocument(nullptr,_rDocuRequest.Name);
+            nRet = ExecuteQuerySaveDocument(Application::GetFrameWeld(m_xParentWindow), _rDocuRequest.Name);
         }
 
         if ( RET_CANCEL == nRet )


More information about the Libreoffice-commits mailing list