summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-17 21:21:06 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-18 09:03:19 +0200
commit6f45e696874401a224fa6c3c6b299933b3ae793f (patch)
tree6bed282ba4e821177b9283d3dbb00f3d2a82ec23 /sw/IwyuFilter_sw.yaml
parent773191d76d0c4a01f52a670018d505e86441407d (diff)
sw: fix some IWYU warnings
Change-Id: Idff219e1c8f18adaa0f445a5469650c7793cae3a Reviewed-on: https://gerrit.libreoffice.org/53066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 793a0b549e55..81f03b62dad1 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -72,3 +72,23 @@ blacklist:
# base class has to be a complete type
- com/sun/star/frame/XTerminateListener.hpp
- com/sun/star/linguistic2/XLinguServiceEventListener.hpp
+ sw/inc/finalthreadmanager.hxx:
+ # base class has to be a complete type
+ - com/sun/star/frame/XTerminateListener2.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/util/XJobManager.hpp
+ - o3tl/deleter.hxx
+ sw/inc/splargs.hxx:
+ # inline dtor, complete type is needed
+ - com/sun/star/linguistic2/XSpellAlternatives.hpp
+ - com/sun/star/linguistic2/XSpellChecker1.hpp
+ sw/inc/unocoll.hxx:
+ # base class has to be a complete type
+ - com/sun/star/container/XEnumerationAccess.hpp
+ - com/sun/star/container/XIndexAccess.hpp
+ - com/sun/star/container/XNameAccess.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ sw/inc/unobaseclass.hxx:
+ # base class has to be a complete type
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/container/XEnumeration.hpp