diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-16 10:21:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-16 20:31:05 +0100 |
commit | dde88196360f489efb1170863f5d06e8405d37fe (patch) | |
tree | 3e5b25f58bcf1131e0507949c5be865ccd16786b /sc | |
parent | a6760a0fc4461ba58c9ddb089c7ceb8c962f5dc5 (diff) |
reenable fuzzing for InsertMatrixFormula
Change-Id: I9a665df74882eb4edac9a1787afe83af5e5e144e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129990
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen4.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx index de75f206b34e..6dff5a3cdb8b 100644 --- a/sc/source/core/data/documen4.cxx +++ b/sc/source/core/data/documen4.cxx @@ -271,8 +271,6 @@ void ScDocument::InsertMatrixFormula(SCCOL nCol1, SCROW nRow1, SAL_WARN("sc", "ScDocument::InsertMatrixFormula: No table marked"); return; } - if (utl::ConfigManager::IsFuzzing()) //just too slow - return; assert( ValidColRow( nCol1, nRow1) && ValidColRow( nCol2, nRow2)); SCTAB nTab1 = *rMark.begin(); |