diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-12-17 15:51:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-12-17 18:43:37 +0100 |
commit | 06e022e7e3329d8e469b8cbf860cd4916db908e5 (patch) | |
tree | 0e16ff08527b6820dc44f837d1e17783b2d058e7 /dbaccess/source | |
parent | 410bf59de02192c2daf1158b9de76ec0ebab4c56 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/uno/dbinteraction.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |