diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-08-21 12:18:16 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-08-23 21:01:36 +0200 |
commit | 517e1056649646ca170f4c17cdd36b06656587ac (patch) | |
tree | 50d4a0e8735253fff0bf4a41d1863f151697abd2 /sw | |
parent | ff73528561488fceef04fde081dab907c86f6b5b (diff) |
Remove some unused include
Change-Id: Ibe5291544de2c1dcd1d769ecd40b0288f622ea05
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/docst.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/app/docst.cxx b/sw/source/ui/app/docst.cxx index f35942086e90..29c4055ff7f5 100644 --- a/sw/source/ui/app/docst.cxx +++ b/sw/source/ui/app/docst.cxx @@ -34,8 +34,6 @@ #include <sfx2/newstyle.hxx> #include <sfx2/printer.hxx> #include <svl/macitem.hxx> -#include <editeng/brushitem.hxx> -#include <editeng/boxitem.hxx> #include <svl/stritem.hxx> #include <svl/languageoptions.hxx> #include <editeng/eeitem.hxx> diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index 15e7f7f5d5c7..52ada496a142 100644 --- a/sw/source/ui/shells/textsh1.cxx +++ b/sw/source/ui/shells/textsh1.cxx @@ -46,7 +46,6 @@ #include <editeng/colritem.hxx> #include <editeng/tstpitem.hxx> #include <editeng/brushitem.hxx> -#include <editeng/boxitem.hxx> #include <editeng/svxacorr.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> |