diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 20:27:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 20:59:24 +0200 |
commit | f4a93651bbda7750021a466e211c530c6bb02dcd (patch) | |
tree | 1e298ac2f1da2ff499e42f315a0dd85acc34c3e9 /sw | |
parent | 9c87596c8a0123076249c7bd59eaaa41497b48fc (diff) |
sw: unused includes in hffrm
Change-Id: I5e993b6ad54f7d33b1dfb1ff455281975add2981
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/hffrm.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx index 116650fc1047..0cc8b43a2282 100644 --- a/sw/source/core/layout/hffrm.cxx +++ b/sw/source/core/layout/hffrm.cxx @@ -18,8 +18,6 @@ */ #include "pagefrm.hxx" -#include "viewsh.hxx" -#include "doc.hxx" #include <fmtcntnt.hxx> #include <fmthdft.hxx> #include <fmtfsize.hxx> @@ -30,9 +28,6 @@ #include "sectfrm.hxx" #include "flyfrm.hxx" #include "frmtool.hxx" -#include "dflyobj.hxx" -#include "frmfmt.hxx" -#include "ndindex.hxx" #include "hfspacingitem.hxx" // OD 2004-05-24 #i28701# #include <sortedobjs.hxx> |