[Libreoffice-commits] core.git: 3 commits - sw/source
Miklos Vajna
vmiklos at suse.cz
Sun Sep 1 11:33:26 PDT 2013
sw/source/core/layout/fly.cxx | 21 ---------------------
sw/source/core/layout/flycnt.cxx | 11 -----------
sw/source/core/layout/flyincnt.cxx | 4 ----
3 files changed, 36 deletions(-)
New commits:
commit 4bc3a58a648f6c0ce95b4eb41f2cbf46175629ed
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Sep 1 20:29:52 2013 +0200
sw: unused includes in flyincnt
Change-Id: Icb195e98cfb890d5ab9fc6a94506a5a9193ba59d
diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx
index a0d9a3f..e7d72c0 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#
commit 6ecc7d37d29b07bcd4e56faecc0ac8c4ec3d397c
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Sep 1 20:26:43 2013 +0200
sw: unused includes in fly
Change-Id: Ie1cb1f4f48a1b67a038347b12083dda1b3f975c4
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index d921849..3f13e69 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -17,64 +17,43 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "hintids.hxx"
#include <svl/itemiter.hxx>
#include <svtools/imap.hxx>
-#include <vcl/graph.hxx>
-#include <tools/poly.hxx>
#include <tools/helpers.hxx>
-#include <svx/contdlg.hxx>
#include <editeng/protitem.hxx>
#include <editeng/opaqitem.hxx>
#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
#include <editeng/frmdiritem.hxx>
-#include <editeng/keepitem.hxx>
-#include <fmtanchr.hxx>
#include <fmtfsize.hxx>
#include <fmtclds.hxx>
#include <fmtcntnt.hxx>
#include <fmturl.hxx>
#include <fmtsrnd.hxx>
#include <fmtornt.hxx>
-#include <fmtpdsc.hxx>
#include <fmtcnct.hxx>
#include <layhelp.hxx>
-#include <ndtxt.hxx>
-#include <svx/svdogrp.hxx>
#include <ndgrf.hxx>
#include <tolayoutanchoredobjectposition.hxx>
#include <fmtfollowtextflow.hxx>
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
-#include <anchoredobject.hxx>
#include <ndole.hxx>
#include <swtable.hxx>
#include <svx/svdpage.hxx>
-#include "doc.hxx"
-#include "viewsh.hxx"
#include "layouter.hxx"
#include "pagefrm.hxx"
#include "rootfrm.hxx"
-#include "cntfrm.hxx"
-#include "pam.hxx"
-#include "frmatr.hxx"
#include "viewimp.hxx"
#include "viewopt.hxx"
#include "dcontact.hxx"
#include "dflyobj.hxx"
#include "dview.hxx"
-#include "flyfrm.hxx"
#include "frmtool.hxx"
-#include "frmfmt.hxx"
#include "hints.hxx"
-#include "swregion.hxx"
#include "tabfrm.hxx"
#include "txtfrm.hxx"
-#include "ndnotxt.hxx"
#include "notxtfrm.hxx" // GetGrfArea
#include "flyfrms.hxx"
-#include "ndindex.hxx" // GetGrfArea
#include "sectfrm.hxx"
#include <vcl/svapp.hxx>
#include "switerator.hxx"
commit 3003613389f1d2d2fd79812c8ccc6c111b64962e
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Sep 1 20:15:39 2013 +0200
sw: unused includes in flycnt
Change-Id: I33ebd4757cebf95c60cd8af1500a382cb45d0092
diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx
index 32c6f89..3cac75a 100644
--- a/sw/source/core/layout/flycnt.cxx
+++ b/sw/source/core/layout/flycnt.cxx
@@ -20,23 +20,12 @@
#include <tools/bigint.hxx>
#include "pagefrm.hxx"
-#include "cntfrm.hxx"
-#include "flyfrm.hxx"
#include "txtfrm.hxx"
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
-#include "viewsh.hxx"
-#include "viewimp.hxx"
-#include "pam.hxx"
-#include "frmfmt.hxx"
#include "frmtool.hxx"
#include "dflyobj.hxx"
#include "hints.hxx"
-#include "ndtxt.hxx"
-#include "swundo.hxx"
-#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
-#include <fmtanchr.hxx>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
#include <fmtsrnd.hxx>
More information about the Libreoffice-commits
mailing list