summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-03-12 22:55:11 +0100
committerJan Holesovsky <kendy@collabora.com>2018-05-22 12:03:46 +0200
commit52b2930b40c89b6976ef6f3435c60be83ed45d32 (patch)
tree01baffd619ad2cf4a527cc5f350036b4545b89ae
parent05e2036247b575e2a8e3f2675f5afcdee26b9436 (diff)
tdf#115742: use correct parameter
Change-Id: I3e9d30b64533007040761f152d15875f2fbcb4ce Reviewed-on: https://gerrit.libreoffice.org/51177 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
-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 9b22b288c8e6..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, false );
+ ScopedVclPtrInstance< TryLaterQueryBox > xDialog( pParent, xManager.get(), aMessage, xRetry.is() );
nResult = xDialog->Execute();
}
else if ( nMode == UUI_DOC_OWN_LOAD_LOCK ||