summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-03-12 19:22:28 +0100
committerAron Budea <aron.budea@collabora.com>2018-03-13 00:07:06 +0100
commit6a5f15d2b35a5a6e3ae0a1fa534facfe7e92bb3c (patch)
treec926b46d1b7b6dad6e95f576de541096acde4c71 /uui
parentea0a6c66e8ae2002953a458c1a8cc8fd54ccc297 (diff)
Build fix after ea0a6c66e8ae2002953a458c1a8cc8fd54ccc297
Also contains e93a48a3e290022213a90c58e057907b8ee2907f Reviewed-on: https://gerrit.libreoffice.org/51162 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com> (cherry picked from commit db585162fdc8dcd804a99338d0c2c3c5e9d8088d) Change-Id: I5aa972e6c9b5f9c24f69350171b9ac570a866003 Reviewed-on: https://gerrit.libreoffice.org/51179 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-locking.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx
index f4a14ef9bc3f..3f82480cdb35 100644
--- a/uui/source/iahndl-locking.cxx
+++ b/uui/source/iahndl-locking.cxx
@@ -116,7 +116,7 @@ handleLockedDocumentRequest_(
aMessage = UUIInteractionHelper::replaceMessageWithArguments(
aMessage, aArguments );
- ScopedVclPtrInstance< TryLaterQueryBox > xDialog( pParent, xManager.get(), aMessage );
+ ScopedVclPtrInstance< TryLaterQueryBox > xDialog( pParent, xManager.get(), aMessage, xRetry.is() );
nResult = xDialog->Execute();
}
else if ( nMode == UUI_DOC_OWN_LOAD_LOCK ||