dbaccess/source/ui/uno/dbinteraction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ffb921559f39c3d53c29518cf2a5024b4078e8c0 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Dec 17 15:51:26 2018 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Dec 18 12:31:50 2018 +0100 give dbaccess save query dialog a parent Change-Id: I8e2c484f5237ad4fc3ec225f986336e6cbb0ba26 Reviewed-on: https://gerrit.libreoffice.org/65277 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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 ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits