summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-03-12 22:55:11 +0100
committerAron Budea <aron.budea@collabora.com>2018-03-12 22:57:39 +0100
commite93a48a3e290022213a90c58e057907b8ee2907f (patch)
tree6a7121b078c8764b61c2aea1b18e07b4d9dedddc /uui
parentdb585162fdc8dcd804a99338d0c2c3c5e9d8088d (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>
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 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 ||