diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-02-05 21:09:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-06 09:55:27 +0100 |
commit | a435d465c0140612a281c86e972763802b72f820 (patch) | |
tree | 5b874ee9fc0bdb570325de82b17e56f2de3cfef8 | |
parent | 46e53c0360a38f620cf8c86fd0a3dc46c8238e0e (diff) |
CppunitTest_oox_shape: remove unused includes
Change-Id: I00f7b042779aa981a5a6390c02f6f4ede59f3c89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88061
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | oox/qa/unit/shape.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx index 27d26aa91b57..1391138b166b 100644 --- a/oox/qa/unit/shape.cxx +++ b/oox/qa/unit/shape.cxx @@ -10,20 +10,10 @@ #include <test/bootstrapfixture.hxx> #include <unotest/macros_test.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/text/WritingMode2.hpp> -#include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/propertyvalue.hxx> -#include <comphelper/scopeguard.hxx> -#include <comphelper/storagehelper.hxx> -#include <unotools/mediadescriptor.hxx> -#include <unotools/tempfile.hxx> using namespace ::com::sun::star; |