uui/source/iahndl-locking.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e93a48a3e290022213a90c58e057907b8ee2907f Author: Aron Budea <aron.bu...@collabora.com> Date: Mon Mar 12 22:55:11 2018 +0100 tdf#115742: use correct parameter Change-Id: I3e9d30b64533007040761f152d15875f2fbcb4ce Reviewed-on: https://gerrit.libreoffice.org/51177 Reviewed-by: Aron Budea <aron.bu...@collabora.com> Tested-by: Aron Budea <aron.bu...@collabora.com> 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 || _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits