[Libreoffice-commits] core.git: oox/qa
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 6 08:55:58 UTC 2020
oox/qa/unit/shape.cxx | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit a435d465c0140612a281c86e972763802b72f820
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Feb 5 21:09:09 2020 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Feb 6 09:55:27 2020 +0100
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 at collabora.com>
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;
More information about the Libreoffice-commits
mailing list