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

Miklos Vajna vmiklos at suse.cz
Wed May 29 22:30:39 PDT 2013


 sw/source/core/layout/calcmove.cxx |   13 -------------
 sw/source/core/layout/colfrm.cxx   |    7 -------
 sw/source/core/layout/dbg_lay.cxx  |    7 -------
 3 files changed, 27 deletions(-)

New commits:
commit 7d581c5ffe81ec028746d3308da38464a478c1c4
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed May 29 21:32:58 2013 +0200

    sw: unused includes in dbg_lay
    
    Change-Id: I6707a5911fa8b97946c72c1846e1235032680ead

diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx
index 5b61015..7a0263a 100644
--- a/sw/source/core/layout/dbg_lay.cxx
+++ b/sw/source/core/layout/dbg_lay.cxx
@@ -148,20 +148,13 @@
  * --------------------------------------------------*/
 
 #include "dbg_lay.hxx"
-#include <tools/stream.hxx>
 
 #include <stdio.h>
 
-#include "frame.hxx"
-#include "layfrm.hxx"
 #include "flyfrm.hxx"
 #include "txtfrm.hxx"
-#include "ndtxt.hxx"
-#include "dflyobj.hxx"
 #include <fntcache.hxx>
-#include <sortedobjs.hxx> // #i28701#
 
-#include <rtl/strbuf.hxx>
 #include <comphelper/string.hxx>
 
 sal_uLong SwProtocol::nRecord = 0;
commit e23a20db4cd3165b013e3f2a451a5d04fa0315cf
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed May 29 21:27:24 2013 +0200

    sw: unused includes in colfrm
    
    Change-Id: I8ddd17b7192005bbb46f9ed531cbb549ec58963d

diff --git a/sw/source/core/layout/colfrm.cxx b/sw/source/core/layout/colfrm.cxx
index a73a8b4..9e355f3 100644
--- a/sw/source/core/layout/colfrm.cxx
+++ b/sw/source/core/layout/colfrm.cxx
@@ -18,17 +18,10 @@
  */
 
 
-#include <hintids.hxx>
-#include "cntfrm.hxx"
-#include "doc.hxx"
-
-#include "hintids.hxx"
 #include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
 #include <fmtclds.hxx>
 #include <fmtfordr.hxx>
 #include <frmfmt.hxx>
-#include <node.hxx>
 #include "frmtool.hxx"
 #include "colfrm.hxx"
 #include "pagefrm.hxx"
commit a5c5e3410d594ba724454a00faa088d92e60fce6
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed May 29 20:08:33 2013 +0200

    sw: unused includes in calcmove
    
    Change-Id: Id84e4df270e302399c4696e11da2d09f2ef44899

diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index a7fc278..df3770f 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -19,22 +19,13 @@
 
 #include "rootfrm.hxx"
 #include "pagefrm.hxx"
-#include "cntfrm.hxx"
-#include "viewsh.hxx"
-#include "doc.hxx"
-#include "viewimp.hxx"
 #include "viewopt.hxx"
-#include "swtypes.hxx"
-#include "dflyobj.hxx"
-#include "dcontact.hxx"
-#include "flyfrm.hxx"
 #include "frmtool.hxx"
 #include "txtftn.hxx"
 #include "fmtftn.hxx"
 #include <editeng/ulspitem.hxx>
 #include <editeng/keepitem.hxx>
 
-#include <vcl/outdev.hxx>
 #include <fmtfsize.hxx>
 #include <fmtanchr.hxx>
 #include <fmtclbl.hxx>
@@ -42,8 +33,6 @@
 #include "tabfrm.hxx"
 #include "ftnfrm.hxx"
 #include "txtfrm.hxx"
-#include "pagedesc.hxx"
-#include "ftninfo.hxx"
 #include "sectfrm.hxx"
 #include "dbg_lay.hxx"
 
@@ -53,8 +42,6 @@
 // #i36347#
 #include <flyfrms.hxx>
 
-#include <ndtxt.hxx>
-
 //------------------------------------------------------------------------
 //              Move methods
 //------------------------------------------------------------------------


More information about the Libreoffice-commits mailing list