uui/source/iahndl-locking.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit db585162fdc8dcd804a99338d0c2c3c5e9d8088d Author: Mike Kaganski <[email protected]> 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 <[email protected]> Tested-by: Aron Budea <[email protected]> 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 || _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
