diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 20:49:51 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 20:59:24 +0200 |
commit | f74a57a4ba327998afac12572f520805539687a6 (patch) | |
tree | 360df58eaf705b5a917e9e89b4f73b8dc67d14f2 | |
parent | 8f2d9021d6ea59773099367478a959fa311ac733 (diff) |
sw: unused includes in laycache
Change-Id: Ibd168ee6a5da734bc3b20bbab698953eb13f0e73
-rw-r--r-- | sw/source/core/layout/laycache.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx index 598f037b7fe4..401d837ef7c0 100644 --- a/sw/source/core/layout/laycache.cxx +++ b/sw/source/core/layout/laycache.cxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <hintids.hxx> #include <editeng/formatbreakitem.hxx> -#include <tools/stream.hxx> #include <doc.hxx> #include <docstat.hxx> #include <docary.hxx> @@ -29,30 +27,20 @@ #include <pagefrm.hxx> #include <rootfrm.hxx> #include <txtfrm.hxx> -#include <ndtxt.hxx> #include <swtable.hxx> #include <tabfrm.hxx> #include <rowfrm.hxx> -#include <colfrm.hxx> -#include <bodyfrm.hxx> -#include <ndindex.hxx> #include <sectfrm.hxx> -#include <frmfmt.hxx> #include <fmtcntnt.hxx> #include <pagedesc.hxx> #include <frmtool.hxx> #include <dflyobj.hxx> #include <dcontact.hxx> #include "viewopt.hxx" -#include "viewsh.hxx" #include <flyfrm.hxx> // OD 2004-05-24 #i28701# #include <sortedobjs.hxx> -#include <pam.hxx> -#include <docsh.hxx> -#include <poolfmt.hxx> - #include <set> using namespace ::com::sun::star; |