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

Miklos Vajna vmiklos at suse.cz
Mon May 27 00:41:00 PDT 2013


 sw/source/core/layout/anchoreddrawobject.cxx |   10 ----------
 sw/source/core/layout/anchoredobject.cxx     |    9 ---------
 sw/source/core/layout/atrfrm.cxx             |   26 --------------------------
 3 files changed, 45 deletions(-)

New commits:
commit e978e839501eb3f69173d13537b7b2e67b72af6d
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sun May 26 17:12:57 2013 +0200

    sw: unused includes in atrfrm
    
    Change-Id: Ia57b28ed60ca8c9a4b00009c2abf1e2ba2f8ed92

diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index cf5a03e..b4fe34b 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -17,32 +17,13 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <hintids.hxx>
-#include <com/sun/star/text/RelOrientation.hpp>
-#include <com/sun/star/text/VertOrientation.hpp>
-#include <com/sun/star/text/HorizontalAdjust.hpp>
-#include <com/sun/star/text/DocumentStatistic.hpp>
-#include <com/sun/star/text/HoriOrientation.hpp>
-#include <com/sun/star/text/HoriOrientationFormat.hpp>
-#include <com/sun/star/text/NotePrintMode.hpp>
-#include <com/sun/star/text/SizeType.hpp>
-#include <com/sun/star/text/VertOrientationFormat.hpp>
 #include <com/sun/star/text/WrapTextMode.hpp>
-#include <com/sun/star/text/XTextFrame.hpp>
 #include <com/sun/star/text/TextContentAnchorType.hpp>
-#include <com/sun/star/text/InvalidTextContentException.hpp>
 #include <com/sun/star/container/XIndexContainer.hpp>
 #include <com/sun/star/text/TextGridMode.hpp>
-#include <com/sun/star/awt/Size.hpp>
 #include <svtools/unoimap.hxx>
-#include <svtools/unoevent.hxx>
-#include <basic/sbxvar.hxx>
 #include <svtools/imap.hxx>
 #include <svtools/imapobj.hxx>
-#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
-#include <svx/svdmodel.hxx>
-#include <svx/svdpage.hxx>
 #include <unosett.hxx>
 #include <unostyle.hxx>
 #include <fmtclds.hxx>
@@ -53,28 +34,23 @@
 #include <fmtfsize.hxx>
 #include <fmtfordr.hxx>
 #include <fmtsrnd.hxx>
-#include <fmtanchr.hxx>
 #include <fmtlsplt.hxx>
 #include <fmtrowsplt.hxx>
 #include <fmtftntx.hxx>
 #include <fmteiro.hxx>
 #include <fmturl.hxx>
 #include <fmtcnct.hxx>
-#include <node.hxx>
 #include <section.hxx>
 #include <fmtline.hxx>
 #include <tgrditem.hxx>
 #include <hfspacingitem.hxx>
-#include <doc.hxx>
 #include <IDocumentUndoRedo.hxx>
 #include <pagefrm.hxx>
 #include <rootfrm.hxx>
 #include <cntfrm.hxx>
 #include <crsrsh.hxx>
-#include <pam.hxx>
 #include <dflyobj.hxx>
 #include <dcontact.hxx>
-#include <flyfrm.hxx>
 #include <frmtool.hxx>
 #include <flyfrms.hxx>
 #include <pagedesc.hxx>
@@ -89,13 +65,11 @@
 #include <SwStyleNameMapper.hxx>
 #include <editeng/brushitem.hxx>
 #include <svtools/grfmgr.hxx>
-#include <cmdid.h>
 #include <unomid.h>
 #include <comcore.hrc>
 #include <svx/svdundo.hxx> // #111827#
 #include <sortedobjs.hxx>
 #include <HandleAnchorNodeChg.hxx>
-#include <svl/cjkoptions.hxx>
 #include <switerator.hxx>
 #include <pagedeschint.hxx>
 #ifndef NDEBUG
commit a689d8cf7af0e7fce4c767d1e92067cc84767c0d
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sun May 26 17:01:47 2013 +0200

    sw: unused includes in anchoredobject
    
    Change-Id: Ic7034ed384448a273517f3bf9795adfbbcaeba7b

diff --git a/sw/source/core/layout/anchoredobject.cxx b/sw/source/core/layout/anchoredobject.cxx
index ab4a193..b737998 100644
--- a/sw/source/core/layout/anchoredobject.cxx
+++ b/sw/source/core/layout/anchoredobject.cxx
@@ -17,25 +17,16 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <anchoredobject.hxx>
-#include <pam.hxx>
-#include <frame.hxx>
 #include <txtfrm.hxx>
-#include <frmfmt.hxx>
-#include <fmtanchr.hxx>
 #include <fmtornt.hxx>
 // --> #i28701#
 #include <doc.hxx>
 #include <fmtsrnd.hxx>
-#include <svx/svdobj.hxx>
 #include <dcontact.hxx>
 #include <editeng/ulspitem.hxx>
 #include <editeng/lrspitem.hxx>
 #include <sortedobjs.hxx>
 #include <pagefrm.hxx>
-#include <frmatr.hxx>
-// --> #i3317#
-#include <colfrm.hxx>
 // --> #i35911#
 #include <layouter.hxx>
 
commit 7621888c0a68c62fce94c2301c9911b7064304d2
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sun May 26 16:56:25 2013 +0200

    sw: unused includes in anchoreddrawobject
    
    Change-Id: I57fdc7413c5caf09dbe279b502d94e36a46d5f64

diff --git a/sw/source/core/layout/anchoreddrawobject.cxx b/sw/source/core/layout/anchoreddrawobject.cxx
index 62a3dea..af9b41c 100644
--- a/sw/source/core/layout/anchoreddrawobject.cxx
+++ b/sw/source/core/layout/anchoreddrawobject.cxx
@@ -17,13 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <anchoreddrawobject.hxx>
-#include <svx/svdobj.hxx>
 #include <dcontact.hxx>
 #include <rootfrm.hxx>
 #include <pagefrm.hxx>
-#include <cntfrm.hxx>
-#include <doc.hxx>
 #include <tocntntanchoredobjectposition.hxx>
 #include <tolayoutanchoredobjectposition.hxx>
 #include <frmtool.hxx>
@@ -33,12 +29,6 @@
 // --> #i32795#
 // template class <std::vector>
 #include <vector>
-#include <tools/gen.hxx>
-
-// --> #i28749#
-#include <com/sun/star/text/PositionLayoutDir.hpp>
-// --> #i44559#
-#include <ndtxt.hxx>
 
 using namespace ::com::sun::star;
 


More information about the Libreoffice-commits mailing list