summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-20 20:26:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-24 23:23:20 +0200
commit8df9935dcbdb1b64385642fbd37d43ab5b3d092c (patch)
tree80935c884fbcf19e9b170f7565edf9b229f0abb2 /sc
parent8a83a40dc23b1e7c64a34c33a0ca57afc5183f40 (diff)
tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a Reviewed-on: https://gerrit.libreoffice.org/60837 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/IwyuFilter_sc.yaml3
-rw-r--r--sc/source/core/tool/charthelper.cxx1
-rw-r--r--sc/source/filter/inc/xistream.hxx1
3 files changed, 5 insertions, 0 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 6ad4546a6514..80362e3bb13a 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -391,6 +391,9 @@ blacklist:
sc/source/filter/inc/xerecord.hxx:
# Needed for member access
- xestream.hxx
+ sc/source/filter/inc/xistream.hxx:
+ # Needed for implicit dtor
+ - com/sun/star/beans/NamedValue.hpp
sc/source/filter/inc/xlstring.hxx:
# Needed for template
- o3tl/typed_flags_set.hxx
diff --git a/sc/source/core/tool/charthelper.cxx b/sc/source/core/tool/charthelper.cxx
index b6cd5c3db7ba..eca8d48f3e9b 100644
--- a/sc/source/core/tool/charthelper.cxx
+++ b/sc/source/core/tool/charthelper.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/data/XDataReceiver.hpp>
+#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/util/XModifiable.hpp>
using namespace com::sun::star;
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index ad8cd462cb1d..58d9176fb643 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_XISTREAM_HXX
#include <comphelper/docpasswordhelper.hxx>
+#include <com/sun/star/beans/NamedValue.hpp>
#include <filter/msfilter/mscodec.hxx>
#include <tools/stream.hxx>
#include <memory>