diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 13:50:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 13:50:15 +0100 |
commit | 93608b3f162a634897c40209cb1cb8cf705deca0 (patch) | |
tree | f676858e8c0b811122589abc259a7c9d6559c7a4 /sw | |
parent | 23e73a4fe94976b4cf05f15f86548d8e9ae04dbc (diff) |
sw: unused includes in tabfrm
Change-Id: Ifcc7941e5ff7f870ebf25c26dda0f8cfe0592d24
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/tabfrm.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index a4455f2c80fd..628ba094d650 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -19,18 +19,10 @@ #include "pagefrm.hxx" #include "rootfrm.hxx" -#include "cntfrm.hxx" -#include "viewsh.hxx" -#include "doc.hxx" #include <IDocumentFieldsAccess.hxx> -#include "docsh.hxx" #include "viewimp.hxx" #include "swtable.hxx" #include "dflyobj.hxx" -#include "flyfrm.hxx" -#include "frmtool.hxx" -#include "frmfmt.hxx" -#include "dcontact.hxx" #include <anchoreddrawobject.hxx> #include <fmtanchr.hxx> #include "viewopt.hxx" @@ -38,13 +30,10 @@ #include "dbg_lay.hxx" #include <ftnidx.hxx> #include <svl/itemiter.hxx> -#include <docary.hxx> #include <editeng/keepitem.hxx> #include <editeng/ulspitem.hxx> -#include <editeng/lrspitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/boxitem.hxx> -#include <vcl/outdev.hxx> #include <fmtlsplt.hxx> #include <fmtrowsplt.hxx> #include <fmtsrnd.hxx> @@ -52,7 +41,6 @@ #include <fmtpdsc.hxx> #include <fmtfsize.hxx> #include <swtblfmt.hxx> -#include <ndtxt.hxx> #include "tabfrm.hxx" #include "rowfrm.hxx" #include "cellfrm.hxx" |