[Libreoffice-commits] core.git: 4 commits - sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Mar 31 12:00:07 PDT 2014
sw/source/core/layout/hffrm.cxx | 5 -----
sw/source/core/layout/layact.cxx | 21 ---------------------
sw/source/core/layout/laycache.cxx | 12 ------------
sw/source/core/layout/layouter.cxx | 2 --
4 files changed, 40 deletions(-)
New commits:
commit 6e238e51c23476cc5d383e0238ca3a688d342773
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 31 20:52:17 2014 +0200
sw: unused includes in layouter
Change-Id: Iac0799219df9eb07d1de9886153cbf8390cbacb0
diff --git a/sw/source/core/layout/layouter.cxx b/sw/source/core/layout/layouter.cxx
index 2df6a5f..62e710b 100644
--- a/sw/source/core/layout/layouter.cxx
+++ b/sw/source/core/layout/layouter.cxx
@@ -20,8 +20,6 @@
#include "layouter.hxx"
#include "doc.hxx"
#include "sectfrm.hxx"
-#include "ftnboss.hxx"
-#include "cntfrm.hxx"
#include "pagefrm.hxx"
#include "ftnfrm.hxx"
#include "txtfrm.hxx"
commit f74a57a4ba327998afac12572f520805539687a6
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 31 20:49:51 2014 +0200
sw: unused includes in laycache
Change-Id: Ibd168ee6a5da734bc3b20bbab698953eb13f0e73
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 598f037..401d837 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;
commit 8f2d9021d6ea59773099367478a959fa311ac733
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 31 20:42:04 2014 +0200
sw: unused includes in layact
Change-Id: I24f8e817e1f615e8cdab6dde7ede3bce1ab226d2
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 5f72ea6..12016e9 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -22,24 +22,12 @@
#include <time.h>
#include "rootfrm.hxx"
#include "pagefrm.hxx"
-#include "cntfrm.hxx"
-#include "doc.hxx"
-#include "IDocumentDrawModelAccess.hxx"
-#include "IDocumentSettingAccess.hxx"
-#include "IDocumentLayoutAccess.hxx"
-#include "IDocumentStatistics.hxx"
-#include "IDocumentTimerAccess.hxx"
#include "viewimp.hxx"
#include "crsrsh.hxx"
#include "dflyobj.hxx"
-#include "flyfrm.hxx"
#include "frmtool.hxx"
#include "dcontact.hxx"
-#include "ndtxt.hxx"
-#include "frmfmt.hxx"
-#include "swregion.hxx"
#include "viewopt.hxx"
-#include "pam.hxx"
#include "dbg_lay.hxx"
#include "layouter.hxx"
#include "docstat.hxx"
@@ -48,36 +36,27 @@
#include <sfx2/event.hxx>
#include <ftnidx.hxx>
-#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
#include <editeng/opaqitem.hxx>
-#include <editeng/brushitem.hxx>
#include <SwSmartTagMgr.hxx>
#define _LAYACT_CXX
#include "layact.hxx"
#include <swwait.hxx>
#include <fmtsrnd.hxx>
-#include <fmtanchr.hxx>
-#include <tools/shl.hxx>
#include <docsh.hxx>
-#include "swmodule.hxx"
-#include "fmtline.hxx"
#include "tabfrm.hxx"
#include "ftnfrm.hxx"
#include "txtfrm.hxx"
#include "notxtfrm.hxx"
#include "flyfrms.hxx"
#include "mdiexp.hxx"
-#include "fmtornt.hxx"
#include "sectfrm.hxx"
-#include "lineinfo.hxx"
#include <acmplwrd.hxx>
// #i28701#
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
-#include <PostItMgr.hxx>
#include <vector>
// SwLayAction static stuff
commit f4a93651bbda7750021a466e211c530c6bb02dcd
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 31 20:27:48 2014 +0200
sw: unused includes in hffrm
Change-Id: I5e993b6ad54f7d33b1dfb1ff455281975add2981
diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx
index 116650f..0cc8b43 100644
--- a/sw/source/core/layout/hffrm.cxx
+++ b/sw/source/core/layout/hffrm.cxx
@@ -18,8 +18,6 @@
*/
#include "pagefrm.hxx"
-#include "viewsh.hxx"
-#include "doc.hxx"
#include <fmtcntnt.hxx>
#include <fmthdft.hxx>
#include <fmtfsize.hxx>
@@ -30,9 +28,6 @@
#include "sectfrm.hxx"
#include "flyfrm.hxx"
#include "frmtool.hxx"
-#include "dflyobj.hxx"
-#include "frmfmt.hxx"
-#include "ndindex.hxx"
#include "hfspacingitem.hxx"
// OD 2004-05-24 #i28701#
#include <sortedobjs.hxx>
More information about the Libreoffice-commits
mailing list