diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-12-19 21:04:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-20 12:33:40 +0100 |
commit | ffa83824886c325b7a75100ae403efd6e5e9bda7 (patch) | |
tree | 6f8f63487bb05435c74d2678f6d6257c6bc799b8 /oox | |
parent | c8334639bfbacd85288571e2650b3341aa38bbbd (diff) |
CppunitTest_oox_drawingml: remove unneeded includes
Change-Id: I33c524a3991fc3de226ebee3cc98ced18fb74886
Reviewed-on: https://gerrit.libreoffice.org/85547
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/qa/unit/drawingml.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/qa/unit/drawingml.cxx b/oox/qa/unit/drawingml.cxx index e3c455c04867..f7fa171ff1ab 100644 --- a/oox/qa/unit/drawingml.cxx +++ b/oox/qa/unit/drawingml.cxx @@ -12,15 +12,10 @@ #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 <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> |