dbaccess/source/ui/uno/dbinteraction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 06e022e7e3329d8e469b8cbf860cd4916db908e5 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Dec 17 15:51:26 2018 +0000 Commit: Caolán McNamara <caol...@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 <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