summaryrefslogtreecommitdiffstats
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-11 23:06:28 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-12 09:08:08 +0200
commit189d3e10c7d25138c58f28ca4f5c041f1a9f4494 (patch)
tree847b492819f180fe88986193e3ddb6fc5b1c88cd /sw/IwyuFilter_sw.yaml
parentmake ControlModelContainerBase::Clone return by rtl::Reference (diff)
downloadcore-189d3e10c7d25138c58f28ca4f5c041f1a9f4494.tar.gz
core-189d3e10c7d25138c58f28ca4f5c041f1a9f4494.zip
sw: fix some IWYU warnings
Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675 Reviewed-on: https://gerrit.libreoffice.org/52750 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.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 0cd235052705..793a0b549e55 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -62,3 +62,13 @@ blacklist:
sw/inc/unotxdoc.hxx:
# sw::UnoImplPtr typedef
- unobaseclass.hxx
+ sw/inc/breakit.hxx:
+ # std::unique_ptr dtor requires complete type
+ - com/sun/star/i18n/ForbiddenCharacters.hpp
+ sw/inc/dbmgr.hxx:
+ # uno::Sequence ctor needs the complete type
+ - com/sun/star/beans/PropertyValue.hpp
+ sw/inc/dlelstnr.hxx:
+ # base class has to be a complete type
+ - com/sun/star/frame/XTerminateListener.hpp
+ - com/sun/star/linguistic2/XLinguServiceEventListener.hpp