From 6a0fe37dec107392fbe468a35b89071b9a93d2c1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 22:52:35 +0100 Subject: sal: clean up public headers with include-what-you-use Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05 --- oox/source/core/binarycodec.cxx | 1 + oox/source/core/contexthandler2.cxx | 1 + oox/source/core/filterbase.cxx | 1 + oox/source/core/recordparser.cxx | 1 + oox/source/core/relationshandler.cxx | 1 + oox/source/core/xmlfilterbase.cxx | 1 + oox/source/docprop/docprophandler.cxx | 1 + oox/source/drawingml/chart/axisconverter.cxx | 1 + oox/source/drawingml/chart/chartconverter.cxx | 1 + oox/source/drawingml/chart/chartdrawingfragment.cxx | 2 ++ oox/source/drawingml/chart/converterbase.cxx | 1 + oox/source/drawingml/chart/datasourcecontext.cxx | 2 ++ oox/source/drawingml/chart/objectformatter.cxx | 1 + oox/source/drawingml/chart/plotareaconverter.cxx | 1 + oox/source/drawingml/chart/seriesconverter.cxx | 1 + oox/source/drawingml/chart/titlecontext.cxx | 2 ++ oox/source/drawingml/chart/titleconverter.cxx | 1 + oox/source/drawingml/chart/typegroupconverter.cxx | 1 + oox/source/drawingml/color.cxx | 1 + oox/source/drawingml/customshapegeometry.cxx | 1 + oox/source/drawingml/customshapeproperties.cxx | 1 + oox/source/drawingml/diagram/constraintlistcontext.cxx | 1 + oox/source/drawingml/diagram/datamodelcontext.cxx | 1 + oox/source/drawingml/diagram/diagram.cxx | 1 + oox/source/drawingml/diagram/diagramdefinitioncontext.cxx | 1 + oox/source/drawingml/diagram/diagramlayoutatoms.cxx | 1 + oox/source/drawingml/diagram/layoutnodecontext.cxx | 1 + oox/source/drawingml/drawingmltypes.cxx | 1 + oox/source/drawingml/fillproperties.cxx | 1 + oox/source/drawingml/hyperlinkcontext.cxx | 1 + oox/source/drawingml/lineproperties.cxx | 1 + oox/source/drawingml/textfield.cxx | 1 + oox/source/drawingml/textparagraphproperties.cxx | 2 ++ oox/source/drawingml/textrun.cxx | 2 ++ oox/source/export/ColorPropertySet.cxx | 1 + oox/source/helper/binaryinputstream.cxx | 1 + oox/source/helper/containerhelper.cxx | 1 + oox/source/helper/graphichelper.cxx | 1 + oox/source/helper/modelobjecthelper.cxx | 1 + oox/source/helper/progressbar.cxx | 1 + oox/source/helper/propertymap.cxx | 1 + oox/source/helper/storagebase.cxx | 1 + oox/source/helper/textinputstream.cxx | 1 + oox/source/helper/zipstorage.cxx | 1 + oox/source/ole/axbinaryreader.cxx | 2 ++ oox/source/ole/axcontrol.cxx | 1 + oox/source/ole/axcontrolfragment.cxx | 2 ++ oox/source/ole/olehelper.cxx | 1 + oox/source/ole/oleobjecthelper.cxx | 1 + oox/source/ole/olestorage.cxx | 1 + oox/source/ole/vbacontrol.cxx | 1 + oox/source/ole/vbahelper.cxx | 1 + oox/source/ole/vbamodule.cxx | 1 + oox/source/ole/vbaproject.cxx | 1 + oox/source/ppt/pptimport.cxx | 1 + oox/source/ppt/presentationfragmenthandler.cxx | 1 + oox/source/ppt/slidefragmenthandler.cxx | 1 + oox/source/ppt/slidepersist.cxx | 2 ++ oox/source/ppt/slidetransition.cxx | 2 ++ oox/source/vml/vmldrawing.cxx | 1 + oox/source/vml/vmlformatting.cxx | 1 + oox/source/vml/vmlinputstream.cxx | 1 + oox/source/vml/vmlshapecontainer.cxx | 2 ++ oox/source/vml/vmlshapecontext.cxx | 2 ++ oox/source/vml/vmltextboxcontext.cxx | 1 + 65 files changed, 76 insertions(+) (limited to 'oox/source') diff --git a/oox/source/core/binarycodec.cxx b/oox/source/core/binarycodec.cxx index 2a2289e0d64d..25f367afcb85 100644 --- a/oox/source/core/binarycodec.cxx +++ b/oox/source/core/binarycodec.cxx @@ -23,6 +23,7 @@ #include #include "oox/helper/attributelist.hxx" +#include #include #include diff --git a/oox/source/core/contexthandler2.cxx b/oox/source/core/contexthandler2.cxx index 1201aed900ce..5e6b739ddf9b 100644 --- a/oox/source/core/contexthandler2.cxx +++ b/oox/source/core/contexthandler2.cxx @@ -19,6 +19,7 @@ #include "oox/core/contexthandler2.hxx" #include +#include namespace oox { namespace core { diff --git a/oox/source/core/filterbase.cxx b/oox/source/core/filterbase.cxx index 5537f3e58077..48c5f2a09f9d 100644 --- a/oox/source/core/filterbase.cxx +++ b/oox/source/core/filterbase.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/oox/source/core/recordparser.cxx b/oox/source/core/recordparser.cxx index 2e73390175b5..708632b237b9 100644 --- a/oox/source/core/recordparser.cxx +++ b/oox/source/core/recordparser.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include "oox/core/fragmenthandler.hxx" namespace oox { diff --git a/oox/source/core/relationshandler.cxx b/oox/source/core/relationshandler.cxx index 4802b8f83e05..9bcd1e39e5b7 100644 --- a/oox/source/core/relationshandler.cxx +++ b/oox/source/core/relationshandler.cxx @@ -20,6 +20,7 @@ #include "oox/core/relationshandler.hxx" #include +#include #include "oox/helper/attributelist.hxx" namespace oox { diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 18a443af0380..ccebf1829fd9 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include "oox/core/fastparser.hxx" #include "oox/core/fragmenthandler.hxx" diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx index 5182b99d1aca..54b3c50497f4 100644 --- a/oox/source/docprop/docprophandler.cxx +++ b/oox/source/docprop/docprophandler.cxx @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/oox/source/drawingml/chart/axisconverter.cxx b/oox/source/drawingml/chart/axisconverter.cxx index 076789579f91..0090caeb46ca 100644 --- a/oox/source/drawingml/chart/axisconverter.cxx +++ b/oox/source/drawingml/chart/axisconverter.cxx @@ -37,6 +37,7 @@ #include "drawingml/chart/typegroupconverter.hxx" #include "oox/drawingml/lineproperties.hxx" #include "comphelper/processfactory.hxx" +#include namespace oox { namespace drawingml { diff --git a/oox/source/drawingml/chart/chartconverter.cxx b/oox/source/drawingml/chart/chartconverter.cxx index 7304fbc2dc0a..b39ca7083f4a 100644 --- a/oox/source/drawingml/chart/chartconverter.cxx +++ b/oox/source/drawingml/chart/chartconverter.cxx @@ -26,6 +26,7 @@ #include "drawingml/chart/chartspacemodel.hxx" #include "oox/helper/containerhelper.hxx" #include "oox/core/xmlfilterbase.hxx" +#include using ::oox::drawingml::chart::DataSequenceModel; using ::com::sun::star::uno::Any; diff --git a/oox/source/drawingml/chart/chartdrawingfragment.cxx b/oox/source/drawingml/chart/chartdrawingfragment.cxx index d8f809227b49..5a7035b46bdf 100644 --- a/oox/source/drawingml/chart/chartdrawingfragment.cxx +++ b/oox/source/drawingml/chart/chartdrawingfragment.cxx @@ -19,6 +19,8 @@ #include "drawingml/chart/chartdrawingfragment.hxx" +#include + #include "oox/core/xmlfilterbase.hxx" #include "oox/drawingml/connectorshapecontext.hxx" #include "oox/drawingml/graphicshapecontext.hxx" diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterbase.cxx index 611d8d79bb87..022d8675499d 100644 --- a/oox/source/drawingml/chart/converterbase.cxx +++ b/oox/source/drawingml/chart/converterbase.cxx @@ -31,6 +31,7 @@ #include #include #include +#include #include "basegfx/numeric/ftools.hxx" #include "oox/core/xmlfilterbase.hxx" #include "oox/drawingml/theme.hxx" diff --git a/oox/source/drawingml/chart/datasourcecontext.cxx b/oox/source/drawingml/chart/datasourcecontext.cxx index c157e741e63f..946b5bdb00d1 100644 --- a/oox/source/drawingml/chart/datasourcecontext.cxx +++ b/oox/source/drawingml/chart/datasourcecontext.cxx @@ -21,6 +21,8 @@ #include "oox/drawingml/chart/datasourcemodel.hxx" +#include + namespace oox { namespace drawingml { namespace chart { diff --git a/oox/source/drawingml/chart/objectformatter.cxx b/oox/source/drawingml/chart/objectformatter.cxx index dd53dde4f410..c7d23688cf11 100644 --- a/oox/source/drawingml/chart/objectformatter.cxx +++ b/oox/source/drawingml/chart/objectformatter.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "oox/core/xmlfilterbase.hxx" #include "oox/drawingml/fillproperties.hxx" diff --git a/oox/source/drawingml/chart/plotareaconverter.cxx b/oox/source/drawingml/chart/plotareaconverter.cxx index f15086df7e51..bc054ce8767f 100644 --- a/oox/source/drawingml/chart/plotareaconverter.cxx +++ b/oox/source/drawingml/chart/plotareaconverter.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include "drawingml/chart/axisconverter.hxx" #include "drawingml/chart/plotareamodel.hxx" #include "drawingml/chart/typegroupconverter.hxx" diff --git a/oox/source/drawingml/chart/seriesconverter.cxx b/oox/source/drawingml/chart/seriesconverter.cxx index ab4f7df381b8..19253149be8a 100644 --- a/oox/source/drawingml/chart/seriesconverter.cxx +++ b/oox/source/drawingml/chart/seriesconverter.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "drawingml/chart/datasourceconverter.hxx" #include "drawingml/chart/seriesmodel.hxx" diff --git a/oox/source/drawingml/chart/titlecontext.cxx b/oox/source/drawingml/chart/titlecontext.cxx index e589335ed649..7c4a190becee 100644 --- a/oox/source/drawingml/chart/titlecontext.cxx +++ b/oox/source/drawingml/chart/titlecontext.cxx @@ -25,6 +25,8 @@ #include "drawingml/chart/titlemodel.hxx" #include "rtl/ustrbuf.hxx" +#include + namespace oox { namespace drawingml { diff --git a/oox/source/drawingml/chart/titleconverter.cxx b/oox/source/drawingml/chart/titleconverter.cxx index 844aa0a62034..0aeba99d7ca0 100644 --- a/oox/source/drawingml/chart/titleconverter.cxx +++ b/oox/source/drawingml/chart/titleconverter.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include "drawingml/textbody.hxx" #include "drawingml/textparagraph.hxx" #include "drawingml/chart/datasourceconverter.hxx" diff --git a/oox/source/drawingml/chart/typegroupconverter.cxx b/oox/source/drawingml/chart/typegroupconverter.cxx index 3a23d4431196..7a7b2a6bcd2c 100644 --- a/oox/source/drawingml/chart/typegroupconverter.cxx +++ b/oox/source/drawingml/chart/typegroupconverter.cxx @@ -33,6 +33,7 @@ #include #include #include +#include #include "oox/drawingml/lineproperties.hxx" #include "drawingml/chart/seriesconverter.hxx" #include "drawingml/chart/typegroupmodel.hxx" diff --git a/oox/source/drawingml/color.cxx b/oox/source/drawingml/color.cxx index e6f3bf11de90..2d36cbf7fd6d 100644 --- a/oox/source/drawingml/color.cxx +++ b/oox/source/drawingml/color.cxx @@ -20,6 +20,7 @@ #include "oox/drawingml/color.hxx" #include #include +#include #include "oox/helper/containerhelper.hxx" #include "oox/helper/graphichelper.hxx" #include "oox/drawingml/drawingmltypes.hxx" diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx index 6868e2c3d5d3..9d6db8f5852f 100644 --- a/oox/source/drawingml/customshapegeometry.cxx +++ b/oox/source/drawingml/customshapegeometry.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include "oox/helper/helper.hxx" #include "oox/helper/attributelist.hxx" diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 64fe53529e92..7a1b1714e99e 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -31,6 +31,7 @@ #include #include #include +#include using namespace ::oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/diagram/constraintlistcontext.cxx b/oox/source/drawingml/diagram/constraintlistcontext.cxx index 04b14fb5c285..99d5614c2fc8 100644 --- a/oox/source/drawingml/diagram/constraintlistcontext.cxx +++ b/oox/source/drawingml/diagram/constraintlistcontext.cxx @@ -19,6 +19,7 @@ #include "constraintlistcontext.hxx" #include "oox/helper/attributelist.hxx" +#include using namespace ::oox::core; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/diagram/datamodelcontext.cxx b/oox/source/drawingml/diagram/datamodelcontext.cxx index b5b6dffa1f7a..209e71833313 100644 --- a/oox/source/drawingml/diagram/datamodelcontext.cxx +++ b/oox/source/drawingml/diagram/datamodelcontext.cxx @@ -22,6 +22,7 @@ #include "drawingml/fillpropertiesgroupcontext.hxx" #include "drawingml/shapepropertiescontext.hxx" #include "drawingml/textbodycontext.hxx" +#include using namespace ::oox::core; using namespace ::com::sun::star::xml::sax; diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index 8741353d2774..3961bebef28e 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "drawingml/textbody.hxx" #include "drawingml/textparagraph.hxx" diff --git a/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx b/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx index cd304b93d81c..7f43761d4643 100644 --- a/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx +++ b/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx @@ -20,6 +20,7 @@ #include "diagramdefinitioncontext.hxx" #include "layoutnodecontext.hxx" #include "datamodelcontext.hxx" +#include using namespace ::oox::core; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx index dc5f2db4755e..180a61310aa4 100644 --- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx +++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include "oox/helper/attributelist.hxx" diff --git a/oox/source/drawingml/diagram/layoutnodecontext.cxx b/oox/source/drawingml/diagram/layoutnodecontext.cxx index facfda417762..c92070648d73 100644 --- a/oox/source/drawingml/diagram/layoutnodecontext.cxx +++ b/oox/source/drawingml/diagram/layoutnodecontext.cxx @@ -25,6 +25,7 @@ #include "drawingml/customshapeproperties.hxx" #include "diagramdefinitioncontext.hxx" #include "constraintlistcontext.hxx" +#include using namespace ::oox::core; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/drawingmltypes.cxx b/oox/source/drawingml/drawingmltypes.cxx index c2fb438ba2e9..31529ed68be7 100644 --- a/oox/source/drawingml/drawingmltypes.cxx +++ b/oox/source/drawingml/drawingmltypes.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "oox/token/tokens.hxx" diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index fd45658d63e2..d25f8bfb10a0 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -40,6 +40,7 @@ #include "oox/drawingml/shapepropertymap.hxx" #include "oox/token/tokens.hxx" #include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; diff --git a/oox/source/drawingml/hyperlinkcontext.cxx b/oox/source/drawingml/hyperlinkcontext.cxx index aae50e80c45c..8dfb90c61e94 100644 --- a/oox/source/drawingml/hyperlinkcontext.cxx +++ b/oox/source/drawingml/hyperlinkcontext.cxx @@ -21,6 +21,7 @@ #include +#include #include "oox/helper/propertymap.hxx" #include "oox/core/relations.hxx" #include "oox/core/xmlfilterbase.hxx" diff --git a/oox/source/drawingml/lineproperties.cxx b/oox/source/drawingml/lineproperties.cxx index e8199815669b..efa1ab8f1088 100644 --- a/oox/source/drawingml/lineproperties.cxx +++ b/oox/source/drawingml/lineproperties.cxx @@ -20,6 +20,7 @@ #include "oox/drawingml/lineproperties.hxx" #include #include +#include #include #include #include diff --git a/oox/source/drawingml/textfield.cxx b/oox/source/drawingml/textfield.cxx index 2523156ade0d..21b47f1407b3 100644 --- a/oox/source/drawingml/textfield.cxx +++ b/oox/source/drawingml/textfield.cxx @@ -21,6 +21,7 @@ #include +#include #include #include #include diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx index a7b5f6bfba84..22bab141121b 100644 --- a/oox/source/drawingml/textparagraphproperties.cxx +++ b/oox/source/drawingml/textparagraphproperties.cxx @@ -29,6 +29,8 @@ #include #include +#include + #include "oox/helper/helper.hxx" #include "oox/helper/propertyset.hxx" #include "oox/core/xmlfilterbase.hxx" diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index f4b75dbe260c..ca744e8dfe4a 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -24,6 +24,8 @@ #include #include +#include + #include "oox/helper/helper.hxx" #include "oox/helper/propertyset.hxx" #include "oox/core/xmlfilterbase.hxx" diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx index 5a4021589b37..ae7df6e64b9d 100644 --- a/oox/source/export/ColorPropertySet.cxx +++ b/oox/source/export/ColorPropertySet.cxx @@ -22,6 +22,7 @@ #include "ColorPropertySet.hxx" #include +#include #include using namespace ::com::sun::star; diff --git a/oox/source/helper/binaryinputstream.cxx b/oox/source/helper/binaryinputstream.cxx index 6c97222bdbe8..b514beb70fba 100644 --- a/oox/source/helper/binaryinputstream.cxx +++ b/oox/source/helper/binaryinputstream.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include "oox/helper/binaryoutputstream.hxx" namespace oox { diff --git a/oox/source/helper/containerhelper.cxx b/oox/source/helper/containerhelper.cxx index 805a9c52e94d..4a9d72317074 100644 --- a/oox/source/helper/containerhelper.cxx +++ b/oox/source/helper/containerhelper.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "oox/helper/helper.hxx" diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 180df3ca5e81..0638ffe6350b 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include "oox/helper/containerhelper.hxx" diff --git a/oox/source/helper/modelobjecthelper.cxx b/oox/source/helper/modelobjecthelper.cxx index 4b6ef286ae36..d29755bd445e 100644 --- a/oox/source/helper/modelobjecthelper.cxx +++ b/oox/source/helper/modelobjecthelper.cxx @@ -26,6 +26,7 @@ #include #include "oox/helper/containerhelper.hxx" #include "oox/helper/helper.hxx" +#include namespace oox { diff --git a/oox/source/helper/progressbar.cxx b/oox/source/helper/progressbar.cxx index 307a78bf553b..36820d785a29 100644 --- a/oox/source/helper/progressbar.cxx +++ b/oox/source/helper/progressbar.cxx @@ -19,6 +19,7 @@ #include "oox/helper/progressbar.hxx" +#include #include #include "oox/helper/helper.hxx" diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 6404cf9bd56e..5dd70be2da0c 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -46,6 +46,7 @@ using ::com::sun::star::text::WritingMode; #include #include #include +#include #include #include "oox/token/propertynames.hxx" using ::com::sun::star::uno::Any; diff --git a/oox/source/helper/storagebase.cxx b/oox/source/helper/storagebase.cxx index 1083d02a27fb..ff6e1f02562a 100644 --- a/oox/source/helper/storagebase.cxx +++ b/oox/source/helper/storagebase.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include "oox/helper/binaryinputstream.hxx" #include "oox/helper/binaryoutputstream.hxx" diff --git a/oox/source/helper/textinputstream.cxx b/oox/source/helper/textinputstream.cxx index 82148c497bf0..d5e7894e49c5 100644 --- a/oox/source/helper/textinputstream.cxx +++ b/oox/source/helper/textinputstream.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "oox/helper/binaryinputstream.hxx" diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx index be8068c65836..d535ac63fe0a 100644 --- a/oox/source/helper/zipstorage.cxx +++ b/oox/source/helper/zipstorage.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "oox/helper/helper.hxx" diff --git a/oox/source/ole/axbinaryreader.cxx b/oox/source/ole/axbinaryreader.cxx index 9df00e7672a2..cee80c4fa08a 100644 --- a/oox/source/ole/axbinaryreader.cxx +++ b/oox/source/ole/axbinaryreader.cxx @@ -21,6 +21,8 @@ #include "oox/ole/olehelper.hxx" +#include + namespace oox { namespace ole { diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index d3d029773c79..4dca8af8d198 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include "oox/helper/attributelist.hxx" #include "oox/helper/binaryinputstream.hxx" #include "oox/helper/containerhelper.hxx" diff --git a/oox/source/ole/axcontrolfragment.cxx b/oox/source/ole/axcontrolfragment.cxx index 9f4d81267997..0f6604c3e0d1 100644 --- a/oox/source/ole/axcontrolfragment.cxx +++ b/oox/source/ole/axcontrolfragment.cxx @@ -26,6 +26,8 @@ #include "oox/ole/olehelper.hxx" #include "oox/ole/olestorage.hxx" +#include + namespace oox { namespace ole { diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index 88a80e81abbb..92aacef2d05d 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -20,6 +20,7 @@ #include "oox/ole/olehelper.hxx" #include +#include #include "oox/helper/binaryinputstream.hxx" #include "oox/helper/graphichelper.hxx" #include "oox/token/tokens.hxx" diff --git a/oox/source/ole/oleobjecthelper.cxx b/oox/source/ole/oleobjecthelper.cxx index a2c008a917f5..f5d4df409748 100644 --- a/oox/source/ole/oleobjecthelper.cxx +++ b/oox/source/ole/oleobjecthelper.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include "oox/helper/propertymap.hxx" namespace oox { diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx index 46533d0ae012..8d27eea44081 100644 --- a/oox/source/ole/olestorage.cxx +++ b/oox/source/ole/olestorage.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include "oox/helper/binaryinputstream.hxx" #include "oox/helper/binaryoutputstream.hxx" #include "oox/helper/containerhelper.hxx" diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index c60007b5aeea..30d7e00eb9f0 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include "oox/helper/attributelist.hxx" diff --git a/oox/source/ole/vbahelper.cxx b/oox/source/ole/vbahelper.cxx index 18a1416d086f..d47726f88873 100644 --- a/oox/source/ole/vbahelper.cxx +++ b/oox/source/ole/vbahelper.cxx @@ -19,6 +19,7 @@ #include "oox/ole/vbahelper.hxx" #include +#include #include "oox/helper/binaryinputstream.hxx" namespace oox { diff --git a/oox/source/ole/vbamodule.cxx b/oox/source/ole/vbamodule.cxx index 86689ebe6332..4c0bf9bd2b08 100644 --- a/oox/source/ole/vbamodule.cxx +++ b/oox/source/ole/vbamodule.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include "oox/helper/binaryinputstream.hxx" diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index 6bffdd7a20ee..24d474d43501 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include "oox/helper/binaryinputstream.hxx" diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx index c3d733a14b6b..1d6e7c627d6f 100644 --- a/oox/source/ppt/pptimport.cxx +++ b/oox/source/ppt/pptimport.cxx @@ -20,6 +20,7 @@ #include #include +#include #include "oox/ppt/pptimport.hxx" #include "oox/drawingml/chart/chartconverter.hxx" #include "oox/dump/pptxdumper.hxx" diff --git a/oox/source/ppt/presentationfragmenthandler.cxx b/oox/source/ppt/presentationfragmenthandler.cxx index 811550ea561f..541e2a178cbb 100644 --- a/oox/source/ppt/presentationfragmenthandler.cxx +++ b/oox/source/ppt/presentationfragmenthandler.cxx @@ -19,6 +19,7 @@ #include "comphelper/anytostring.hxx" #include "cppuhelper/exc_hlp.hxx" +#include #include #include diff --git a/oox/source/ppt/slidefragmenthandler.cxx b/oox/source/ppt/slidefragmenthandler.cxx index 0edece08f800..95ea8393b22f 100644 --- a/oox/source/ppt/slidefragmenthandler.cxx +++ b/oox/source/ppt/slidefragmenthandler.cxx @@ -22,6 +22,7 @@ #include #include +#include #include "oox/helper/propertyset.hxx" #include "oox/core/xmlfilterbase.hxx" diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx index 54b28e6ad96a..82d0f9fe69ca 100644 --- a/oox/source/ppt/slidepersist.cxx +++ b/oox/source/ppt/slidepersist.cxx @@ -29,6 +29,8 @@ #include "drawingml/textliststyle.hxx" #include "drawingml/textparagraphproperties.hxx" +#include + #include #include #include diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx index 45b007604ea5..45e7cce8353e 100644 --- a/oox/source/ppt/slidetransition.cxx +++ b/oox/source/ppt/slidetransition.cxx @@ -25,6 +25,8 @@ #include #include +#include + #include "oox/helper/helper.hxx" #include "oox/helper/propertymap.hxx" #include "oox/token/namespaces.hxx" diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 97634ef86019..c808c7f4c316 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "oox/core/xmlfilterbase.hxx" #include "oox/helper/containerhelper.hxx" diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index 83f4c2955952..40569703c1e5 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include "oox/drawingml/color.hxx" #include "oox/drawingml/drawingmltypes.hxx" #include "oox/drawingml/fillproperties.hxx" diff --git a/oox/source/vml/vmlinputstream.cxx b/oox/source/vml/vmlinputstream.cxx index 28ef7bb2cf6f..9fab15574663 100644 --- a/oox/source/vml/vmlinputstream.cxx +++ b/oox/source/vml/vmlinputstream.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include "oox/helper/helper.hxx" #include "oox/helper/textinputstream.hxx" diff --git a/oox/source/vml/vmlshapecontainer.cxx b/oox/source/vml/vmlshapecontainer.cxx index 76daf625eeac..3b40e56c4d2e 100644 --- a/oox/source/vml/vmlshapecontainer.cxx +++ b/oox/source/vml/vmlshapecontainer.cxx @@ -22,6 +22,8 @@ #include "oox/vml/vmldrawing.hxx" #include "oox/vml/vmlshape.hxx" +#include + namespace oox { namespace vml { diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx index f3ed601f8eed..71905bad08df 100644 --- a/oox/source/vml/vmlshapecontext.cxx +++ b/oox/source/vml/vmlshapecontext.cxx @@ -25,6 +25,8 @@ #include "oox/vml/vmlshapecontainer.hxx" #include "oox/vml/vmltextboxcontext.hxx" +#include + namespace oox { namespace vml { diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx index c882021088b7..8a1d5fb3077c 100644 --- a/oox/source/vml/vmltextboxcontext.cxx +++ b/oox/source/vml/vmltextboxcontext.cxx @@ -21,6 +21,7 @@ #include "oox/vml/vmltextboxcontext.hxx" #include "oox/vml/vmlshape.hxx" #include +#include namespace oox { namespace vml { -- cgit