diff options
-rw-r--r-- | oox/qa/unit/vml.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/qa/unit/vml.cxx b/oox/qa/unit/vml.cxx index ad4e9e229739..fa3701735ec1 100644 --- a/oox/qa/unit/vml.cxx +++ b/oox/qa/unit/vml.cxx @@ -12,18 +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 <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; |