summaryrefslogtreecommitdiff
path: root/vcl/workben/commonfuzzer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/commonfuzzer.hxx')
-rw-r--r--vcl/workben/commonfuzzer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx
index e8fc91ec4f83..ec1d22948cfb 100644
--- a/vcl/workben/commonfuzzer.hxx
+++ b/vcl/workben/commonfuzzer.hxx
@@ -80,6 +80,7 @@ void CommonInitialize(int *argc, char ***argv)
setenv("SAL_USE_VCLPLUGIN", "svp", 1);
setenv("JPEGMEM", "768M", 1);
setenv("SC_MAX_MATRIX_ELEMENTS", "60000000", 1);
+ setenv("SC_NO_THREADED_CALCULATION", "1", 1);
setenv("SAL_WMF_COMPLEXCLIP_VIA_REGION", "1", 1);
setenv("SAL_DISABLE_PRINTERLIST", "1", 1);
setenv("SAL_DISABLE_DEFAULTPRINTER", "1", 1);