[Libreoffice-commits] core.git: connectivity/source oox/source

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 19 06:32:45 UTC 2019


 connectivity/source/drivers/writer/WTable.cxx |    1 -
 oox/source/shape/WpgContext.cxx               |    2 --
 oox/source/shape/WpsContext.cxx               |    3 ---
 3 files changed, 6 deletions(-)

New commits:
commit e191cacf62782871d09bfad7843a84d417c080e0
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Jun 18 21:22:46 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Jun 19 08:32:09 2019 +0200

    connectivity, oox: remove some unused includes
    
    Change-Id: I8b39caafc157e309e638eec1a66d9302f1a11a73
    Reviewed-on: https://gerrit.libreoffice.org/74307
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/connectivity/source/drivers/writer/WTable.cxx b/connectivity/source/drivers/writer/WTable.cxx
index d21943653f12..80290bd5dde5 100644
--- a/connectivity/source/drivers/writer/WTable.cxx
+++ b/connectivity/source/drivers/writer/WTable.cxx
@@ -23,7 +23,6 @@
 #include <com/sun/star/text/XTextTable.hpp>
 #include <com/sun/star/text/XTextTablesSupplier.hpp>
 #include <com/sun/star/table/XCellRange.hpp>
-#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
 #include <com/sun/star/text/XText.hpp>
 #include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
 #include <writer/WConnection.hxx>
diff --git a/oox/source/shape/WpgContext.cxx b/oox/source/shape/WpgContext.cxx
index d09187fce7f1..88521e981ee6 100644
--- a/oox/source/shape/WpgContext.cxx
+++ b/oox/source/shape/WpgContext.cxx
@@ -9,9 +9,7 @@
 
 
 #include "WpgContext.hxx"
-#include "WpsContext.hxx"
 #include <sal/log.hxx>
-#include <com/sun/star/drawing/XShape.hpp>
 #include <drawingml/shapepropertiescontext.hxx>
 #include <oox/drawingml/shapegroupcontext.hxx>
 #include <oox/drawingml/graphicshapecontext.hxx>
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx
index 3b2e3c624ed9..cd9afdc5e177 100644
--- a/oox/source/shape/WpsContext.cxx
+++ b/oox/source/shape/WpsContext.cxx
@@ -12,8 +12,6 @@
 #include <basegfx/tuple/b2dtuple.hxx>
 #include <comphelper/sequenceashashmap.hxx>
 #include <drawingml/customshapeproperties.hxx>
-#include <drawingml/shapepropertiescontext.hxx>
-#include <drawingml/shapestylecontext.hxx>
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/beans/XPropertyState.hpp>
 #include <com/sun/star/drawing/HomogenMatrix3.hpp>
@@ -25,7 +23,6 @@
 #include <oox/token/namespaces.hxx>
 #include <oox/token/tokens.hxx>
 #include <oox/drawingml/shape.hxx>
-#include <sal/log.hxx>
 
 #include <boost/optional.hpp>
 


More information about the Libreoffice-commits mailing list