summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-16 10:21:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-16 20:31:05 +0100
commitdde88196360f489efb1170863f5d06e8405d37fe (patch)
tree3e5b25f58bcf1131e0507949c5be865ccd16786b /sc
parenta6760a0fc4461ba58c9ddb089c7ceb8c962f5dc5 (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.cxx2
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();