summaryrefslogtreecommitdiffstats
path: root/sc/IwyuFilter_sc.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-19 07:29:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-18 15:11:50 +0200
commitcb9414f59eca713e1aebac0a2894e8c9412612b7 (patch)
treee5933dcf0f1fb34d5bb47c93e142e284cfd80f98 /sc/IwyuFilter_sc.yaml
parentSkip required features from the features dialog (diff)
downloadcore-cb9414f59eca713e1aebac0a2894e8c9412612b7.tar.gz
core-cb9414f59eca713e1aebac0a2894e8c9412612b7.zip
tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here and a bit of fallout management. Change-Id: I347377d7bb2a0cf8acda1ad28b5cc79bb954ab7d Reviewed-on: https://gerrit.libreoffice.org/55726 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/IwyuFilter_sc.yaml')
-rw-r--r--sc/IwyuFilter_sc.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 03aafba301b6..166b76fbd66b 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -254,3 +254,36 @@ blacklist:
- com/sun/star/lang/XUnoTunnel.hpp
- com/sun/star/style/XStyle.hpp
- com/sun/star/style/XStyleLoader2.hpp
+ sc/inc/TablePivotChart.hxx:
+ # base class has to be a complete type
+ - com/sun/star/container/XNamed.hpp
+ - com/sun/star/document/XEmbeddedObjectSupplier.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/table/XTablePivotChart.hpp
+ sc/inc/TablePivotCharts.hxx:
+ # base class has to be a complete type
+ - com/sun/star/container/XIndexAccess.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/table/XTablePivotCharts.hpp
+ sc/inc/targuno.hxx:
+ # base class has to be a complete type
+ - com/sun/star/beans/XPropertySet.hpp
+ - com/sun/star/container/XNameAccess.hpp
+ - com/sun/star/document/XLinkTargetSupplier.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ sc/inc/textuno.hxx:
+ # base class has to be a complete type
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/lang/XUnoTunnel.hpp
+ - com/sun/star/text/XTextFieldsSupplier.hpp
+ sc/inc/token.hxx:
+ # needed for std::shared_ptr
+ - memory
+ sc/inc/tokenuno.hxx:
+ # base class has to be a complete type
+ - com/sun/star/beans/XPropertySet.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/sheet/XFormulaParser.hpp
+ sc/inc/types.hxx:
+ # base class has to be a complete type
+ - o3tl/typed_flags_set.hxx