diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-01 13:39:31 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-01 13:39:31 +0100 |
commit | e0c38189d4505a669d89b22a0a6e6b78c6016eb6 (patch) | |
tree | d022aec5e7fe360032aaa5778d780486a68657b5 | |
parent | b16a3b86103a631be0943ad1654c99e764597452 (diff) |
sw: unused includes in pagechg
Change-Id: I0c50675ba5fe7ff3763c4e598cccaea823a324f9
-rw-r--r-- | sw/source/core/layout/pagechg.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx index 45a3252efa07..2ebfe735a023 100644 --- a/sw/source/core/layout/pagechg.cxx +++ b/sw/source/core/layout/pagechg.cxx @@ -17,17 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/embed/EmbedStates.hpp> #include <ndole.hxx> -#include <docary.hxx> #include <svl/itemiter.hxx> #include <fmtfsize.hxx> #include <fmthdft.hxx> #include <fmtclds.hxx> -#include <fmtanchr.hxx> #include <fmtpdsc.hxx> -#include <fmtfordr.hxx> -#include <fmtfld.hxx> #include <fmtornt.hxx> #include <fmtsrnd.hxx> #include <ftninfo.hxx> @@ -41,20 +36,10 @@ #include "viewimp.hxx" #include "pagefrm.hxx" #include "rootfrm.hxx" -#include "cntfrm.hxx" -#include "flyfrm.hxx" -#include "doc.hxx" #include <IDocumentSettingAccess.hxx> -#include <IDocumentDrawModelAccess.hxx> #include <IDocumentFieldsAccess.hxx> -#include "fesh.hxx" -#include "dview.hxx" -#include "dflyobj.hxx" #include "dcontact.hxx" -#include "frmtool.hxx" -#include "fldbas.hxx" #include "hints.hxx" -#include "swtable.hxx" #include "ftnidx.hxx" #include "bodyfrm.hxx" @@ -65,12 +50,9 @@ #include "flyfrms.hxx" #include "htmltbl.hxx" #include "pagedesc.hxx" -#include "poolfmt.hxx" #include <editeng/frmdiritem.hxx> -#include <swfntcch.hxx> #include <sortedobjs.hxx> #include <switerator.hxx> -#include <vcl/svapp.hxx> #include <txtfly.hxx> using namespace ::com::sun::star; |