[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - uui/source

Aron Budea aron.budea at collabora.com
Mon Mar 12 21:58:01 UTC 2018


 uui/source/iahndl-locking.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e93a48a3e290022213a90c58e057907b8ee2907f
Author: Aron Budea <aron.budea at 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.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at 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 ||


More information about the Libreoffice-commits mailing list