diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-02 23:34:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-04 09:21:33 +0200 |
commit | 5a440ae57623fac8b68f9f2d0824e6db346f735f (patch) | |
tree | 858840e708109f4495e14d87d00f92ac8459661c /sw | |
parent | 3c01b8cc4f15df16b4373855b8797d5dcff59327 (diff) |
Removed duplicated includes
Change-Id: Ie6e6574b031c68c0d4c9079abbe3317fab2a6123
Reviewed-on: https://gerrit.libreoffice.org/56834
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/fields/docufld.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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> |