From 2a962cb122f796aef9a10252ab224f5cd70569cf Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 4 Oct 2018 09:07:36 +0200 Subject: tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I04c5ba277d5b3398c07de6ae66713d977636088d Reviewed-on: https://gerrit.libreoffice.org/61347 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- oox/source/core/filterdetect.cxx | 1 + oox/source/crypto/DocumentDecryption.cxx | 1 + oox/source/drawingml/chart/converterbase.cxx | 1 + oox/source/ole/olehelper.cxx | 1 + oox/source/ole/oleobjecthelper.cxx | 1 + 5 files changed, 5 insertions(+) (limited to 'oox/source') diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx index a2e34ecd7168..b68f05160a62 100644 --- a/oox/source/core/filterdetect.cxx +++ b/oox/source/core/filterdetect.cxx @@ -35,6 +35,7 @@ #include #include +#include using namespace ::com::sun::star; diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx index a8462b657329..88f2a7287d71 100644 --- a/oox/source/crypto/DocumentDecryption.cxx +++ b/oox/source/crypto/DocumentDecryption.cxx @@ -13,6 +13,7 @@ #include #include +#include #include #include #include diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterbase.cxx index 3d0b8c413bab..c5268af73a91 100644 --- a/oox/source/drawingml/chart/converterbase.cxx +++ b/oox/source/drawingml/chart/converterbase.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index 5dd58e5c7de6..a8cc9a02ba77 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -40,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/oox/source/ole/oleobjecthelper.cxx b/oox/source/ole/oleobjecthelper.cxx index 47ba8bc918f0..cb909592f9b2 100644 --- a/oox/source/ole/oleobjecthelper.cxx +++ b/oox/source/ole/oleobjecthelper.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include #include -- cgit