diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-12-14 12:54:15 +0300 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-12-20 09:36:55 +0100 |
commit | 6ef97ac2bc1fb335943112374cf66103a4610cc3 (patch) | |
tree | d9edde367bef055127809c07d2237ce12dd08b53 /include/oox | |
parent | 8e393c141487acc0460037dbe5af1793d3663aef (diff) |
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 <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160782
Tested-by: Jenkins
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/helper/zipstorage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |