diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-07 09:15:39 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-09 11:54:45 +0100 |
commit | b114e5659b94c0cc4bf9fe11c7d9e8d41223406d (patch) | |
tree | f28f2abd236870b361f9729c20574fae170a25e5 /oox/inc | |
parent | ba5c5df41a58c690bdef313856aaad5cd859a455 (diff) |
tdf#42949 Fix IWYU warnings in oox/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3d34eb4933ad574321c0de6a650fc89dd0aa353f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90144
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/axismodel.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/chart/converterbase.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/customshapegeometry.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/embeddedwavaudiofile.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/fillproperties.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/graphicproperties.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/lineproperties.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/presetgeometrynames.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/shape3dproperties.hxx | 4 | ||||
-rw-r--r-- | oox/inc/drawingml/table/tablecell.hxx | 7 | ||||
-rw-r--r-- | oox/inc/drawingml/table/tablecellcontext.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/table/tableproperties.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/table/tablestylepart.hxx | 4 | ||||
-rw-r--r-- | oox/inc/drawingml/textbodycontext.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/textfield.hxx | 1 | ||||
-rw-r--r-- | oox/inc/drawingml/textparagraphproperties.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/textparagraphpropertiescontext.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/textspacing.hxx | 2 | ||||
-rw-r--r-- | oox/inc/ooxresid.hxx | 3 |
19 files changed, 4 insertions, 38 deletions
diff --git a/oox/inc/drawingml/chart/axismodel.hxx b/oox/inc/drawingml/chart/axismodel.hxx index 11cf8dfd910e..8f1f9046aed8 100644 --- a/oox/inc/drawingml/chart/axismodel.hxx +++ b/oox/inc/drawingml/chart/axismodel.hxx @@ -21,7 +21,6 @@ #define INCLUDED_OOX_DRAWINGML_CHART_AXISMODEL_HXX #include <oox/drawingml/shape.hxx> -#include <oox/token/tokens.hxx> #include <drawingml/chart/titlemodel.hxx> namespace oox { diff --git a/oox/inc/drawingml/chart/converterbase.hxx b/oox/inc/drawingml/chart/converterbase.hxx index 183bb16dfc59..9a29783ec027 100644 --- a/oox/inc/drawingml/chart/converterbase.hxx +++ b/oox/inc/drawingml/chart/converterbase.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CONVERTERBASE_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CONVERTERBASE_HXX -#include <drawingml/chart/chartcontextbase.hxx> #include <drawingml/chart/objectformatter.hxx> namespace com { namespace sun { namespace star { diff --git a/oox/inc/drawingml/customshapegeometry.hxx b/oox/inc/drawingml/customshapegeometry.hxx index 88d387c168f0..ff95b8b4bbbc 100644 --- a/oox/inc/drawingml/customshapegeometry.hxx +++ b/oox/inc/drawingml/customshapegeometry.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_CUSTOMSHAPEGEOMETRY_HXX #define INCLUDED_OOX_DRAWINGML_CUSTOMSHAPEGEOMETRY_HXX -#include <com/sun/star/beans/XPropertySet.hpp> -#include <oox/helper/propertymap.hxx> #include <oox/core/contexthandler2.hxx> #include <oox/drawingml/shape.hxx> diff --git a/oox/inc/drawingml/embeddedwavaudiofile.hxx b/oox/inc/drawingml/embeddedwavaudiofile.hxx index d4676543a26d..ebf20dab06ec 100644 --- a/oox/inc/drawingml/embeddedwavaudiofile.hxx +++ b/oox/inc/drawingml/embeddedwavaudiofile.hxx @@ -22,7 +22,7 @@ #include <rtl/ustring.hxx> -#include <oox/core/fragmenthandler.hxx> +#include <oox/core/relations.hxx> #include <oox/helper/attributelist.hxx> namespace oox { namespace drawingml { diff --git a/oox/inc/drawingml/fillproperties.hxx b/oox/inc/drawingml/fillproperties.hxx index f189a91344e8..be791ac8f9ff 100644 --- a/oox/inc/drawingml/fillproperties.hxx +++ b/oox/inc/drawingml/fillproperties.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/geometry/IntegerRectangle2D.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <oox/dllapi.h> #include <oox/drawingml/color.hxx> #include <oox/helper/helper.hxx> #include <oox/ole/oleobjecthelper.hxx> diff --git a/oox/inc/drawingml/graphicproperties.hxx b/oox/inc/drawingml/graphicproperties.hxx index 7a227f8cc949..ee87ce0be74e 100644 --- a/oox/inc/drawingml/graphicproperties.hxx +++ b/oox/inc/drawingml/graphicproperties.hxx @@ -24,8 +24,6 @@ #include <com/sun/star/io/XInputStream.hpp> -#include <oox/helper/helper.hxx> - #include <drawingml/fillproperties.hxx> namespace oox { diff --git a/oox/inc/drawingml/lineproperties.hxx b/oox/inc/drawingml/lineproperties.hxx index 46be7b9bd0a2..f9e731ffe656 100644 --- a/oox/inc/drawingml/lineproperties.hxx +++ b/oox/inc/drawingml/lineproperties.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/drawing/LineCap.hpp> #include <com/sun/star/drawing/LineJoint.hpp> #include <com/sun/star/drawing/LineStyle.hpp> -#include <oox/dllapi.h> #include <oox/helper/helper.hxx> #include <sal/types.h> diff --git a/oox/inc/drawingml/presetgeometrynames.hxx b/oox/inc/drawingml/presetgeometrynames.hxx index f3ab92c2347a..1dc46b86f61b 100644 --- a/oox/inc/drawingml/presetgeometrynames.hxx +++ b/oox/inc/drawingml/presetgeometrynames.hxx @@ -11,7 +11,6 @@ #define INCLUDED_OOX_DRAWINGML_PRESETGEOMETRYNAMES_HXX #include <rtl/ustring.hxx> -#include <oox/dllapi.h> namespace PresetGeometryTypeNames { diff --git a/oox/inc/drawingml/shape3dproperties.hxx b/oox/inc/drawingml/shape3dproperties.hxx index e44d0468eeca..2fb3dad588c4 100644 --- a/oox/inc/drawingml/shape3dproperties.hxx +++ b/oox/inc/drawingml/shape3dproperties.hxx @@ -20,10 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_SHAPE3DPROPERTIES_HXX #define INCLUDED_OOX_DRAWINGML_SHAPE3DPROPERTIES_HXX -#include <map> -#include <com/sun/star/graphic/XGraphic.hpp> -#include <com/sun/star/geometry/IntegerRectangle2D.hpp> -#include <oox/core/xmlfilterbase.hxx> #include <oox/drawingml/color.hxx> #include <oox/helper/helper.hxx> diff --git a/oox/inc/drawingml/table/tablecell.hxx b/oox/inc/drawingml/table/tablecell.hxx index 9c1bda2097d4..e5b39ea6fdcb 100644 --- a/oox/inc/drawingml/table/tablecell.hxx +++ b/oox/inc/drawingml/table/tablecell.hxx @@ -20,18 +20,13 @@ #ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX #define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX -#include <oox/helper/propertymap.hxx> -#include <oox/drawingml/color.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <drawingml/textliststyle.hxx> +#include <drawingml/textfont.hxx> #include <com/sun/star/table/XCell.hpp> #include <drawingml/fillproperties.hxx> #include <drawingml/lineproperties.hxx> -#include <vector> -#include <map> - namespace oox { namespace drawingml { namespace table { class TableCellContext; diff --git a/oox/inc/drawingml/table/tablecellcontext.hxx b/oox/inc/drawingml/table/tablecellcontext.hxx index f0bd393e9e7c..a4f03326adc5 100644 --- a/oox/inc/drawingml/table/tablecellcontext.hxx +++ b/oox/inc/drawingml/table/tablecellcontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLECELLCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELLCONTEXT_HXX -#include <oox/drawingml/shapecontext.hxx> +#include <oox/core/contexthandler2.hxx> #include <drawingml/table/tablecell.hxx> namespace oox { namespace drawingml { namespace table { diff --git a/oox/inc/drawingml/table/tableproperties.hxx b/oox/inc/drawingml/table/tableproperties.hxx index 010fc67df416..6269ee965d83 100644 --- a/oox/inc/drawingml/table/tableproperties.hxx +++ b/oox/inc/drawingml/table/tableproperties.hxx @@ -22,10 +22,8 @@ #include <drawingml/table/tablerow.hxx> #include <drawingml/table/tablestyle.hxx> -#include <oox/helper/propertymap.hxx> #include <oox/drawingml/color.hxx> -#include <map> #include <memory> #include <vector> diff --git a/oox/inc/drawingml/table/tablestylepart.hxx b/oox/inc/drawingml/table/tablestylepart.hxx index f79591f35206..8f281f70db14 100644 --- a/oox/inc/drawingml/table/tablestylepart.hxx +++ b/oox/inc/drawingml/table/tablestylepart.hxx @@ -20,15 +20,11 @@ #ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLEPART_HXX #define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLEPART_HXX -#include <rtl/ustring.hxx> #include <optional> #include <oox/drawingml/color.hxx> #include <drawingml/textfont.hxx> #include <oox/drawingml/shape.hxx> -#include <drawingml/fillproperties.hxx> -#include <drawingml/lineproperties.hxx> - #include <map> namespace oox { namespace drawingml { namespace table { diff --git a/oox/inc/drawingml/textbodycontext.hxx b/oox/inc/drawingml/textbodycontext.hxx index 577316258fec..cd7e50fa76c5 100644 --- a/oox/inc/drawingml/textbodycontext.hxx +++ b/oox/inc/drawingml/textbodycontext.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX -#include <com/sun/star/text/XText.hpp> - #include <drawingml/textbody.hxx> #include <drawingml/textrun.hxx> #include <oox/core/contexthandler2.hxx> diff --git a/oox/inc/drawingml/textfield.hxx b/oox/inc/drawingml/textfield.hxx index 4b972e479f05..03bb540df0c7 100644 --- a/oox/inc/drawingml/textfield.hxx +++ b/oox/inc/drawingml/textfield.hxx @@ -22,7 +22,6 @@ #include <drawingml/textrun.hxx> #include <drawingml/textparagraphproperties.hxx> -#include <memory> namespace oox { namespace drawingml { diff --git a/oox/inc/drawingml/textparagraphproperties.hxx b/oox/inc/drawingml/textparagraphproperties.hxx index ccca29a0750d..59b8b1d1ff0e 100644 --- a/oox/inc/drawingml/textparagraphproperties.hxx +++ b/oox/inc/drawingml/textparagraphproperties.hxx @@ -21,9 +21,7 @@ #define INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPHPROPERTIES_HXX #include <com/sun/star/beans/XPropertySet.hpp> -#include <drawingml/misccontexts.hxx> #include <drawingml/textcharacterproperties.hxx> -#include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> #include <drawingml/textfont.hxx> #include <drawingml/textspacing.hxx> diff --git a/oox/inc/drawingml/textparagraphpropertiescontext.hxx b/oox/inc/drawingml/textparagraphpropertiescontext.hxx index 3cd2d0d375b4..bde6f6dc63ac 100644 --- a/oox/inc/drawingml/textparagraphpropertiescontext.hxx +++ b/oox/inc/drawingml/textparagraphpropertiescontext.hxx @@ -23,9 +23,7 @@ #include <vector> #include <com/sun/star/style/TabStop.hpp> -#include <oox/drawingml/drawingmltypes.hxx> #include <drawingml/textparagraphproperties.hxx> -#include <drawingml/textspacing.hxx> #include <oox/core/contexthandler2.hxx> namespace oox { namespace drawingml { diff --git a/oox/inc/drawingml/textspacing.hxx b/oox/inc/drawingml/textspacing.hxx index ed5f9b3be8d0..cfe4da278faf 100644 --- a/oox/inc/drawingml/textspacing.hxx +++ b/oox/inc/drawingml/textspacing.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_TEXTSPACING_HXX #define INCLUDED_OOX_DRAWINGML_TEXTSPACING_HXX -#include <rtl/ustring.hxx> - #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/LineSpacingMode.hpp> #include <oox/drawingml/drawingmltypes.hxx> diff --git a/oox/inc/ooxresid.hxx b/oox/inc/ooxresid.hxx index 8fbcd48d8dac..6af3b7f83237 100644 --- a/oox/inc/ooxresid.hxx +++ b/oox/inc/ooxresid.hxx @@ -11,9 +11,8 @@ #define INCLUDED_OOX_INC_RESID_HXX #include <rtl/ustring.hxx> -#include <oox/dllapi.h> OUString OoxResId(const char* pId); #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |