From 15b4ab8d1943f625b3648f72ebd1872467c5854c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 18 Nov 2014 00:06:30 +0100 Subject: cppuhelper: clean up public headers with include-what-you-use Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b --- xmloff/source/chart/SchXMLChartContext.cxx | 1 + xmloff/source/chart/SchXMLImport.cxx | 1 + xmloff/source/chart/SchXMLPlotAreaContext.cxx | 1 + xmloff/source/chart/SchXMLSeries2Context.cxx | 1 + xmloff/source/chart/SchXMLTools.cxx | 1 + xmloff/source/core/xmlexp.cxx | 1 + xmloff/source/draw/sdxmlexp.cxx | 1 + xmloff/source/draw/sdxmlimp.cxx | 1 + xmloff/source/draw/ximppage.cxx | 1 + xmloff/source/draw/ximpshap.cxx | 1 + xmloff/source/style/XMLPageExport.cxx | 1 + xmloff/source/table/XMLTableExport.cxx | 1 + xmloff/source/text/txtimp.cxx | 1 + xmloff/source/text/txtparai.cxx | 1 + xmloff/source/text/txtstyle.cxx | 1 + 15 files changed, 15 insertions(+) (limited to 'xmloff') diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx index 78200f017e84..6bd3aaee31fa 100644 --- a/xmloff/source/chart/SchXMLChartContext.cxx +++ b/xmloff/source/chart/SchXMLChartContext.cxx @@ -37,6 +37,7 @@ #include #include "vector" +#include #include #include #include diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx index 68049c2d3f6c..52a09d550e3e 100644 --- a/xmloff/source/chart/SchXMLImport.cxx +++ b/xmloff/source/chart/SchXMLImport.cxx @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index 6298cc74c389..d1c1110bc6a7 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx @@ -53,6 +53,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 2c13b80983f2..59a2844953f8 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index 891e7bded80f..cf195df204ab 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include #include diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index c5b41a506e40..9b49b827d082 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -64,6 +64,7 @@ #include "XMLBase64Export.hxx" #include #include +#include #include #include #include diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 8840494c0025..2988a4902074 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index b55a0c9fa9c7..06df8eca4403 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index 4e8f660ba1aa..f6e4f767b6d5 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include "XMLNumberStylesImport.hxx" diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 62ff05dd783b..74bb00ccfbe7 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include "xexptran.hxx" diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx index 4522b2fc92b2..8cdcabd08782 100644 --- a/xmloff/source/style/XMLPageExport.cxx +++ b/xmloff/source/style/XMLPageExport.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include "PageMasterPropHdlFactory.hxx" diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index a102b799be8f..405c9db021a8 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -37,6 +37,7 @@ #include #include #include +#include #include #include diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 2cfe53a74c2d..d70efff118fc 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 36fb946ab91d..7676d74c5fe8 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include #include diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx index f5ce270ff163..e03d834a64c2 100644 --- a/xmloff/source/text/txtstyle.cxx +++ b/xmloff/source/text/txtstyle.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- cgit