diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-12 01:40:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-17 10:01:04 +0100 |
commit | a0d8600bbcc2fd108b1f44ca735a921bc8b4b577 (patch) | |
tree | 05aa6933aba37defe11990d1d4e27997ead60b9d /svx/qa | |
parent | fb032d58c71fc2d5c199b24b669a69ce119fff80 (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/XTableImportExportTest.cxx | 6 | ||||
-rw-r--r-- | svx/qa/unit/svx-dialogs-test.cxx | 3 | ||||
-rw-r--r-- | svx/qa/unit/xoutdev.cxx | 2 |
3 files changed, 1 insertions, 10 deletions
diff --git a/svx/qa/unit/XTableImportExportTest.cxx b/svx/qa/unit/XTableImportExportTest.cxx index bbbc67a314b2..9356f2691323 100644 --- a/svx/qa/unit/XTableImportExportTest.cxx +++ b/svx/qa/unit/XTableImportExportTest.cxx @@ -7,21 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <config_features.h> - #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <unotest/bootstrapfixturebase.hxx> #include <sal/types.h> #include <sfx2/app.hxx> #include <unotools/tempfile.hxx> #include <svx/xtable.hxx> #include <vcl/bitmapex.hxx> -#include <svx/XPropertyTable.hxx> - -#include <xmlxtexp.hxx> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/svx/qa/unit/svx-dialogs-test.cxx b/svx/qa/unit/svx-dialogs-test.cxx index 95a6e2d3ed0f..eaa829569914 100644 --- a/svx/qa/unit/svx-dialogs-test.cxx +++ b/svx/qa/unit/svx-dialogs-test.cxx @@ -9,9 +9,6 @@ #include <sal/config.h> #include <test/screenshot_test.hxx> -#include <rtl/strbuf.hxx> -#include <osl/file.hxx> -#include <sfx2/app.hxx> #include <vcl/abstdlg.hxx> using namespace ::com::sun::star; diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx index 308c484a7ba1..1da137bea57e 100644 --- a/svx/qa/unit/xoutdev.cxx +++ b/svx/qa/unit/xoutdev.cxx @@ -11,7 +11,7 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> -#include <unotest/bootstrapfixturebase.hxx> +#include <cppunit/extensions/HelperMacros.h> #include <sal/types.h> #include <sfx2/app.hxx> |