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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 26 17:58:12 UTC 2019


 oox/qa/unit/mathml.cxx                         |    5 -----
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |    2 --
 2 files changed, 7 deletions(-)

New commits:
commit 87156783e5bc89709a1933efbbde82817715d5dc
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Nov 26 16:05:38 2019 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Nov 26 18:56:47 2019 +0100

    Remove some unused includes
    
    Change-Id: Ia24c806f227570f7a000e85eece75c9d02d25a4b
    Reviewed-on: https://gerrit.libreoffice.org/83782
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx
index 0352c7a84ec4..3a5f928dad06 100644
--- a/oox/qa/unit/mathml.cxx
+++ b/oox/qa/unit/mathml.cxx
@@ -11,14 +11,9 @@
 #include <unotest/macros_test.hxx>
 
 #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
-#include <com/sun/star/embed/XStorage.hpp>
 #include <com/sun/star/frame/Desktop.hpp>
 
-#include <comphelper/embeddedobjectcontainer.hxx>
 #include <comphelper/processfactory.hxx>
-#include <comphelper/propertyvalue.hxx>
-#include <comphelper/scopeguard.hxx>
-#include <comphelper/storagehelper.hxx>
 
 using namespace ::com::sun::star;
 
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index e4fdc1d755eb..af97169166ed 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -10,13 +10,11 @@
 #include "rtfdocumentimpl.hxx"
 #include <algorithm>
 #include <memory>
-#include <string_view>
 #include <com/sun/star/embed/XEmbeddedObject.hpp>
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 #include <com/sun/star/io/WrongFormatException.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/text/WrapTextMode.hpp>
 #include <com/sun/star/text/TextContentAnchorType.hpp>
 #include <i18nlangtag/languagetag.hxx>
 #include <unotools/ucbstreamhelper.hxx>


More information about the Libreoffice-commits mailing list