diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-09-01 20:29:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-09-01 20:32:47 +0200 |
commit | 4bc3a58a648f6c0ce95b4eb41f2cbf46175629ed (patch) | |
tree | 7b6a43cb9e36a36d7fcc7257ae7c16dca632938e | |
parent | 6ecc7d37d29b07bcd4e56faecc0ac8c4ec3d397c (diff) |
sw: unused includes in flyincnt
Change-Id: Icb195e98cfb890d5ab9fc6a94506a5a9193ba59d
-rw-r--r-- | sw/source/core/layout/flyincnt.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx index a0d9a3f71e39..e7d72c0d97c2 100644 --- a/sw/source/core/layout/flyincnt.cxx +++ b/sw/source/core/layout/flyincnt.cxx @@ -18,14 +18,10 @@ */ -#include "cntfrm.hxx" #include "doc.hxx" -#include "flyfrm.hxx" #include "frmtool.hxx" -#include "frmfmt.hxx" #include "hints.hxx" #include <fmtornt.hxx> -#include <fmtfsize.hxx> #include "txtfrm.hxx" //fuer IsLocked() #include "flyfrms.hxx" // OD 2004-01-19 #110582# |