summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-12-17 15:51:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-12-18 12:31:50 +0100
commitffb921559f39c3d53c29518cf2a5024b4078e8c0 (patch)
tree2e6268852649fbeefdab13659d8a14ee82e6024c /dbaccess
parentae5632d9c863eb07844214727634268b7ec68319 (diff)
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx2
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 )