[Libreoffice-commits] core.git: sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Jul 4 07:21:57 UTC 2018
sw/source/core/fields/docufld.cxx | 1 -
sw/source/filter/ww8/ww8par.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 5a440ae57623fac8b68f9f2d0824e6db346f735f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jul 2 23:34:38 2018 +0200
Removed duplicated includes
Change-Id: Ie6e6574b031c68c0d4c9079abbe3317fab2a6123
Reviewed-on: https://gerrit.libreoffice.org/56834
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx
index 0ff19e5a82e0..051c5f06b457 100644
--- a/sw/source/core/fields/docufld.cxx
+++ b/sw/source/core/fields/docufld.cxx
@@ -45,7 +45,6 @@
#include <unotools/useroptions.hxx>
#include <unotools/syslocale.hxx>
#include <svl/zforlist.hxx>
-#include <o3tl/make_unique.hxx>
#include <tools/time.hxx>
#include <tools/datetime.hxx>
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 301c37a12409..8d38f4a4e0f7 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -50,7 +50,6 @@
#include <editeng/charhiddenitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/editeng.hxx>
-#include <editeng/outlobj.hxx>
#include <svx/unoapi.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdoashp.hxx>
More information about the Libreoffice-commits
mailing list