Kaydet (Commit) 06e022e7 authored tarafından Caolán McNamara's avatar Caolán McNamara

give dbaccess save query dialog a parent

Change-Id: I8e2c484f5237ad4fc3ec225f986336e6cbb0ba26
Reviewed-on: https://gerrit.libreoffice.org/65276
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 410bf59d
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment