summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-07 13:21:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-07 19:41:20 +0100
commit0f469ada31b38b510b87a19bf7ddc17f82f260d9 (patch)
tree64247256123cd5c0cdb2b72d5aa660ab5f8a71cc
parentc06abb40f7155e92c56026ce3ea0526ceb3a0f27 (diff)
Removed duplicated includes
Change-Id: Id7eedadd7d6c4a939abca138b7dd00436182d86b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107344 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--xmloff/source/text/XMLFootnoteImportContext.cxx1
-rw-r--r--xmloff/source/text/XMLIndexTOCContext.cxx1
-rw-r--r--xmloff/source/text/XMLTrackedChangesImportContext.cxx1
3 files changed, 0 insertions, 3 deletions
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;