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 /oox | |
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>
Diffstat (limited to 'oox')
-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 |
4 files changed, 0 insertions, 7 deletions
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/"; |