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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 15 07:05:47 UTC 2021


 oox/qa/unit/shape.cxx                       |    1 -
 sw/qa/extras/uiwriter/uiwriter2.cxx         |    1 -
 sw/source/core/doc/textboxhelper.cxx        |    2 +-
 writerfilter/source/rtftok/rtftokenizer.cxx |    1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 4bb8c8c41f95383839a3d532e39c2353a3d8d275
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Jun 14 20:51:32 2021 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Jun 15 09:05:02 2021 +0200

    Remove some unused includes
    
    See tdf#42949 for motivation.
    
    Change-Id: I559eb3b41a5a0fdb37db6c45d73211ca223384fe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117193
    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 a6949ff4fec3..88f86d3bb30e 100644
--- a/oox/qa/unit/shape.cxx
+++ b/oox/qa/unit/shape.cxx
@@ -14,7 +14,6 @@
 #include <test/bootstrapfixture.hxx>
 #include <unotest/macros_test.hxx>
 
-#include <com/sun/star/awt/Point.hpp>
 #include <com/sun/star/awt/Size.hpp>
 #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
 #include <com/sun/star/frame/Desktop.hpp>
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index df8028649248..54a907c3e26e 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -67,7 +67,6 @@
 #include <unotxdoc.hxx>
 #include <IDocumentLayoutAccess.hxx>
 #include <rootfrm.hxx>
-#include <unotools/mediadescriptor.hxx>
 #include <com/sun/star/packages/zip/ZipFileAccess.hpp>
 #include <comphelper/processfactory.hxx>
 
diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx
index 984d28a64bfc..b8edbb9918cd 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -40,7 +40,7 @@
 #include <svx/swframetypes.hxx>
 #include <drawdoc.hxx>
 #include <IDocumentUndoRedo.hxx>
-#include <DocumentDrawModelManager.hxx>
+#include <IDocumentDrawModelAccess.hxx>
 
 #include <com/sun/star/document/XActionLockable.hpp>
 #include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
diff --git a/writerfilter/source/rtftok/rtftokenizer.cxx b/writerfilter/source/rtftok/rtftokenizer.cxx
index d702b8dbd9c9..6e9580ed51e2 100644
--- a/writerfilter/source/rtftok/rtftokenizer.cxx
+++ b/writerfilter/source/rtftok/rtftokenizer.cxx
@@ -12,7 +12,6 @@
 #include <svx/dialmgr.hxx>
 #include <svx/strings.hrc>
 #include <rtl/strbuf.hxx>
-#include <rtl/ustrbuf.hxx>
 #include <rtl/character.hxx>
 #include <sal/log.hxx>
 #include "rtfskipdestination.hxx"


More information about the Libreoffice-commits mailing list