diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-04-24 00:24:00 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-27 13:47:30 +0200 |
commit | 8c694a49211fb60f05d58a4bdd87b4f563838711 (patch) | |
tree | 85d1999f1256bddf2fd0659295d3c89c536f538c /dbaccess/source/ui/misc/TableCopyHelper.cxx | |
parent | 06a8f5d17061a8fd59fa37c0cdd1a89c72223337 (diff) |
tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6bf360b331589692141f6fca52eee5b8e11ef7bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92827
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess/source/ui/misc/TableCopyHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/TableCopyHelper.cxx | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/dbaccess/source/ui/misc/TableCopyHelper.cxx b/dbaccess/source/ui/misc/TableCopyHelper.cxx index b4ebf89c6c47..596aa7335771 100644 --- a/dbaccess/source/ui/misc/TableCopyHelper.cxx +++ b/dbaccess/source/ui/misc/TableCopyHelper.cxx @@ -19,45 +19,28 @@ #include <TableCopyHelper.hxx> #include <core_resource.hxx> -#include <stringconstants.hxx> #include <strings.hrc> #include <strings.hxx> -#include <sqlmessage.hxx> -#include <WCopyTable.hxx> #include <dbaccess/genericcontroller.hxx> -#include <WCPage.hxx> #include <com/sun/star/task/InteractionHandler.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp> #include <com/sun/star/sdb/application/CopyTableOperation.hpp> #include <com/sun/star/sdb/application/CopyTableWizard.hpp> #include <com/sun/star/sdb/DataAccessDescriptorFactory.hpp> #include <com/sun/star/sdb/CommandType.hpp> -#include <RtfReader.hxx> -#include <HtmlReader.hxx> #include <TokenWriter.hxx> #include <UITools.hxx> #include <dbaccess/dataview.hxx> +#include <svx/dbaexchange.hxx> #include <unotools/ucbhelper.hxx> #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <com/sun/star/sdbcx/XTablesSupplier.hpp> -#include <com/sun/star/sdbcx/XViewsSupplier.hpp> -#include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp> -#include <com/sun/star/sdb/SQLContext.hpp> -#include <com/sun/star/sdbc/XParameters.hpp> -#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> -#include <com/sun/star/sdb/XQueriesSupplier.hpp> -#include <com/sun/star/sdbc/XColumnLocate.hpp> -#include <com/sun/star/sdbcx/XRowLocate.hpp> -#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp> #include <unotools/tempfile.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <dbexchange.hxx> namespace dbaui { using namespace ::dbtools; |