[Libreoffice-commits] core.git: 3 commits - sw/source

Miklos Vajna vmiklos at collabora.co.uk
Sat Sep 14 05:46:06 PDT 2013


 sw/source/core/layout/flylay.cxx |    7 -------
 sw/source/core/layout/flypos.cxx |    6 ------
 sw/source/core/layout/ftnfrm.cxx |    7 -------
 3 files changed, 20 deletions(-)

New commits:
commit b3483ab8750819a7fc717d0144423bf28693a709
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sat Sep 14 14:12:24 2013 +0200

    sw: unused includes in ftnfrm
    
    Change-Id: I25c9516c3eaac91ba5371497fb48b5d1e296eb0d

diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx
index 185cbc1..51b583a 100644
--- a/sw/source/core/layout/ftnfrm.cxx
+++ b/sw/source/core/layout/ftnfrm.cxx
@@ -24,22 +24,15 @@
 #include <pagefrm.hxx>
 #include <colfrm.hxx>
 #include <rootfrm.hxx>
-#include <cntfrm.hxx>
-#include <doc.hxx>
-#include <ndtxt.hxx>
 #include <frmtool.hxx>
-#include <swtable.hxx>
 #include <ftnfrm.hxx>
 #include <txtfrm.hxx>
 #include <tabfrm.hxx>
 #include <pagedesc.hxx>
 #include <ftninfo.hxx>
-#include <ndindex.hxx>
 #include <sectfrm.hxx>
-#include <pam.hxx>
 #include <objectformatter.hxx>
 #include "viewopt.hxx"
-#include "viewsh.hxx"
 #include <switerator.hxx>
 
 /*************************************************************************
commit 03efc3c2d04518482435d85ef548ac24c07aa39f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sat Sep 14 13:58:37 2013 +0200

    sw: unused includes in flypos
    
    Change-Id: Iaa5c502f29daee7d801cf217e6a25586fac33006

diff --git a/sw/source/core/layout/flypos.cxx b/sw/source/core/layout/flypos.cxx
index 7a5f807..0bceb6b 100644
--- a/sw/source/core/layout/flypos.cxx
+++ b/sw/source/core/layout/flypos.cxx
@@ -19,16 +19,10 @@
 
 
 #include "doc.hxx"
-#include "node.hxx"
 #include <docary.hxx>
-#include <fmtanchr.hxx>
-#include "flypos.hxx"
-#include "frmfmt.hxx"
 #include "dcontact.hxx"
-#include "dview.hxx"
 #include "flyfrm.hxx"
 #include "dflyobj.hxx"
-#include "ndindex.hxx"
 #include "switerator.hxx"
 
 bool SwPosFlyFrmCmp::operator()(const SwPosFlyFrmPtr& rA, const SwPosFlyFrmPtr& rB) const
commit b2c668a62d8f74f153d3e300c37a6379082dc25a
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sat Sep 14 13:55:15 2013 +0200

    sw: unused includes in flylay
    
    Change-Id: I45b8c171efa1b6f96edfbfaddf5b4881da5dda7b

diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index 5308a95..66beef2 100644
--- a/sw/source/core/layout/flylay.cxx
+++ b/sw/source/core/layout/flylay.cxx
@@ -17,25 +17,19 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "doc.hxx"
 #include "pagefrm.hxx"
 #include "rootfrm.hxx"
 #include "cntfrm.hxx"
-#include "dview.hxx"
 #include "dflyobj.hxx"
 #include "dcontact.hxx"
-#include "flyfrm.hxx"
 #include "ftnfrm.hxx"
 #include "frmtool.hxx"
-#include "frmfmt.hxx"
 #include "hints.hxx"
-#include "pam.hxx"
 #include "sectfrm.hxx"
 
 
 #include <svx/svdpage.hxx>
 #include <editeng/ulspitem.hxx>
-#include <fmtanchr.hxx>
 #include <fmtornt.hxx>
 #include <fmtfsize.hxx>
 #include "ndole.hxx"
@@ -46,7 +40,6 @@
 #include <environmentofanchoredobject.hxx>
 // #i28701#
 #include <sortedobjs.hxx>
-#include <viewsh.hxx>
 #include <viewimp.hxx>
 
 


More information about the Libreoffice-commits mailing list