diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-09 16:45:40 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-11 11:17:23 +0100 |
commit | 87d078a5a86d9a83395740e6c74e2e4cb52fe7cc (patch) | |
tree | 053034394878c8f1108b3ab7e40c091f5d902984 /writerperfect/qa | |
parent | d9676143dc61e846ffce275de3767eb8f53bf0af (diff) |
tdf#42949 Fix IWYU warnings in writerperfect/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia1ac2b3d254487f6b4e85b52eead13635d30a5af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88416
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'writerperfect/qa')
-rw-r--r-- | writerperfect/qa/unit/DrawingImportTest.cxx | 1 | ||||
-rw-r--r-- | writerperfect/qa/unit/PresentationImportTest.cxx | 1 | ||||
-rw-r--r-- | writerperfect/qa/unit/SpreadsheetImportTest.cxx | 2 | ||||
-rw-r--r-- | writerperfect/qa/unit/WPXSvStreamTest.cxx | 2 | ||||
-rw-r--r-- | writerperfect/qa/unit/WpftLoader.cxx | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/writerperfect/qa/unit/DrawingImportTest.cxx b/writerperfect/qa/unit/DrawingImportTest.cxx index a56007bcd7e9..6fb1f98ef6b2 100644 --- a/writerperfect/qa/unit/DrawingImportTest.cxx +++ b/writerperfect/qa/unit/DrawingImportTest.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> diff --git a/writerperfect/qa/unit/PresentationImportTest.cxx b/writerperfect/qa/unit/PresentationImportTest.cxx index 11a61d80d32c..e1414dec5b85 100644 --- a/writerperfect/qa/unit/PresentationImportTest.cxx +++ b/writerperfect/qa/unit/PresentationImportTest.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> diff --git a/writerperfect/qa/unit/SpreadsheetImportTest.cxx b/writerperfect/qa/unit/SpreadsheetImportTest.cxx index 06ac09ad8365..caf5d4de94ec 100644 --- a/writerperfect/qa/unit/SpreadsheetImportTest.cxx +++ b/writerperfect/qa/unit/SpreadsheetImportTest.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <com/sun/star/awt/XWindow.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/table/XCell.hpp> diff --git a/writerperfect/qa/unit/WPXSvStreamTest.cxx b/writerperfect/qa/unit/WPXSvStreamTest.cxx index 87ad21f84cde..368a8223368e 100644 --- a/writerperfect/qa/unit/WPXSvStreamTest.cxx +++ b/writerperfect/qa/unit/WPXSvStreamTest.cxx @@ -22,8 +22,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> -#include <rtl/ref.hxx> - #include <test/bootstrapfixture.hxx> #include <WPXSvInputStream.hxx> diff --git a/writerperfect/qa/unit/WpftLoader.cxx b/writerperfect/qa/unit/WpftLoader.cxx index f28937668e5b..3338e72c3b0b 100644 --- a/writerperfect/qa/unit/WpftLoader.cxx +++ b/writerperfect/qa/unit/WpftLoader.cxx @@ -15,7 +15,6 @@ #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XImporter.hpp> -#include <com/sun/star/document/XTypeDetection.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XDesktop2.hpp> #include <com/sun/star/frame/XModel.hpp> |