[Libreoffice-commits] core.git: oox/qa

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 8 08:17:16 UTC 2020


 oox/qa/unit/vml.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 49574f685a8f54cc0d060bebb745deb8b7577025
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Jan 7 21:13:45 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Jan 8 09:16:42 2020 +0100

    Remove some unused includes
    
    Change-Id: Icc451b72fd0b4181a082f2ee2b85b82765bd0c31
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86385
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

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;
 


More information about the Libreoffice-commits mailing list