summaryrefslogtreecommitdiff
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-19 14:38:04 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-23 12:12:46 +0200
commit3667031eb27620f86b7c1e281eae3543ef98175c (patch)
tree8b0edd13834ac98767385ed60ad0fecc026890df /include/IwyuFilter_include.yaml
parent6a2382c64f65d433d44ce74f936e42f744f04e21 (diff)
tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic14d2e66434817bcb7bd1e2b707f81d720d596b6 Reviewed-on: https://gerrit.libreoffice.org/71007 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index 7d09debc7b5f..24243b9ef476 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -900,3 +900,23 @@ blacklist:
- class SvxUnderlineItem
- class SvxWeightItem
- class SvxWordLineModeItem
+ - class SvxBulletItem
+ - class SvxNumBulletItem
+ include/editeng/UnoForbiddenCharsTable.hxx:
+ # base class has to be a complete type
+ - com/sun/star/i18n/XForbiddenCharacters.hpp
+ - com/sun/star/linguistic2/XSupportedLocales.hpp
+ include/editeng/unonrule.hxx:
+ # base class has to be a complete type
+ - com/sun/star/container/XIndexReplace.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/lang/XUnoTunnel.hpp
+ - com/sun/star/ucb/XAnyCompare.hpp
+ - com/sun/star/util/XCloneable.hpp
+ include/editeng/unotext.hxx:
+ # Needed for macro defines
+ - com/sun/star/container/XIndexReplace.hpp
+ - com/sun/star/awt/FontSlant.hpp
+ - com/sun/star/awt/FontDescriptor.hpp
+ - com/sun/star/style/LineSpacing.hpp
+ - com/sun/star/style/TabStop.hpp