[Libreoffice-commits] core.git: sc/source sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 19 13:55:06 UTC 2018
sc/source/core/data/attarray.cxx | 1 -
sc/source/core/data/dpoutput.cxx | 1 -
sc/source/filter/oox/sheetdatabuffer.cxx | 1 -
sw/source/filter/writer/wrtswtbl.cxx | 1 -
sw/source/filter/xml/xmlexpit.cxx | 1 -
sw/source/filter/xml/xmlimpit.cxx | 1 -
sw/source/uibase/utlui/uiitems.cxx | 1 -
7 files changed, 7 deletions(-)
New commits:
commit 7f31a2a7fa5a0ec1d6e36161b95a26bbb96d5cd2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 19 10:50:04 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 19 14:54:41 2018 +0100
Removed duplicated includes
Change-Id: Idd6a5e84d93016f97745e6d9b99e4f79f7614ea7
Reviewed-on: https://gerrit.libreoffice.org/63554
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx
index 3648de8fc976..ae181b7381fc 100644
--- a/sc/source/core/data/attarray.cxx
+++ b/sc/source/core/data/attarray.cxx
@@ -27,7 +27,6 @@
#include <editeng/justifyitem.hxx>
#include <osl/diagnose.h>
#include <svl/poolcach.hxx>
-#include <osl/diagnose.h>
#include <global.hxx>
#include <document.hxx>
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index f0a15fd904bc..dd8d5a1e1e36 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -23,7 +23,6 @@
#include <editeng/justifyitem.hxx>
#include <osl/diagnose.h>
#include <svl/itemset.hxx>
-#include <osl/diagnose.h>
#include <dpoutput.hxx>
#include <document.hxx>
diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx b/sc/source/filter/oox/sheetdatabuffer.cxx
index ba323332b24d..115b71b57fbc 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -31,7 +31,6 @@
#include <editeng/boxitem.hxx>
#include <editeng/editobj.hxx>
#include <svl/eitem.hxx>
-#include <osl/diagnose.h>
#include <oox/helper/containerhelper.hxx>
#include <oox/helper/propertymap.hxx>
#include <oox/helper/propertyset.hxx>
diff --git a/sw/source/filter/writer/wrtswtbl.cxx b/sw/source/filter/writer/wrtswtbl.cxx
index 55aaa3349d02..698f4df38c19 100644
--- a/sw/source/filter/writer/wrtswtbl.cxx
+++ b/sw/source/filter/writer/wrtswtbl.cxx
@@ -31,7 +31,6 @@
#include <fmtornt.hxx>
#include <frmatr.hxx>
#include <htmltbl.hxx>
-#include <osl/diagnose.h>
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star;
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx
index b04d8f085e13..70172d3c6bf3 100644
--- a/sw/source/filter/xml/xmlexpit.cxx
+++ b/sw/source/filter/xml/xmlexpit.cxx
@@ -54,7 +54,6 @@
#include "xmlithlp.hxx"
#include <fmtrowsplt.hxx>
-#include <osl/diagnose.h>
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star;
diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx
index 184a6e6194f1..5136416a06ae 100644
--- a/sw/source/filter/xml/xmlimpit.cxx
+++ b/sw/source/filter/xml/xmlimpit.cxx
@@ -52,7 +52,6 @@
#include <xmloff/xmlprhdl.hxx>
#include "xmlithlp.hxx"
#include <com/sun/star/uno/Any.hxx>
-#include <osl/diagnose.h>
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/utlui/uiitems.cxx b/sw/source/uibase/utlui/uiitems.cxx
index aa4746fdb26c..dd96cea07bcc 100644
--- a/sw/source/uibase/utlui/uiitems.cxx
+++ b/sw/source/uibase/utlui/uiitems.cxx
@@ -30,7 +30,6 @@
#include <numrule.hxx>
#include <editeng/eerdll.hxx>
-#include <osl/diagnose.h>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
More information about the Libreoffice-commits
mailing list