include/oox/core/contexthandler.hxx | 2 -- include/oox/core/contexthandler2.hxx | 1 - include/oox/core/fasttokenhandler.hxx | 1 - include/oox/core/filterbase.hxx | 1 - include/oox/core/filterdetect.hxx | 2 -- include/oox/core/fragmenthandler.hxx | 2 -- include/oox/core/fragmenthandler2.hxx | 1 - include/oox/core/relationshandler.hxx | 1 - include/oox/drawingml/ThemeFilterBase.hxx | 1 - include/oox/drawingml/theme.hxx | 2 -- include/oox/dump/oledumper.hxx | 2 -- include/oox/dump/pptxdumper.hxx | 1 - include/oox/dump/xlsbdumper.hxx | 1 - include/oox/export/DMLPresetShapeExport.hxx | 1 - include/oox/export/chartexport.hxx | 3 +-- include/oox/export/drawingml.hxx | 1 - include/oox/export/shapes.hxx | 2 -- include/oox/export/vmlexport.hxx | 1 - include/oox/helper/helper.hxx | 1 - include/oox/helper/progressbar.hxx | 1 - include/oox/helper/storagebase.hxx | 1 - include/oox/helper/zipstorage.hxx | 2 -- include/oox/ole/olestorage.hxx | 2 -- include/oox/ole/vbaproject.hxx | 1 - include/oox/ppt/pptimport.hxx | 2 -- include/oox/ppt/timenodelistcontext.hxx | 1 - include/oox/shape/ShapeFilterBase.hxx | 1 - include/oox/token/tokenmap.hxx | 4 ---- include/oox/vml/vmldrawingfragment.hxx | 1 - include/oox/vml/vmlinputstream.hxx | 1 - include/oox/vml/vmlshapecontainer.hxx | 1 - oox/source/drawingml/diagram/diagram.cxx | 1 + oox/source/export/chartexport.cxx | 1 + oox/source/helper/attributelist.cxx | 2 ++ oox/source/ppt/pptimport.cxx | 1 + oox/source/ppt/slidefragmenthandler.cxx | 1 + oox/source/shape/ShapeContextHandler.cxx | 1 + oox/source/token/tokenmap.cxx | 2 ++ sw/source/filter/ww8/docxtableexport.cxx | 1 + 39 files changed, 11 insertions(+), 44 deletions(-)
New commits: commit 0e23c51d580da59b22f27b681b2c6247b41ea4f5 Author: Gabor Kelemen <[email protected]> AuthorDate: Thu Nov 6 23:16:28 2025 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Sat Nov 29 13:28:01 2025 +0100 tdf#146619 Run IWYU again on include/oox/ Change-Id: I9fa88811687e4109e5708bd1925b60844ff7f6d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193911 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/include/oox/core/contexthandler.hxx b/include/oox/core/contexthandler.hxx index 8f3f34e08211..1a79514c4de8 100644 --- a/include/oox/core/contexthandler.hxx +++ b/include/oox/core/contexthandler.hxx @@ -23,9 +23,7 @@ #include <memory> #include <string_view> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/xml/sax/XFastContextHandler.hpp> #include <cppuhelper/implbase.hxx> #include <oox/dllapi.h> diff --git a/include/oox/core/contexthandler2.hxx b/include/oox/core/contexthandler2.hxx index dab78e8ed7a6..e377a755fb4a 100644 --- a/include/oox/core/contexthandler2.hxx +++ b/include/oox/core/contexthandler2.hxx @@ -24,7 +24,6 @@ #include <memory> #include <vector> -#include <com/sun/star/uno/Reference.hxx> #include <oox/core/contexthandler.hxx> #include <oox/dllapi.h> #include <rtl/ustring.hxx> diff --git a/include/oox/core/fasttokenhandler.hxx b/include/oox/core/fasttokenhandler.hxx index d47c81dd0130..d761356474d9 100644 --- a/include/oox/core/fasttokenhandler.hxx +++ b/include/oox/core/fasttokenhandler.hxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/implbase.hxx> #include <oox/dllapi.h> #include <rtl/ustring.hxx> diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx index cba5df99c544..b080fe5e2238 100644 --- a/include/oox/core/filterbase.hxx +++ b/include/oox/core/filterbase.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/document/XImporter.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/implbase.hxx> diff --git a/include/oox/core/filterdetect.hxx b/include/oox/core/filterdetect.hxx index 9ff170e84ef2..89b71c603f09 100644 --- a/include/oox/core/filterdetect.hxx +++ b/include/oox/core/filterdetect.hxx @@ -24,9 +24,7 @@ #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/xml/sax/XFastDocumentHandler.hpp> #include <cppuhelper/implbase.hxx> #include <oox/dllapi.h> diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx index ee787c37a35f..12f3e5451e27 100644 --- a/include/oox/core/fragmenthandler.hxx +++ b/include/oox/core/fragmenthandler.hxx @@ -20,9 +20,7 @@ #ifndef INCLUDED_OOX_CORE_FRAGMENTHANDLER_HXX #define INCLUDED_OOX_CORE_FRAGMENTHANDLER_HXX -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/xml/sax/XFastDocumentHandler.hpp> #include <cppuhelper/implbase.hxx> #include <oox/core/contexthandler.hxx> diff --git a/include/oox/core/fragmenthandler2.hxx b/include/oox/core/fragmenthandler2.hxx index 8b3665b26953..95df6ae9d6b9 100644 --- a/include/oox/core/fragmenthandler2.hxx +++ b/include/oox/core/fragmenthandler2.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_CORE_FRAGMENTHANDLER2_HXX #define INCLUDED_OOX_CORE_FRAGMENTHANDLER2_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/core/contexthandler.hxx> #include <oox/core/contexthandler2.hxx> #include <oox/core/fragmenthandler.hxx> diff --git a/include/oox/core/relationshandler.hxx b/include/oox/core/relationshandler.hxx index 3a4d4fec7dae..75b687df4ffd 100644 --- a/include/oox/core/relationshandler.hxx +++ b/include/oox/core/relationshandler.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_CORE_RELATIONSHANDLER_HXX #define INCLUDED_OOX_CORE_RELATIONSHANDLER_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/core/fragmenthandler.hxx> #include <oox/core/relations.hxx> #include <sal/types.h> diff --git a/include/oox/drawingml/ThemeFilterBase.hxx b/include/oox/drawingml/ThemeFilterBase.hxx index 7f311e206a90..6938cc3636d8 100644 --- a/include/oox/drawingml/ThemeFilterBase.hxx +++ b/include/oox/drawingml/ThemeFilterBase.hxx @@ -9,7 +9,6 @@ #pragma once -#include <memory> #include <oox/dllapi.h> #include <oox/core/xmlfilterbase.hxx> #include <oox/drawingml/drawingmltypes.hxx> diff --git a/include/oox/drawingml/theme.hxx b/include/oox/drawingml/theme.hxx index 84b75ea1e7a1..7ceed358579c 100644 --- a/include/oox/drawingml/theme.hxx +++ b/include/oox/drawingml/theme.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_DRAWINGML_THEME_HXX #define INCLUDED_OOX_DRAWINGML_THEME_HXX -#include <functional> - #include <com/sun/star/uno/Reference.hxx> #include <oox/drawingml/clrscheme.hxx> #include <oox/drawingml/shape.hxx> diff --git a/include/oox/dump/oledumper.hxx b/include/oox/dump/oledumper.hxx index df3e6c8309dd..dae1ad8f4e2f 100644 --- a/include/oox/dump/oledumper.hxx +++ b/include/oox/dump/oledumper.hxx @@ -21,11 +21,9 @@ #define INCLUDED_OOX_DUMP_OLEDUMPER_HXX #include <map> -#include <memory> #include <utility> #include <vector> -#include <com/sun/star/uno/Reference.hxx> #include <oox/dump/dumperbase.hxx> #include <oox/helper/binaryinputstream.hxx> #include <oox/helper/storagebase.hxx> diff --git a/include/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx index 9e12ecd4854b..9416db0e1f75 100644 --- a/include/oox/dump/pptxdumper.hxx +++ b/include/oox/dump/pptxdumper.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_DUMP_PPTXDUMPER_HXX #define INCLUDED_OOX_DUMP_PPTXDUMPER_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/dump/dumperbase.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/dump/xlsbdumper.hxx b/include/oox/dump/xlsbdumper.hxx index 395f23d46b14..ffbca26ca3ba 100644 --- a/include/oox/dump/xlsbdumper.hxx +++ b/include/oox/dump/xlsbdumper.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_DUMP_XLSBDUMPER_HXX #define INCLUDED_OOX_DUMP_XLSBDUMPER_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/dump/dumperbase.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/include/oox/export/DMLPresetShapeExport.hxx b/include/oox/export/DMLPresetShapeExport.hxx index 1f650f558379..b92f49e71666 100644 --- a/include/oox/export/DMLPresetShapeExport.hxx +++ b/include/oox/export/DMLPresetShapeExport.hxx @@ -10,7 +10,6 @@ #ifndef INCLUDED_OOX_EXPORT_DMLPRESETSHAPEXPORT_HXX #define INCLUDED_OOX_EXPORT_DMLPRESETSHAPEXPORT_HXX -#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index d990d8221e75..1fa895d0e9fd 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -25,10 +25,9 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/chart2/FormattedString.hpp> +#include <com/sun/star/chart2/XFormattedString.hpp> #include <oox/dllapi.h> #include <oox/export/drawingml.hxx> -#include <oox/export/shapes.hxx> #include <oox/export/utils.hxx> #include <oox/token/tokens.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index d5fd0e2eaf5d..ae595dacdf12 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <oox/dllapi.h> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/token/tokens.hxx> #include <oox/export/utils.hxx> #include <rtl/string.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index 89f88aefe34b..f5b88f04724c 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_EXPORT_SHAPES_HXX #define INCLUDED_OOX_EXPORT_SHAPES_HXX -#include <cstddef> #include <memory> #include <string_view> #include <unordered_map> @@ -34,7 +33,6 @@ #include <rtl/ustring.hxx> #include <sal/types.h> #include <sax/fshelper.hxx> -#include <tools/fract.hxx> #include <vcl/mapmod.hxx> namespace com::sun::star { diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index 139001a2369f..92ccaaa133cc 100644 --- a/include/oox/export/vmlexport.hxx +++ b/include/oox/export/vmlexport.hxx @@ -24,7 +24,6 @@ #include <string_view> -#include <com/sun/star/uno/Reference.hxx> #include <editeng/outlobj.hxx> #include <filter/msfilter/escherex.hxx> #include <oox/dllapi.h> diff --git a/include/oox/helper/helper.hxx b/include/oox/helper/helper.hxx index 4099204c1a5d..7d0c385761e7 100644 --- a/include/oox/helper/helper.hxx +++ b/include/oox/helper/helper.hxx @@ -29,7 +29,6 @@ #include <o3tl/safeint.hxx> #include <osl/endian.h> #include <rtl/math.hxx> -#include <sal/macros.h> #include <sal/types.h> #include <tools/color.hxx> diff --git a/include/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx index 5d77b3277152..e1c5c0a99699 100644 --- a/include/oox/helper/progressbar.hxx +++ b/include/oox/helper/progressbar.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_HELPER_PROGRESSBAR_HXX #define INCLUDED_OOX_HELPER_PROGRESSBAR_HXX -#include <config_options.h> #include <memory> #include <com/sun/star/uno/Reference.hxx> diff --git a/include/oox/helper/storagebase.hxx b/include/oox/helper/storagebase.hxx index b21bb3bb325e..fa8210e671b3 100644 --- a/include/oox/helper/storagebase.hxx +++ b/include/oox/helper/storagebase.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_HELPER_STORAGEBASE_HXX #define INCLUDED_OOX_HELPER_STORAGEBASE_HXX -#include <functional> #include <memory> #include <vector> diff --git a/include/oox/helper/zipstorage.hxx b/include/oox/helper/zipstorage.hxx index a5d0e0eda7c7..d0408393b5a4 100644 --- a/include/oox/helper/zipstorage.hxx +++ b/include/oox/helper/zipstorage.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_HELPER_ZIPSTORAGE_HXX #define INCLUDED_OOX_HELPER_ZIPSTORAGE_HXX -#include <vector> - #include <com/sun/star/uno/Reference.hxx> #include <oox/helper/storagebase.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/ole/olestorage.hxx b/include/oox/ole/olestorage.hxx index 49b6f8181a66..923bc870022e 100644 --- a/include/oox/ole/olestorage.hxx +++ b/include/oox/ole/olestorage.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_OOX_OLE_OLESTORAGE_HXX #define INCLUDED_OOX_OLE_OLESTORAGE_HXX -#include <vector> - #include <com/sun/star/uno/Reference.hxx> #include <oox/dllapi.h> #include <oox/helper/storagebase.hxx> diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index a5a239ab03bd..5b1ff6cf2cd4 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_OLE_VBAPROJECT_HXX #define INCLUDED_OOX_OLE_VBAPROJECT_HXX -#include <functional> #include <map> #include <string_view> diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx index f7d786fc6fd4..6bc5a4d3a574 100644 --- a/include/oox/ppt/pptimport.hxx +++ b/include/oox/ppt/pptimport.hxx @@ -25,11 +25,9 @@ #include <vector> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <oox/core/filterbase.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/drawingml/theme.hxx> #include <oox/ppt/slidepersist.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx index 31a2b61dc2de..845182727ec8 100644 --- a/include/oox/ppt/timenodelistcontext.hxx +++ b/include/oox/ppt/timenodelistcontext.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_PPT_TIMENODELISTCONTEXT_HXX #define INCLUDED_OOX_PPT_TIMENODELISTCONTEXT_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/core/contexthandler.hxx> #include <oox/core/fragmenthandler2.hxx> #include <oox/ppt/timenode.hxx> diff --git a/include/oox/shape/ShapeFilterBase.hxx b/include/oox/shape/ShapeFilterBase.hxx index 477060fa6e48..6c64a5d37675 100644 --- a/include/oox/shape/ShapeFilterBase.hxx +++ b/include/oox/shape/ShapeFilterBase.hxx @@ -22,7 +22,6 @@ #include <memory> #include <oox/dllapi.h> -#include <oox/vml/vmldrawing.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/drawingml/drawingmltypes.hxx> #include <com/sun/star/graphic/XGraphicMapper.hpp> diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx index 3c0c50d5a013..cad16f77b35a 100644 --- a/include/oox/token/tokenmap.hxx +++ b/include/oox/token/tokenmap.hxx @@ -23,13 +23,9 @@ #include <sal/config.h> #include <string_view> -#include <vector> #include <com/sun/star/uno/Sequence.hxx> -#include <oox/token/tokens.hxx> -#include <oox/dllapi.h> #include <rtl/ustring.hxx> -#include <sal/log.hxx> #include <sal/types.h> namespace oox { diff --git a/include/oox/vml/vmldrawingfragment.hxx b/include/oox/vml/vmldrawingfragment.hxx index 0300b4933666..7d0e45c227ee 100644 --- a/include/oox/vml/vmldrawingfragment.hxx +++ b/include/oox/vml/vmldrawingfragment.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX #define INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX -#include <com/sun/star/uno/Reference.hxx> #include <oox/core/contexthandler.hxx> #include <oox/core/fragmenthandler2.hxx> #include <oox/dllapi.h> diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx index df074834f128..d04d44c7d785 100644 --- a/include/oox/vml/vmlinputstream.hxx +++ b/include/oox/vml/vmlinputstream.hxx @@ -21,7 +21,6 @@ #define INCLUDED_OOX_VML_VMLINPUTSTREAM_HXX #include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/implbase.hxx> diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx index 5f8dc70ba97e..a7cd961ad6b7 100644 --- a/include/oox/vml/vmlshapecontainer.hxx +++ b/include/oox/vml/vmlshapecontainer.hxx @@ -21,7 +21,6 @@ #define INCLUDED_OOX_VML_VMLSHAPECONTAINER_HXX #include <cstddef> -#include <functional> #include <memory> #include <stack> diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index 3928e82767ed..84cf631ec455 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -31,6 +31,7 @@ #include <drawingml/fillproperties.hxx> #include <drawingml/customshapeproperties.hxx> #include <o3tl/unit_conversion.hxx> +#include <oox/drawingml/theme.hxx> #include <oox/token/namespaces.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <svx/svdpage.hxx> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index c9622e02ed36..4c598ae42018 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -22,6 +22,7 @@ #include <oox/token/tokens.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/export/chartexport.hxx> +#include <oox/export/shapes.hxx> #include <oox/token/relationship.hxx> #include <oox/export/utils.hxx> #include <drawingml/chart/typegroupconverter.hxx> diff --git a/oox/source/helper/attributelist.cxx b/oox/source/helper/attributelist.cxx index 8944513302a5..08ebf1722fec 100644 --- a/oox/source/helper/attributelist.cxx +++ b/oox/source/helper/attributelist.cxx @@ -18,10 +18,12 @@ */ #include <oox/helper/attributelist.hxx> +#include <oox/token/tokens.hxx> #include <comphelper/string.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <sax/fastattribs.hxx> #include <oox/token/tokenmap.hxx> #include <o3tl/string_view.hxx> diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx index 1744b617c5ad..b721e7c37f77 100644 --- a/oox/source/ppt/pptimport.cxx +++ b/oox/source/ppt/pptimport.cxx @@ -38,6 +38,7 @@ #include <svx/strings.hrc> #include <oox/ppt/pptimport.hxx> #include <oox/drawingml/chart/chartconverter.hxx> +#include <oox/drawingml/theme.hxx> #include <oox/dump/pptxdumper.hxx> #include <drawingml/table/tablestylelistfragmenthandler.hxx> #include <oox/helper/graphichelper.hxx> diff --git a/oox/source/ppt/slidefragmenthandler.cxx b/oox/source/ppt/slidefragmenthandler.cxx index 7a708553fcd5..7d8485f1f8ef 100644 --- a/oox/source/ppt/slidefragmenthandler.cxx +++ b/oox/source/ppt/slidefragmenthandler.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/drawing/XDrawPage.hpp> #include <comphelper/diagnose_ex.hxx> +#include <oox/drawingml/theme.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/propertyset.hxx> #include <oox/core/xmlfilterbase.hxx> diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index 356910cc6404..2a9e96af7189 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -30,6 +30,7 @@ #include "WpsContext.hxx" #include "WpgContext.hxx" #include <basegfx/matrix/b2dhommatrix.hxx> +#include <oox/vml/vmldrawing.hxx> #include <oox/vml/vmldrawingfragment.hxx> #include <oox/vml/vmlshape.hxx> #include <oox/vml/vmlshapecontainer.hxx> diff --git a/oox/source/token/tokenmap.cxx b/oox/source/token/tokenmap.cxx index 3fd6dbf426a4..f4dd1755e70d 100644 --- a/oox/source/token/tokenmap.cxx +++ b/oox/source/token/tokenmap.cxx @@ -20,10 +20,12 @@ #include <sal/config.h> #include <array> +#include <vector> #include <oox/token/tokenmap.hxx> #include <string.h> +#include <sal/log.hxx> #include <rtl/string.hxx> #include <oox/token/tokens.hxx> diff --git a/sw/source/filter/ww8/docxtableexport.cxx b/sw/source/filter/ww8/docxtableexport.cxx index 721f49a191cd..fa640b4700ae 100644 --- a/sw/source/filter/ww8/docxtableexport.cxx +++ b/sw/source/filter/ww8/docxtableexport.cxx @@ -28,6 +28,7 @@ #include <comphelper/string.hxx> #include <editeng/lrspitem.hxx> #include <editeng/brushitem.hxx> +#include <oox/token/tokens.hxx> #include <tools/datetimeutils.hxx> #include <fmtfsize.hxx>
