summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-04 09:07:36 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-08 12:16:44 +0200
commit2a962cb122f796aef9a10252ab224f5cd70569cf (patch)
treedf39ffbde5b06911568acf04e09c08cd87a9ac13 /connectivity/source/inc
parentfind-unneeded-includes: warn about fw decls in namespaces too (diff)
downloadcore-2a962cb122f796aef9a10252ab224f5cd70569cf.tar.gz
core-2a962cb122f796aef9a10252ab224f5cd70569cf.zip
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 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/TConnection.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/inc/TConnection.hxx b/connectivity/source/inc/TConnection.hxx
index 2a18da132d04..8737da6dddbc 100644
--- a/connectivity/source/inc/TConnection.hxx
+++ b/connectivity/source/inc/TConnection.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX
#include <rtl/textenc.h>
+#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>