From 52b2930b40c89b6976ef6f3435c60be83ed45d32 Mon Sep 17 00:00:00 2001 From: Aron Budea Date: Mon, 12 Mar 2018 22:55:11 +0100 Subject: tdf#115742: use correct parameter Change-Id: I3e9d30b64533007040761f152d15875f2fbcb4ce Reviewed-on: https://gerrit.libreoffice.org/51177 Reviewed-by: Aron Budea Tested-by: Aron Budea --- uui/source/iahndl-locking.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || -- cgit