[Libreoffice-commits] core.git: xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 7 18:42:04 UTC 2020


 xmloff/source/text/XMLFootnoteImportContext.cxx       |    1 -
 xmloff/source/text/XMLIndexTOCContext.cxx             |    1 -
 xmloff/source/text/XMLTrackedChangesImportContext.cxx |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 0f469ada31b38b510b87a19bf7ddc17f82f260d9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 7 13:21:59 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 7 19:41:20 2020 +0100

    Removed duplicated includes
    
    Change-Id: Id7eedadd7d6c4a939abca138b7dd00436182d86b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107344
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/text/XMLFootnoteImportContext.cxx b/xmloff/source/text/XMLFootnoteImportContext.cxx
index 451026002afb..524a4c923328 100644
--- a/xmloff/source/text/XMLFootnoteImportContext.cxx
+++ b/xmloff/source/text/XMLFootnoteImportContext.cxx
@@ -35,7 +35,6 @@
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/text/XFootnote.hpp>
-#include <sal/log.hxx>
 
 
 using namespace ::com::sun::star::uno;
diff --git a/xmloff/source/text/XMLIndexTOCContext.cxx b/xmloff/source/text/XMLIndexTOCContext.cxx
index 4801a81f95f1..c883edf6cc28 100644
--- a/xmloff/source/text/XMLIndexTOCContext.cxx
+++ b/xmloff/source/text/XMLIndexTOCContext.cxx
@@ -45,7 +45,6 @@
 #include <xmloff/xmluconv.hxx>
 #include <xmloff/xmlement.hxx>
 #include <rtl/ustring.hxx>
-#include <sal/log.hxx>
 #include <osl/diagnose.h>
 
 
diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.cxx b/xmloff/source/text/XMLTrackedChangesImportContext.cxx
index 2346005a7015..630feb6a1db0 100644
--- a/xmloff/source/text/XMLTrackedChangesImportContext.cxx
+++ b/xmloff/source/text/XMLTrackedChangesImportContext.cxx
@@ -26,7 +26,6 @@
 #include <xmloff/xmlnamespace.hxx>
 #include <xmloff/namespacemap.hxx>
 #include <xmloff/xmltoken.hxx>
-#include <sal/log.hxx>
 
 
 using ::com::sun::star::uno::Reference;


More information about the Libreoffice-commits mailing list