summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xipivot.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index 37ca835669b7..62a9e10ff2dd 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -29,6 +29,7 @@
#include <svl/intitem.hxx>
#include <sal/log.hxx>
#include <sot/storage.hxx>
+#include <unotools/configmgr.hxx>
#include <document.hxx>
#include <formulacell.hxx>
@@ -1409,6 +1410,9 @@ void XclImpPivotTable::Convert()
if( !mxPCache || !mxPCache->IsValid() )
return;
+ if (utl::ConfigManager::IsFuzzing()) //just too slow
+ return;
+
ScDPSaveData aSaveData;
// *** global settings ***