diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-27 23:08:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-30 10:03:30 +0200 |
commit | f0e0fb71fc6eefc65afdf1650100ffd4c64c18d0 (patch) | |
tree | ac45e47992992c5ac0de2d84bc7b2ebeb2bba125 /xmloff/qa | |
parent | 8aa8893be8f3c7e4acfdacb401f8fe3d297647b5 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxx
Also checked xmloff/qa
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I843917d255f841066ace8d944aa1d00f1b718108
Reviewed-on: https://gerrit.libreoffice.org/79773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/qa')
-rw-r--r-- | xmloff/qa/unit/tokenmap-test.cxx | 1 | ||||
-rw-r--r-- | xmloff/qa/unit/uxmloff.cxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx index ca31e78faa8d..540836b66f8a 100644 --- a/xmloff/qa/unit/tokenmap-test.cxx +++ b/xmloff/qa/unit/tokenmap-test.cxx @@ -11,7 +11,6 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> #include <xmloff/fasttokenhandler.hxx> #include <xmloff/token/tokens.hxx> diff --git a/xmloff/qa/unit/uxmloff.cxx b/xmloff/qa/unit/uxmloff.cxx index 6e3485b2510b..27edb47004d2 100644 --- a/xmloff/qa/unit/uxmloff.cxx +++ b/xmloff/qa/unit/uxmloff.cxx @@ -16,6 +16,7 @@ #include <comphelper/genericpropertyset.hxx> #include <comphelper/propertysetinfo.hxx> +#include <xmloff/maptype.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlmetai.hxx> #include <xmloff/xmlexp.hxx> @@ -23,9 +24,7 @@ #include <xmloff/xmlaustp.hxx> #include <SchXMLExport.hxx> #include <XMLChartPropertySetMapper.hxx> -#include <impastpl.hxx> #include <comphelper/processfactory.hxx> -#include <com/sun/star/util/MeasureUnit.hpp> using namespace ::xmloff::token; using namespace ::com::sun::star; |