diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-14 22:52:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:53 +0100 |
commit | 6a0fe37dec107392fbe468a35b89071b9a93d2c1 (patch) | |
tree | 4334feae68fa1ddc1ef293cd46ef483f44081c1c /oox | |
parent | 30f3b36e07ce37a3fe1909fb4b1419a00d2fdd81 (diff) |
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
Diffstat (limited to 'oox')
65 files changed, 76 insertions, 0 deletions
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 <string.h> #include "oox/helper/attributelist.hxx" +#include <osl/diagnose.h> #include <comphelper/sequenceashashmap.hxx> #include <comphelper/docpasswordhelper.hxx> 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 <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> 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 <cppuhelper/supportsservice.hxx> #include <unotools/mediadescriptor.hxx> #include <osl/mutex.hxx> +#include <osl/diagnose.h> #include <rtl/instance.hxx> #include <rtl/uri.hxx> #include <set> 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 <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/xml/sax/XLocator.hpp> #include <cppuhelper/implbase1.hxx> +#include <osl/diagnose.h> #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 <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #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 <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> +#include <osl/diagnose.h> #include <i18nlangtag/languagetag.hxx> #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 <com/sun/star/lang/Locale.hpp> #include <osl/time.h> +#include <osl/diagnose.h> #include <i18nlangtag/languagetag.hxx> #include <vector> 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 <osl/diagnose.h> 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 <osl/diagnose.h> 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 <osl/diagnose.h> + #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 <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <osl/diagnose.h> #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 <osl/diagnose.h> + 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 <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <com/sun/star/util/XNumberFormatTypes.hpp> #include <osl/thread.h> +#include <osl/diagnose.h> #include <rtl/strbuf.hxx> #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 <com/sun/star/drawing/Direction3D.hpp> #include <com/sun/star/drawing/ProjectionMode.hpp> #include <com/sun/star/drawing/ShadeMode.hpp> +#include <osl/diagnose.h> #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 <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/chart2/data/LabeledDataSequence.hpp> +#include <osl/diagnose.h> #include <basegfx/numeric/ftools.hxx> #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 <osl/diagnose.h> + 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 <com/sun/star/chart2/XLegend.hpp> #include <com/sun/star/chart2/XTitle.hpp> #include <com/sun/star/chart2/XTitled.hpp> +#include <osl/diagnose.h> #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 <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/drawing/LineStyle.hpp> +#include <osl/diagnose.h> #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 <algorithm> #include <math.h> +#include <osl/diagnose.h> #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 <drawingml/customshapeproperties.hxx> #include <com/sun/star/xml/sax/FastToken.hpp> +#include <osl/diagnose.h> #include <boost/unordered_map.hpp> #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 <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp> #include <basegfx/numeric/ftools.hxx> +#include <osl/diagnose.h> 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 <osl/diagnose.h> 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 <osl/diagnose.h> 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 <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #include <editeng/unoprnms.hxx> #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 <osl/diagnose.h> 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 <functional> #include <boost/bind.hpp> +#include <osl/diagnose.h> #include <basegfx/numeric/ftools.hxx> #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 <osl/diagnose.h> 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 <com/sun/star/awt/FontStrikeout.hpp> #include <com/sun/star/style/CaseMap.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> +#include <osl/diagnose.h> #include <sax/tools/converter.hxx> #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 <rtl/math.hxx> +#include <osl/diagnose.h> 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 <com/sun/star/xml/sax/XFastContextHandler.hpp> +#include <osl/diagnose.h> #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 <vector> #include <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> 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 <list> +#include <osl/diagnose.h> #include <rtl/ustring.hxx> #include <rtl/string.hxx> #include <com/sun/star/beans/XPropertySet.hpp> 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 <com/sun/star/style/TabStop.hpp> #include <com/sun/star/text/PositionAndSpaceMode.hpp> +#include <osl/diagnose.h> + #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 <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/XTextField.hpp> +#include <osl/diagnose.h> + #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 <cppuhelper/implbase1.hxx> +#include <osl/diagnose.h> #include <com/sun/star/drawing/FillStyle.hpp> 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 <vector> #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #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 <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #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 <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/util/MeasureUnit.hpp> +#include <osl/diagnose.h> #include <comphelper/seqstream.hxx> #include <vcl/wmf.hxx> #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 <com/sun/star/lang/XMultiServiceFactory.hpp> #include "oox/helper/containerhelper.hxx" #include "oox/helper/helper.hxx" +#include <osl/diagnose.h> 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 <osl/diagnose.h> #include <com/sun/star/task/XStatusIndicator.hpp> #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 <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp> #include <com/sun/star/drawing/HomogenMatrix3.hpp> #include <cppuhelper/implbase2.hxx> +#include <osl/diagnose.h> #include <osl/mutex.hxx> #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 <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/io/XStream.hpp> +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #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 <com/sun/star/io/XActiveDataSink.hpp> #include <com/sun/star/io/TextInputStream.hpp> #include <cppuhelper/implbase1.hxx> +#include <osl/diagnose.h> #include <rtl/tencinfo.h> #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 <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> +#include <osl/diagnose.h> #include <comphelper/storagehelper.hxx> #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 <osl/diagnose.h> + 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 <com/sun/star/table/CellRangeAddress.hpp> #include <comphelper/string.hxx> #include <rtl/tencinfo.h> +#include <osl/diagnose.h> #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 <osl/diagnose.h> + 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 <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #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 <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <osl/diagnose.h> #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 <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase2.hxx> +#include <osl/diagnose.h> #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 <com/sun/star/io/XInputStreamProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <xmlscript/xmldlg_imexp.hxx> #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 <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #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 <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/awt/KeyEvent.hpp> +#include <osl/diagnose.h> #include <cppuhelper/implbase1.hxx> #include <filter/msfilter/msvbahelper.hxx> #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 <com/sun/star/uno/XComponentContext.hpp> #include <comphelper/configurationhelper.hxx> #include <comphelper/string.hxx> +#include <osl/diagnose.h> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.h> #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 <sal/config.h> #include <com/sun/star/uno/XComponentContext.hpp> +#include <osl/diagnose.h> #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 <osl/diagnose.h> #include <tools/multisel.hxx> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> 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 <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/container/XNamed.hpp> +#include <osl/diagnose.h> #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 <osl/diagnose.h> + #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/container/XNamed.hpp> 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 <com/sun/star/animations/TransitionType.hpp> #include <com/sun/star/animations/TransitionSubType.hpp> +#include <osl/diagnose.h> + #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 <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> #include <com/sun/star/text/VertOrientation.hpp> +#include <osl/diagnose.h> #include <rtl/ustring.hxx> #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 <com/sun/star/table/ShadowFormat.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <rtl/strbuf.hxx> +#include <osl/diagnose.h> #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 <map> #include <string.h> #include <rtl/strbuf.hxx> +#include <osl/diagnose.h> #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 <osl/diagnose.h> + 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 <osl/diagnose.h> + 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 <com/sun/star/drawing/XShape.hpp> +#include <osl/diagnose.h> namespace oox { namespace vml { |