diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-04 09:07:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-08 12:16:44 +0200 |
commit | 2a962cb122f796aef9a10252ab224f5cd70569cf (patch) | |
tree | df39ffbde5b06911568acf04e09c08cd87a9ac13 /comphelper/source/property | |
parent | 9b686537f59a63bad05a0cfe7fc5f1096bb7a7c1 (diff) |
tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I04c5ba277d5b3398c07de6ae66713d977636088d
Reviewed-on: https://gerrit.libreoffice.org/61347
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'comphelper/source/property')
-rw-r--r-- | comphelper/source/property/genericpropertyset.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/property/property.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/property/propertybag.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/property/propertycontainerhelper.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/property/propertysethelper.cxx | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/comphelper/source/property/genericpropertyset.cxx b/comphelper/source/property/genericpropertyset.cxx index 2bb428e9c8c6..aaf94149ce40 100644 --- a/comphelper/source/property/genericpropertyset.cxx +++ b/comphelper/source/property/genericpropertyset.cxx @@ -28,6 +28,7 @@ #include <cppuhelper/supportsservice.hxx> #include <comphelper/propertysethelper.hxx> #include <osl/mutex.hxx> +#include <rtl/ref.hxx> #include <comphelper/genericpropertyset.hxx> #include <comphelper/propertysetinfo.hxx> diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx index b69ca62c4ac5..54f31dcd83d0 100644 --- a/comphelper/source/property/property.cxx +++ b/comphelper/source/property/property.cxx @@ -31,6 +31,7 @@ #include <typeinfo> #endif #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/uno/genfunc.h> #include <rtl/ustrbuf.hxx> diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx index 027301a4d318..43aeee4276d4 100644 --- a/comphelper/source/property/propertybag.cxx +++ b/comphelper/source/property/propertybag.cxx @@ -18,6 +18,7 @@ */ #include <comphelper/propertybag.hxx> +#include <osl/diagnose.h> #include <com/sun/star/beans/IllegalTypeException.hpp> #include <com/sun/star/beans/PropertyExistException.hpp> @@ -25,6 +26,7 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/NotRemoveableException.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> #include <map> diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index d2e5ad30afd2..11e3640f9485 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -22,6 +22,7 @@ #include <osl/diagnose.h> #include <uno/data.h> #include <com/sun/star/uno/genfunc.h> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp> #include <rtl/ustrbuf.hxx> diff --git a/comphelper/source/property/propertysethelper.cxx b/comphelper/source/property/propertysethelper.cxx index b9405ab555bf..1f456c2c00b3 100644 --- a/comphelper/source/property/propertysethelper.cxx +++ b/comphelper/source/property/propertysethelper.cxx @@ -20,6 +20,7 @@ #include <comphelper/propertysetinfo.hxx> #include <comphelper/propertysethelper.hxx> #include <osl/diagnose.h> +#include <rtl/ref.hxx> #include <memory> |