[Libreoffice-commits] core.git: embeddedobj/qa oox/qa svtools/IwyuFilter_svtools.yaml

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 20 07:44:42 UTC 2020


 embeddedobj/qa/cppunit/general.cxx |    1 -
 oox/qa/unit/drawingml.cxx          |    1 -
 oox/qa/unit/mathml.cxx             |    2 --
 oox/qa/unit/shape.cxx              |    2 --
 oox/qa/unit/vml.cxx                |    2 --
 svtools/IwyuFilter_svtools.yaml    |    3 +++
 6 files changed, 3 insertions(+), 8 deletions(-)

New commits:
commit 00215edeb02d772fb0cf86348bcf49064882d152
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Feb 19 21:21:19 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Feb 20 08:44:08 2020 +0100

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

diff --git a/embeddedobj/qa/cppunit/general.cxx b/embeddedobj/qa/cppunit/general.cxx
index c49462a9f2a1..b1a28828391c 100644
--- a/embeddedobj/qa/cppunit/general.cxx
+++ b/embeddedobj/qa/cppunit/general.cxx
@@ -14,7 +14,6 @@
 #include <com/sun/star/embed/XStorage.hpp>
 
 #include <comphelper/embeddedobjectcontainer.hxx>
-#include <comphelper/processfactory.hxx>
 #include <comphelper/propertyvalue.hxx>
 #include <comphelper/scopeguard.hxx>
 #include <comphelper/storagehelper.hxx>
diff --git a/oox/qa/unit/drawingml.cxx b/oox/qa/unit/drawingml.cxx
index 8a435363da92..145723436c99 100644
--- a/oox/qa/unit/drawingml.cxx
+++ b/oox/qa/unit/drawingml.cxx
@@ -15,7 +15,6 @@
 #include <com/sun/star/frame/Desktop.hpp>
 #include <com/sun/star/frame/XStorable.hpp>
 
-#include <comphelper/processfactory.hxx>
 #include <unotools/mediadescriptor.hxx>
 #include <unotools/tempfile.hxx>
 
diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx
index f352aad069c6..bb629ccc9097 100644
--- a/oox/qa/unit/mathml.cxx
+++ b/oox/qa/unit/mathml.cxx
@@ -13,8 +13,6 @@
 #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
 #include <com/sun/star/frame/Desktop.hpp>
 
-#include <comphelper/processfactory.hxx>
-
 using namespace ::com::sun::star;
 
 /// oox mathml tests.
diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx
index f5c30187d7da..3dc173b1ed87 100644
--- a/oox/qa/unit/shape.cxx
+++ b/oox/qa/unit/shape.cxx
@@ -13,8 +13,6 @@
 #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
 #include <com/sun/star/frame/Desktop.hpp>
 
-#include <comphelper/processfactory.hxx>
-
 using namespace ::com::sun::star;
 
 char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
diff --git a/oox/qa/unit/vml.cxx b/oox/qa/unit/vml.cxx
index d9c969e0d422..833fc449d84c 100644
--- a/oox/qa/unit/vml.cxx
+++ b/oox/qa/unit/vml.cxx
@@ -15,8 +15,6 @@
 #include <com/sun/star/frame/Desktop.hpp>
 #include <com/sun/star/text/WritingMode2.hpp>
 
-#include <comphelper/processfactory.hxx>
-
 using namespace ::com::sun::star;
 
 char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
diff --git a/svtools/IwyuFilter_svtools.yaml b/svtools/IwyuFilter_svtools.yaml
index c78dc720f08f..8e4a3400d98f 100644
--- a/svtools/IwyuFilter_svtools.yaml
+++ b/svtools/IwyuFilter_svtools.yaml
@@ -11,3 +11,6 @@ blacklist:
     svtools/source/dialogs/insdlg.cxx:
     # Needed on WIN
     - comphelper/classids.hxx
+    svtools/qa/unit/testHtmlReader.cxx:
+    # Needed for the CPPUNIT_TEST_FIXTURE() macro.
+    - unotest/bootstrapfixturebase.hxx


More information about the Libreoffice-commits mailing list