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 /dbaccess/source | |
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 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/RowSetCache.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/api/querycontainer.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/ModelImpl.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/connection.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/datasource.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/documentdefinition.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/app/AppControllerGen.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/control/dbtreelistbox.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableWindow.cxx | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 8a05dd9b147a..ab47a8722846 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -44,6 +44,7 @@ #include <comphelper/extract.hxx> #include <comphelper/property.hxx> +#include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqliterator.hxx> diff --git a/dbaccess/source/core/api/querycontainer.cxx b/dbaccess/source/core/api/querycontainer.cxx index 26bbec26c13d..edf1237070c7 100644 --- a/dbaccess/source/core/api/querycontainer.cxx +++ b/dbaccess/source/core/api/querycontainer.cxx @@ -36,6 +36,7 @@ #include <osl/diagnose.h> #include <comphelper/uno3.hxx> #include <comphelper/property.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/exc_hlp.hxx> using namespace dbtools; diff --git a/dbaccess/source/core/dataaccess/ModelImpl.cxx b/dbaccess/source/core/dataaccess/ModelImpl.cxx index 0e1df6750176..abdd5242d27a 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.cxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.cxx @@ -45,6 +45,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/typeprovider.hxx> +#include <comphelper/types.hxx> #include <rtl/digest.h> #include <sfx2/signaturestate.hxx> #include <tools/debug.hxx> diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx index 1793af9e5253..5bed9986d13a 100644 --- a/dbaccess/source/core/dataaccess/connection.cxx +++ b/dbaccess/source/core/dataaccess/connection.cxx @@ -48,6 +48,7 @@ #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <comphelper/sequence.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index b495e1afb5ef..e84af4dfe653 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -69,6 +69,7 @@ #include <comphelper/numberedcollection.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/propertysetinfo.hxx> +#include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/core/dataaccess/datasource.cxx b/dbaccess/source/core/dataaccess/datasource.cxx index 8ecba91846d4..fd707eb1cb66 100644 --- a/dbaccess/source/core/dataaccess/datasource.cxx +++ b/dbaccess/source/core/dataaccess/datasource.cxx @@ -54,6 +54,7 @@ #include <comphelper/interaction.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/supportsservice.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/core/dataaccess/documentdefinition.cxx b/dbaccess/source/core/dataaccess/documentdefinition.cxx index cf72ef2d2520..2bca0c619984 100644 --- a/dbaccess/source/core/dataaccess/documentdefinition.cxx +++ b/dbaccess/source/core/dataaccess/documentdefinition.cxx @@ -27,6 +27,7 @@ #include <comphelper/namedvaluecollection.hxx> #include <comphelper/classids.hxx> #include <comphelper/propertysequence.hxx> +#include <comphelper/types.hxx> #include <com/sun/star/frame/XUntitledNumbers.hpp> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/Size.hpp> diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx index ef04d8c05932..1512c77233c5 100644 --- a/dbaccess/source/ui/app/AppControllerGen.cxx +++ b/dbaccess/source/ui/app/AppControllerGen.cxx @@ -51,6 +51,7 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <cppuhelper/exc_hlp.hxx> +#include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqlerror.hxx> diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 4108eb78db34..73b9997c79d2 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -71,6 +71,7 @@ #include <comphelper/interaction.hxx> #include <comphelper/sequence.hxx> #include <comphelper/string.hxx> +#include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqlerror.hxx> diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index e1680295683d..9f5709f34782 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -70,6 +70,7 @@ #include <connectivity/dbconversion.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/servicehelper.hxx> +#include <comphelper/types.hxx> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <browserids.hxx> diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 580bb79b89bc..9bbf1b2af5a9 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp> #include <com/sun/star/ui/XContextMenuInterceptor.hpp> #include <com/sun/star/util/URL.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> #include <comphelper/interfacecontainer2.hxx> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx index cba04bb093e9..7b5be605292b 100644 --- a/dbaccess/source/ui/querydesign/QTableWindow.cxx +++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx @@ -37,6 +37,7 @@ #include "TableFieldInfo.hxx" #include <UITools.hxx> #include <svtools/treelistentry.hxx> +#include <comphelper/types.hxx> using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdbcx; |