summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-21 10:54:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-21 18:08:28 +0200
commit97a5ba4a71c39207859556296ed46dc474762164 (patch)
tree4f4a9a23d10d87a4f1e7714ef6f29827ff5d9591 /sw/source/core/layout
parent8847724ca96199bd628558ba4599d697bce54c3e (diff)
remove comments why a file gets included
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
Diffstat (limited to 'sw/source/core/layout')
-rw-r--r--sw/source/core/layout/anchoreddrawobject.cxx2
-rw-r--r--sw/source/core/layout/anchoredobject.cxx2
-rw-r--r--sw/source/core/layout/calcmove.cxx2
-rw-r--r--sw/source/core/layout/flyincnt.cxx1
-rw-r--r--sw/source/core/layout/flylay.cxx2
-rw-r--r--sw/source/core/layout/hffrm.cxx2
-rw-r--r--sw/source/core/layout/layact.cxx1
-rw-r--r--sw/source/core/layout/laycache.cxx1
-rw-r--r--sw/source/core/layout/layouter.cxx2
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
-rw-r--r--sw/source/core/layout/sectfrm.cxx1
-rw-r--r--sw/source/core/layout/virtoutp.cxx1
-rw-r--r--sw/source/core/layout/wsfrm.cxx1
13 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/core/layout/anchoreddrawobject.cxx b/sw/source/core/layout/anchoreddrawobject.cxx
index e9630a959a3f..80678e8acb3a 100644
--- a/sw/source/core/layout/anchoreddrawobject.cxx
+++ b/sw/source/core/layout/anchoreddrawobject.cxx
@@ -24,9 +24,7 @@
#include <tolayoutanchoredobjectposition.hxx>
#include <frmtool.hxx>
#include <fmtornt.hxx>
-// --> #i32795#
#include <txtfrm.hxx>
-// --> #i32795#
#include <vector>
#include <svx/svdogrp.hxx>
diff --git a/sw/source/core/layout/anchoredobject.cxx b/sw/source/core/layout/anchoredobject.cxx
index ac602a83f537..b4a0cd8f5bef 100644
--- a/sw/source/core/layout/anchoredobject.cxx
+++ b/sw/source/core/layout/anchoredobject.cxx
@@ -19,7 +19,6 @@
#include <txtfrm.hxx>
#include <fmtornt.hxx>
-// --> #i28701#
#include <doc.hxx>
#include <fmtsrnd.hxx>
#include <dcontact.hxx>
@@ -27,7 +26,6 @@
#include <editeng/lrspitem.hxx>
#include <sortedobjs.hxx>
#include <pagefrm.hxx>
-// --> #i35911#
#include <layouter.hxx>
using namespace ::com::sun::star;
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index ccbd8e89329f..218b70e44cfb 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -37,10 +37,8 @@
#include "sectfrm.hxx"
#include "dbg_lay.hxx"
-// #i28701#
#include <sortedobjs.hxx>
#include <layouter.hxx>
-// #i36347#
#include <flyfrms.hxx>
// Move methods
diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx
index 0cafd371a843..57406cc137ac 100644
--- a/sw/source/core/layout/flyincnt.cxx
+++ b/sw/source/core/layout/flyincnt.cxx
@@ -23,7 +23,6 @@
#include <fmtornt.hxx>
#include "txtfrm.hxx"
#include "flyfrms.hxx"
-// OD 2004-01-19 #110582#
#include <dflyobj.hxx>
SwFlyInCntFrm::SwFlyInCntFrm( SwFlyFrmFmt *pFmt, SwFrm* pSib, SwFrm *pAnch ) :
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index ba273a8226fc..a878b623d65b 100644
--- a/sw/source/core/layout/flylay.cxx
+++ b/sw/source/core/layout/flylay.cxx
@@ -34,10 +34,8 @@
#include "ndole.hxx"
#include "tabfrm.hxx"
#include "flyfrms.hxx"
-// #i18732#
#include <fmtfollowtextflow.hxx>
#include <environmentofanchoredobject.hxx>
-// #i28701#
#include <sortedobjs.hxx>
#include <viewimp.hxx>
diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx
index 0cc8b43a2282..b99aca0a367a 100644
--- a/sw/source/core/layout/hffrm.cxx
+++ b/sw/source/core/layout/hffrm.cxx
@@ -29,9 +29,7 @@
#include "flyfrm.hxx"
#include "frmtool.hxx"
#include "hfspacingitem.hxx"
-// OD 2004-05-24 #i28701#
#include <sortedobjs.hxx>
-// #i43771#
#include <objectformatter.hxx>
extern bool bObjsDirect; //frmtool.cxx
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 12016e9f3951..6c15b5cdadb0 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -54,7 +54,6 @@
#include "mdiexp.hxx"
#include "sectfrm.hxx"
#include <acmplwrd.hxx>
-// #i28701#
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
#include <vector>
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index aaa544cfa39d..d7aa2e89cd5c 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -38,7 +38,6 @@
#include <dcontact.hxx>
#include "viewopt.hxx"
#include <flyfrm.hxx>
-// OD 2004-05-24 #i28701#
#include <sortedobjs.hxx>
#include <set>
diff --git a/sw/source/core/layout/layouter.cxx b/sw/source/core/layout/layouter.cxx
index 62e710ba82da..ff9426a981b1 100644
--- a/sw/source/core/layout/layouter.cxx
+++ b/sw/source/core/layout/layouter.cxx
@@ -24,9 +24,7 @@
#include "ftnfrm.hxx"
#include "txtfrm.hxx"
-// #i28701#
#include <movedfwdfrmsbyobjpos.hxx>
-// #i35911#
#include <objstmpconsiderwrapinfl.hxx>
#define LOOP_DETECT 250
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 5e70d16ab324..3da4f8795074 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -65,11 +65,9 @@
#include <bodyfrm.hxx>
#include <hffrm.hxx>
#include <colfrm.hxx>
-// --> OD #i76669#
#include <svx/sdr/contact/viewobjectcontactredirector.hxx>
#include <svx/sdr/contact/viewobjectcontact.hxx>
#include <svx/sdr/contact/viewcontact.hxx>
-// <--
#include <ndole.hxx>
#include <svx/charthelper.hxx>
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index 361b66bb59f7..1b0ab34f3375 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -49,7 +49,6 @@
#include <editeng/lrspitem.hxx>
#include <editeng/brushitem.hxx>
#include <fmtftntx.hxx>
-// OD 2004-05-24 #i28701#
#include <dflyobj.hxx>
#include <flyfrms.hxx>
#include <sortedobjs.hxx>
diff --git a/sw/source/core/layout/virtoutp.cxx b/sw/source/core/layout/virtoutp.cxx
index e821d5766eae..aaae3e523f94 100644
--- a/sw/source/core/layout/virtoutp.cxx
+++ b/sw/source/core/layout/virtoutp.cxx
@@ -24,7 +24,6 @@
#include "virtoutp.hxx"
#include "viewopt.hxx"
#include "rootfrm.hxx"
-// OD 12.11.2002 #96272# - include declaration for <SetMappingForVirtDev>
#include "setmapvirtdev.hxx"
#if OSL_DEBUG_LEVEL > 1
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 84f0740e0e9e..0842b9330b86 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -61,7 +61,6 @@
#include <cellfrm.hxx>
#include <dbg_lay.hxx>
#include <editeng/frmdiritem.hxx>
-// OD 2004-05-24 #i28701#
#include <sortedobjs.hxx>
#include <svx/xdef.hxx>