diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-28 16:47:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-28 16:50:02 +0200 |
commit | 64040dbbb5b35e8838f55b791f86a4d6819070b0 (patch) | |
tree | 13734d92213619f1caa2a0e3a3e6a66dc76ce0c7 /sw | |
parent | d710723a52929a708ca0195da833ccda6a489082 (diff) |
SwPageDesc impl: drop unused includes
Change-Id: Ie3b1113461b65ae8bace25884f965ac99fda4910
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/pagedesc.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/layout/pagedesc.cxx b/sw/source/core/layout/pagedesc.cxx index a1db5c5c0a21..45ac7b5ca7ff 100644 --- a/sw/source/core/layout/pagedesc.cxx +++ b/sw/source/core/layout/pagedesc.cxx @@ -26,22 +26,16 @@ * ************************************************************************/ -#include <hintids.hxx> #include <editeng/pbinitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/brshitem.hxx> #include <editeng/shaditem.hxx> -#include <editeng/lrspitem.hxx> #include "editeng/frmdiritem.hxx" #include <fmtclds.hxx> #include <fmtfsize.hxx> -#include <frmatr.hxx> #include <pagefrm.hxx> #include <pagedesc.hxx> -#include <frmfmt.hxx> -#include <fmtcol.hxx> // SwTxtFmtColl -#include <node.hxx> #include <swtable.hxx> #include <frmtool.hxx> #include <doc.hxx> // for GetAttrPool |