From 6ef97ac2bc1fb335943112374cf66103a4610cc3 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Thu, 14 Dec 2023 12:54:15 +0300 Subject: Related: tdf#76115 Also pass RepairPackage to FilterDetect And drop the default argument value from ZipStorage ctor. Always pass it explicitly. Change-Id: I8bcf78dc4db7763567f9d6873841d75c328ede7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160760 Tested-by: Mike Kaganski Reviewed-by: Mike Kaganski Signed-off-by: Xisco Fauli Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160782 Tested-by: Jenkins --- include/oox/helper/zipstorage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox') diff --git a/include/oox/helper/zipstorage.hxx b/include/oox/helper/zipstorage.hxx index dabb714d7db8..dd56a1f75a71 100644 --- a/include/oox/helper/zipstorage.hxx +++ b/include/oox/helper/zipstorage.hxx @@ -44,7 +44,7 @@ public: explicit ZipStorage( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::io::XInputStream >& rxInStream, - bool bRepairStorage = false ); + bool bRepairStorage ); explicit ZipStorage( const css::uno::Reference< css::uno::XComponentContext >& rxContext, -- cgit