sc/source/ui/docshell/docsh.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 6b073da79be064ca026e26629f4b79dd0bfb7e23 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Aug 22 19:53:22 2024 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Aug 23 09:29:54 2024 +0200 drop the fuzzer workaround now Change-Id: I01837d1d5fd0f43d0e29465af985bfa0b619c200 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172292 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 6e8af66afcce..6250ca15b24e 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -3490,10 +3490,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportSLK(SvStream &rStream) extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportCalcHTML(SvStream &rStream) { - // Temp bodge to reset oss-fuzz - if (rStream.remainingSize() > 256) - return true; - ScDLL::Init(); ScDocument aDocument; ScDocOptions aDocOpt = aDocument.GetDocOptions();
