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

Mike Kaganski mike.kaganski at collabora.com
Mon Mar 12 19:27:55 UTC 2018


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

New commits:
commit db585162fdc8dcd804a99338d0c2c3c5e9d8088d
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Mon Mar 12 19:22:28 2018 +0100

    Build fix after e169df73408a48427a2b4b2a1927da09fc740169
    
    Change-Id: I5aa972e6c9b5f9c24f69350171b9ac570a866003
    Reviewed-on: https://gerrit.libreoffice.org/51162
    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 f4a14ef9bc3f..9b22b288c8e6 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 );
+            ScopedVclPtrInstance< TryLaterQueryBox > xDialog( pParent, xManager.get(), aMessage, false );
             nResult = xDialog->Execute();
         }
         else if ( nMode == UUI_DOC_OWN_LOAD_LOCK ||


More information about the Libreoffice-commits mailing list