diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-02-19 21:21:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-20 08:44:08 +0100 |
commit | 00215edeb02d772fb0cf86348bcf49064882d152 (patch) | |
tree | 7501ab0c4f4bfe43e808bbc4a3f2275fab233ee0 | |
parent | 302d85a931586313e04f82d206970dbc3bce9a47 (diff) |
Remove some unused includes
Change-Id: I28b007cff3a99bc40901ecdeaecacf42b4521574
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89058
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | embeddedobj/qa/cppunit/general.cxx | 1 | ||||
-rw-r--r-- | oox/qa/unit/drawingml.cxx | 1 | ||||
-rw-r--r-- | oox/qa/unit/mathml.cxx | 2 | ||||
-rw-r--r-- | oox/qa/unit/shape.cxx | 2 | ||||
-rw-r--r-- | oox/qa/unit/vml.cxx | 2 | ||||
-rw-r--r-- | svtools/IwyuFilter_svtools.yaml | 3 |
6 files changed, 3 insertions, 8 deletions
diff --git a/embeddedobj/qa/cppunit/general.cxx b/embeddedobj/qa/cppunit/general.cxx index c49462a9f2a1..b1a28828391c 100644 --- a/embeddedobj/qa/cppunit/general.cxx +++ b/embeddedobj/qa/cppunit/general.cxx @@ -14,7 +14,6 @@ #include <com/sun/star/embed/XStorage.hpp> #include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertyvalue.hxx> #include <comphelper/scopeguard.hxx> #include <comphelper/storagehelper.hxx> diff --git a/oox/qa/unit/drawingml.cxx b/oox/qa/unit/drawingml.cxx index 8a435363da92..145723436c99 100644 --- a/oox/qa/unit/drawingml.cxx +++ b/oox/qa/unit/drawingml.cxx @@ -15,7 +15,6 @@ #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XStorable.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/mediadescriptor.hxx> #include <unotools/tempfile.hxx> diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx index f352aad069c6..bb629ccc9097 100644 --- a/oox/qa/unit/mathml.cxx +++ b/oox/qa/unit/mathml.cxx @@ -13,8 +13,6 @@ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <comphelper/processfactory.hxx> - using namespace ::com::sun::star; /// oox mathml tests. diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx index f5c30187d7da..3dc173b1ed87 100644 --- a/oox/qa/unit/shape.cxx +++ b/oox/qa/unit/shape.cxx @@ -13,8 +13,6 @@ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <comphelper/processfactory.hxx> - using namespace ::com::sun::star; char const DATA_DIRECTORY[] = "/oox/qa/unit/data/"; diff --git a/oox/qa/unit/vml.cxx b/oox/qa/unit/vml.cxx index d9c969e0d422..833fc449d84c 100644 --- a/oox/qa/unit/vml.cxx +++ b/oox/qa/unit/vml.cxx @@ -15,8 +15,6 @@ #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/text/WritingMode2.hpp> -#include <comphelper/processfactory.hxx> - using namespace ::com::sun::star; char const DATA_DIRECTORY[] = "/oox/qa/unit/data/"; diff --git a/svtools/IwyuFilter_svtools.yaml b/svtools/IwyuFilter_svtools.yaml index c78dc720f08f..8e4a3400d98f 100644 --- a/svtools/IwyuFilter_svtools.yaml +++ b/svtools/IwyuFilter_svtools.yaml @@ -11,3 +11,6 @@ blacklist: svtools/source/dialogs/insdlg.cxx: # Needed on WIN - comphelper/classids.hxx + svtools/qa/unit/testHtmlReader.cxx: + # Needed for the CPPUNIT_TEST_FIXTURE() macro. + - unotest/bootstrapfixturebase.hxx |