Revert "Skip a bunch of files in the disable-export case"

Causes too much pain in scfilt, let's try without for now.

This reverts commit 421c8febe8.
This commit is contained in:
Tor Lillqvist
2012-11-26 13:48:39 +02:00
parent a6e64c35cb
commit 2ea5803586

View File

@@ -207,13 +207,12 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
oox/source/dump/dumperbase \
oox/source/dump/oledumper \
oox/source/dump/pptxdumper \
$(if $(filter EXPORT,$(BUILD_TYPE)), \
oox/source/export/chartexport \
oox/source/export/ColorPropertySet \
oox/source/export/drawingml \
oox/source/export/SchXMLSeriesHelper \
oox/source/export/shapes \
oox/source/export/vmlexport) \
oox/source/export/chartexport \
oox/source/export/ColorPropertySet \
oox/source/export/drawingml \
oox/source/export/SchXMLSeriesHelper \
oox/source/export/shapes \
oox/source/export/vmlexport \
oox/source/helper/attributelist \
oox/source/helper/binaryinputstream \
oox/source/helper/binaryoutputstream \