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

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 1 12:41:17 PDT 2014


 sw/source/core/layout/movedfwdfrmsbyobjpos.cxx  |    1 -
 sw/source/core/layout/newfrm.cxx                |   12 ------------
 sw/source/core/layout/objectformatter.cxx       |    3 ---
 sw/source/core/layout/objectformatterlayfrm.cxx |    1 -
 4 files changed, 17 deletions(-)

New commits:
commit 7fcab08f36fe8bceeab7235e3b83cddeb06fd103
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 1 21:34:13 2014 +0200

    sw: unused include in objectformatterlayfrm
    
    Change-Id: I12bdb00e89978c977d1d9cb721462bf23849a876

diff --git a/sw/source/core/layout/objectformatterlayfrm.cxx b/sw/source/core/layout/objectformatterlayfrm.cxx
index 6fee581..fcfe539 100644
--- a/sw/source/core/layout/objectformatterlayfrm.cxx
+++ b/sw/source/core/layout/objectformatterlayfrm.cxx
@@ -20,7 +20,6 @@
 #include <objectformatterlayfrm.hxx>
 #include <anchoredobject.hxx>
 #include <sortedobjs.hxx>
-#include <layfrm.hxx>
 #include <pagefrm.hxx>
 
 // #124218#
commit f90898d8c25436307a0a96e8cbe78322b6eda2d0
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 1 21:32:48 2014 +0200

    sw: unused include in objectformatter
    
    Change-Id: I7d789c2467c03a20d033b146ef2f89cbf6e9104a

diff --git a/sw/source/core/layout/objectformatter.cxx b/sw/source/core/layout/objectformatter.cxx
index b27473d..fa2d735 100644
--- a/sw/source/core/layout/objectformatter.cxx
+++ b/sw/source/core/layout/objectformatter.cxx
@@ -17,17 +17,14 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <objectformatter.hxx>
 #include <objectformattertxtfrm.hxx>
 #include <objectformatterlayfrm.hxx>
-#include <anchoredobject.hxx>
 #include <anchoreddrawobject.hxx>
 #include <sortedobjs.hxx>
 #include <pagefrm.hxx>
 #include <flyfrms.hxx>
 #include <txtfrm.hxx>
 #include <layact.hxx>
-#include <frmfmt.hxx>
 #include <fmtanchr.hxx>
 #include <doc.hxx>
 
commit 96851a755b4d2d8a57f6ef6553c6b31606fc1d05
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 1 21:29:20 2014 +0200

    sw: unused include in newfrm
    
    Change-Id: Ie7542d39555be3c649a0712a147281cc1066ca2f

diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index a8cf7d8..5a8d3c1 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -19,30 +19,18 @@
 
 #include <svx/svdmodel.hxx>
 #include <svx/svdpage.hxx>
-#include <fmtfordr.hxx>
 #include <fmtpdsc.hxx>
-#include <frmfmt.hxx>
 #include <swtable.hxx>
 #include <rootfrm.hxx>
 #include <pagefrm.hxx>
-#include <cntfrm.hxx>
-#include <viewsh.hxx>
-#include <doc.hxx>
-#include <node.hxx>
 #include <dflyobj.hxx>
 #include <frmtool.hxx>
 #include <virtoutp.hxx>
 #include <blink.hxx>
-#include <ndindex.hxx>
 #include <sectfrm.hxx>
 #include <notxtfrm.hxx>
 #include <pagedesc.hxx>
 #include "viewimp.hxx"
-#include "IDocumentTimerAccess.hxx"
-#include "IDocumentLayoutAccess.hxx"
-#include "IDocumentFieldsAccess.hxx"
-#include "IDocumentSettingAccess.hxx"
-#include "IDocumentDrawModelAccess.hxx"
 #include <hints.hxx>
 #include <viewopt.hxx>
 #include <set>
commit 0e9e11526c0941496dd9393c2a997aca957dce5a
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 1 21:21:38 2014 +0200

    sw: unused include in movedfwdfrmsbyobjpos
    
    Change-Id: I61aad02e598ca8a286772f8757f980b91ee08bcc

diff --git a/sw/source/core/layout/movedfwdfrmsbyobjpos.cxx b/sw/source/core/layout/movedfwdfrmsbyobjpos.cxx
index ebb624d..d812aa3 100644
--- a/sw/source/core/layout/movedfwdfrmsbyobjpos.cxx
+++ b/sw/source/core/layout/movedfwdfrmsbyobjpos.cxx
@@ -21,7 +21,6 @@
 #include <txtfrm.hxx>
 #include <rowfrm.hxx>
 #include <pagefrm.hxx>
-#include <ndtxt.hxx>
 #include <switerator.hxx>
 
 SwMovedFwdFrmsByObjPos::SwMovedFwdFrmsByObjPos()


More information about the Libreoffice-commits mailing list