[PATCH 4/7] Remove dates and two sections of old code.

Thomas Arnhold thomas at arnhold.org
Mon Jan 17 12:50:08 PST 2011


---
 sw/source/core/bastyp/calc.cxx           |   43 -------------
 sw/source/core/bastyp/swrect.cxx         |   21 ------
 sw/source/core/doc/docdesc.cxx           |   10 ---
 sw/source/core/doc/docfly.cxx            |    7 --
 sw/source/core/doc/docglos.cxx           |    2 +-
 sw/source/core/doc/doclay.cxx            |   14 ----
 sw/source/core/doc/doctxm.cxx            |    2 +-
 sw/source/core/docnode/ndsect.cxx        |    2 +-
 sw/source/core/docnode/ndtbl.cxx         |    2 +-
 sw/source/core/docnode/node2lay.cxx      |    6 +-
 sw/source/core/draw/dcontact.cxx         |   33 ----------
 sw/source/core/edit/edfld.cxx            |    3 +-
 sw/source/core/edit/editsh.cxx           |    6 --
 sw/source/core/edit/edsect.cxx           |    2 +-
 sw/source/core/fields/authfld.cxx        |    2 +-
 sw/source/core/fields/expfld.cxx         |    4 +-
 sw/source/core/frmedt/fefly1.cxx         |   43 -------------
 sw/source/core/frmedt/feshview.cxx       |  100 +-----------------------------
 sw/source/core/frmedt/fews.cxx           |   25 --------
 sw/source/core/inc/node2lay.hxx          |    2 +-
 sw/source/core/layout/atrfrm.cxx         |    2 +-
 sw/source/core/layout/calcmove.cxx       |   19 ------
 sw/source/core/layout/colfrm.cxx         |   11 +---
 sw/source/core/layout/dbg_lay.cxx        |   28 ++++----
 sw/source/core/layout/sectfrm.cxx        |   50 +--------------
 sw/source/core/layout/trvlfrm.cxx        |   43 +-------------
 sw/source/core/layout/wsfrm.cxx          |   80 +-----------------------
 sw/source/core/text/inftxt.cxx           |    2 +-
 sw/source/core/text/itratr.cxx           |    2 +-
 sw/source/core/text/porlay.cxx           |    2 +-
 sw/source/core/text/pormulti.cxx         |   46 +++++++-------
 sw/source/core/text/pormulti.hxx         |    6 +-
 sw/source/core/text/txtfrm.cxx           |    2 +-
 sw/source/core/tox/tox.cxx               |   28 --------
 sw/source/core/txtnode/fntcache.cxx      |   27 --------
 sw/source/core/unocore/unocoll.cxx       |    2 +-
 sw/source/core/unocore/unocrsrhelper.cxx |    4 +-
 sw/source/core/unocore/unofield.cxx      |   24 +-------
 sw/source/core/unocore/unoframe.cxx      |    2 +-
 sw/source/core/unocore/unoobj.cxx        |    2 +-
 sw/source/core/unocore/unotbl.cxx        |    8 +-
 sw/source/ui/config/cfgitems.cxx         |    4 +-
 sw/source/ui/config/optpage.cxx          |    6 +-
 sw/source/ui/dochdl/gloshdl.cxx          |    2 +-
 sw/source/ui/dochdl/selglos.cxx          |    2 +-
 sw/source/ui/docvw/edtwin3.cxx           |    2 -
 sw/source/ui/inc/actctrl.hxx             |    6 +-
 sw/source/ui/inc/optpage.hxx             |    6 +-
 sw/source/ui/index/cnttab.cxx            |    6 +-
 sw/source/ui/index/multmrk.cxx           |    2 +-
 sw/source/ui/index/swuiidxmrk.cxx        |    4 +-
 sw/source/ui/misc/glosdoc.cxx            |    2 +-
 sw/source/ui/misc/glossary.cxx           |    4 +-
 sw/source/ui/misc/outline.cxx            |    2 +-
 sw/source/ui/shells/basesh.cxx           |    2 +-
 sw/source/ui/uno/unoatxt.cxx             |    2 +-
 sw/source/ui/uno/unotxdoc.cxx            |    2 +-
 sw/source/ui/utlui/uiitems.cxx           |    2 +-
 58 files changed, 103 insertions(+), 672 deletions(-)

diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index afb58df..00bd963 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -260,9 +260,6 @@ double lcl_ConvertToDateValue( SwDoc& rDoc, sal_Int32 nDate )
 |*
 |*	SwCalc::SwCalc( SwDoc* pD ) :
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	JP 03.11.95
-|*
 |******************************************************************************/
 
 SwCalc::SwCalc( SwDoc& rD )
@@ -404,9 +401,6 @@ static ULONG SwDocStat::* const aDocStat2[ 4 ] =
 |*
 |*	SwCalc::~SwCalc()
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	OK 12-02-93 11:04am
-|*
 |******************************************************************************/
 
 SwCalc::~SwCalc()
@@ -423,9 +417,6 @@ SwCalc::~SwCalc()
 |*
 |*	SwSbxValue SwCalc::Calculate( const String& rStr )
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	OK 12-02-93 11:04am
-|*
 |******************************************************************************/
 
 SwSbxValue SwCalc::Calculate( const String& rStr )
@@ -458,8 +449,6 @@ SwSbxValue SwCalc::Calculate( const String& rStr )
 |*						nur beim errechnen von Tabellenzellen auf FALSE gesetzt
 |*						werden, damit keine Rundungsfehler beim zusammenstellen
 |*						der Formel entstehen.
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	JP 19.02.98
 |*
 |******************************************************************************/
 
@@ -501,9 +490,6 @@ String SwCalc::GetStrResult( double nValue, BOOL )
 |*
 |*	SwCalcExp* SwCalc::VarLook( const String& )
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	JP 15.11.99
-|*
 |******************************************************************************/
 
 SwCalcExp* SwCalc::VarInsert( const String &rStr )
@@ -517,9 +503,6 @@ SwCalcExp* SwCalc::VarInsert( const String &rStr )
 |*
 |*	SwCalcExp* SwCalc::VarLook( const String& , USHORT ins )
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	JP 15.11.99
-|*
 |******************************************************************************/
 SwCalcExp* SwCalc::VarLook( const String& rStr, USHORT ins )
 {
@@ -674,9 +657,6 @@ SwCalcExp* SwCalc::VarLook( const String& rStr, USHORT ins )
 |*
 |*	BOOL SwCalc::VarChange( const String& rStr, const SwSbxValue nValue )
 |*
-|*	Erstellung			OK 12-02-93 11:04am
-|*	Letzte Aenderung	OK 12-02-93 11:04am
-|*
 |******************************************************************************/
 
 void SwCalc::VarChange( const String& rStr, double nValue )
@@ -707,9 +687,6 @@ void SwCalc::VarChange( const String& rStr, const SwSbxValue& rValue )
 |*
 |*	BOOL SwCalc::Push( const void* pPtr )
 |*
-|*	Erstellung			OK 12-02-93 11:05am
-|*	Letzte Aenderung	OK 12-02-93 11:05am
-|*
 |******************************************************************************/
 
 BOOL SwCalc::Push( const VoidPtr pPtr )
@@ -725,9 +702,6 @@ BOOL SwCalc::Push( const VoidPtr pPtr )
 |*
 |*	void SwCalc::Pop( const void* pPtr )
 |*
-|*	Erstellung			OK 12-02-93 11:05am
-|*	Letzte Aenderung	OK 12-02-93 11:05am
-|*
 |******************************************************************************/
 
 void SwCalc::Pop( const VoidPtr )
@@ -742,9 +716,6 @@ void SwCalc::Pop( const VoidPtr )
 |*
 |*	SwCalcOper SwCalc::GetToken()
 |*
-|*	Erstellung			OK 12-02-93 11:05am
-|*	Letzte Aenderung	JP 03.11.95
-|*
 |******************************************************************************/
 
 SwCalcOper SwCalc::GetToken()
@@ -1156,9 +1127,6 @@ else
 |*
 |*	SwSbxValue SwCalc::Term()
 |*
-|*	Erstellung			OK 12-02-93 11:05am
-|*	Letzte Aenderung	JP 16.01.96
-|*
 |******************************************************************************/
 
 SwSbxValue SwCalc::Term()
@@ -1330,9 +1298,6 @@ SwSbxValue SwCalc::Term()
 |*
 |*	SwSbxValue SwCalc::Prim()
 |*
-|*	Erstellung			OK 12-02-93 11:05am
-|*	Letzte Aenderung	JP 03.11.95
-|*
 |******************************************************************************/
 
 extern "C" typedef double (*pfCalc)( double );
@@ -1503,9 +1468,6 @@ SwSbxValue SwCalc::Prim()
 |*
 |*	SwSbxValue	SwCalc::Expr()
 |*
-|*	Erstellung			OK 12-02-93 11:06am
-|*	Letzte Aenderung	JP 03.11.95
-|*
 |******************************************************************************/
 
 SwSbxValue	SwCalc::Expr()
@@ -1598,8 +1560,6 @@ lcl_Str2Double( const String& rCommand, xub_StrLen& rCommandPos, double& rVal,
 /******************************************************************************
  *	Methode		:	BOOL SwCalc::Str2Double( double& )
  *	Beschreibung:
- *	Erstellt	:	OK 07.06.94 12:56
- *	Aenderung	: 	JP 27.10.98
  ******************************************************************************/
 bool SwCalc::Str2Double( const String& rCommand, xub_StrLen& rCommandPos,
     double& rVal, const LocaleDataWrapper* const pLclData )
@@ -1665,9 +1625,6 @@ BOOL SwCalc::IsValidVarName( const String& rStr,
 |*
 |*	CTOR DTOR der SwHash classes
 |*
-|*	Ersterstellung		OK 25.06.93 12:20
-|*	Letzte Aenderung	OK 25.06.93 12:20
-|*
 ******************************************************************************/
 
 SwHash::SwHash( const String& rStr ) :
diff --git a/sw/source/core/bastyp/swrect.cxx b/sw/source/core/bastyp/swrect.cxx
index 6999b9d..4ce8a99 100644
--- a/sw/source/core/bastyp/swrect.cxx
+++ b/sw/source/core/bastyp/swrect.cxx
@@ -41,9 +41,6 @@
 |*
 |*	SwRect::SwRect()
 |*
-|*	Ersterstellung		MA 02. Feb. 93
-|*	Letzte Aenderung	MA 05. Sep. 93
-|*
 |*************************************************************************/
 
 
@@ -61,9 +58,6 @@ SwRect::SwRect( const Rectangle &rRect ) :
 |*
 |*	SwRect::Center()
 |*
-|*	Ersterstellung		MA 27. Jan. 93
-|*	Letzte Aenderung	MA 27. Jan. 93
-|*
 |*************************************************************************/
 Point SwRect::Center() const
 {
@@ -75,9 +69,6 @@ Point SwRect::Center() const
 |*
 |*	SwRect::Union()
 |*
-|*	Ersterstellung		MA 27. Jan. 93
-|*	Letzte Aenderung	MA 27. Jan. 93
-|*
 |*************************************************************************/
 
 
@@ -100,9 +91,6 @@ SwRect& SwRect::Union( const SwRect& rRect )
 |*
 |*	SwRect::Intersection(), _Intersection()
 |*
-|*	Ersterstellung		MA 27. Jan. 93
-|*	Letzte Aenderung	MA 05. Sep. 93
-|*
 |*************************************************************************/
 
 
@@ -155,9 +143,6 @@ SwRect& SwRect::_Intersection( const SwRect& rRect )
 |*
 |*	SwRect::IsInside()
 |*
-|*	Ersterstellung		MA 27. Jan. 93
-|*	Letzte Aenderung	MA 27. Jan. 93
-|*
 |*************************************************************************/
 
 
@@ -199,9 +184,6 @@ BOOL SwRect::IsNear( const Point& rPoint, long nTolerance ) const
 |*
 |*	SwRect::IsOver()
 |*
-|*	Ersterstellung		MA 25. Feb. 94
-|*	Letzte Aenderung	MA 27. Jun. 96
-|*
 |*************************************************************************/
 
 
@@ -218,9 +200,6 @@ BOOL SwRect::IsOver( const SwRect& rRect ) const
 |*
 |*	SwRect::Justify()
 |*
-|*	Ersterstellung		MA 10. Oct. 94
-|*	Letzte Aenderung	MA 23. Oct. 96
-|*
 |*************************************************************************/
 
 
diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx
index b58e423..f8379e1 100644
--- a/sw/source/core/doc/docdesc.cxx
+++ b/sw/source/core/doc/docdesc.cxx
@@ -138,9 +138,6 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId,
 |*
 |*	SwDoc::ChgPageDesc()
 |*
-|*	Ersterstellung		MA 25. Jan. 93
-|*	Letzte Aenderung	MA 01. Mar. 95
-|*
 |*************************************************************************/
 
 void lcl_DescSetAttr( const SwFrmFmt &rSource, SwFrmFmt &rDest,
@@ -439,8 +436,6 @@ void SwDoc::ChgPageDesc( USHORT i, const SwPageDesc &rChged )
 |*
 |* 	Beschreibung		Alle Descriptoren, deren Follow auf den zu loeschenden
 |*		zeigen muessen angepasst werden.
-|*	Ersterstellung		MA 25. Jan. 93
-|*	Letzte Aenderung	JP 04.09.95
 |*
 |*************************************************************************/
 
@@ -585,9 +580,6 @@ void SwDoc::DelPageDesc( USHORT i, BOOL bBroadcast )
 |*
 |*	SwDoc::MakePageDesc()
 |*
-|*	Ersterstellung		MA 25. Jan. 93
-|*	Letzte Aenderung	MA 20. Aug. 93
-|*
 |*************************************************************************/
 
 USHORT SwDoc::MakePageDesc( const String &rName, const SwPageDesc *pCpy,
@@ -652,8 +644,6 @@ SwPageDesc* SwDoc::FindPageDescByName( const String& rName, USHORT* pPos ) const
 /******************************************************************************
  *  Methode     :   void SwDoc::PrtDataChanged()
  *	Beschreibung:
- *	Erstellt	:	OK 27.10.94 10:20
- *	Aenderung	:	MA 26. Mar. 98
  ******************************************************************************/
 
 void SwDoc::PrtDataChanged()
diff --git a/sw/source/core/doc/docfly.cxx b/sw/source/core/doc/docfly.cxx
index 1c9010c..1adad00 100644
--- a/sw/source/core/doc/docfly.cxx
+++ b/sw/source/core/doc/docfly.cxx
@@ -159,8 +159,6 @@ SwFrmFmt* SwDoc::GetFlyNum( USHORT nIdx, FlyCntType eType )
 #*	Class	   	:  SwDoc
 #*	Methode	   	:  SetFlyFrmAnchor
 #*	Beschreibung:  Das Ankerattribut des FlyFrms aendert sich.
-#*	Datum	   	:  MA 01. Feb. 94
-#*	Update	   	:  JP 09.03.98
 #***********************************************************************/
 Point lcl_FindAnchorLayPos( SwDoc& rDoc, const SwFmtAnchor& rAnch,
                             const SwFrmFmt* pFlyFmt )
@@ -521,8 +519,6 @@ void SwDoc::SetFlyFrmDescription( SwFlyFrmFmt& rFlyFrmFmt,
 /***************************************************************************
  *	Methode		:	BOOL SwDoc::SetFrmFmtToFly( SwFlyFrm&, SwFrmFmt& )
  *	Beschreibung:
- *	Erstellt	:	OK 14.04.94 15:40
- *	Aenderung	:	JP 23.04.98
  ***************************************************************************/
 BOOL SwDoc::SetFrmFmtToFly( SwFrmFmt& rFmt, SwFrmFmt& rNewFmt,
                             SfxItemSet* pSet, BOOL bKeepOrient )
@@ -632,9 +628,6 @@ void SwDoc::GetGrfNms( const SwFlyFrmFmt& rFmt, String* pGrfName,
 |*
 |*	SwDoc::ChgAnchor()
 |*
-|*	Ersterstellung		MA 10. Jan. 95
-|*	Letzte Aenderung	JP 08.07.98
-|*
 *************************************************************************/
 sal_Bool SwDoc::ChgAnchor( const SdrMarkList& _rMrkList,
                            RndStdIds _eAnchorType,
diff --git a/sw/source/core/doc/docglos.cxx b/sw/source/core/doc/docglos.cxx
index aa14673..22cbe30 100644
--- a/sw/source/core/doc/docglos.cxx
+++ b/sw/source/core/doc/docglos.cxx
@@ -106,7 +106,7 @@ static void lcl_copyDocumentProperties(
     }
 }
 
-/* -----------------22.07.99 11:47-------------------
+/* --------------------------------------------------
     Description: inserts an AutoText block
  --------------------------------------------------*/
 BOOL SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry,
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index 2f042a0..19bebdc 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -223,8 +223,6 @@ SwFrmFmt *SwDoc::MakeLayoutFmt( RndStdIds eRequest, const SfxItemSet* pSet )
 |*
 |*	Beschreibung		Loescht das angegebene Format, der Inhalt wird mit
 |* 		geloescht.
-|*	Ersterstellung		MA 23. Sep. 92
-|*	Letzte Aenderung	MA 05. Feb. 93
 |*
 |*************************************************************************/
 void SwDoc::DelLayoutFmt( SwFrmFmt *pFmt )
@@ -369,9 +367,6 @@ void SwDoc::DelLayoutFmt( SwFrmFmt *pFmt )
 |*							Vom chaos::Anchor-Attribut wird die Position immer
 |*							auf 0 gesetzt !!!
 |*
-|*	Ersterstellung		BP 18.12.92
-|*	Letzte Aenderung	MA 17. Jul. 96
-|*
 |*************************************************************************/
 SwFrmFmt *SwDoc::CopyLayoutFmt( const SwFrmFmt& rSource,
                                 const SwFmtAnchor& rNewAnchor,
@@ -1127,9 +1122,6 @@ void SwDoc::GetAllFlyFmts( SwPosFlyFrms& rPosFlyFmts,
 |*
 |*	SwDoc::InsertLabel()
 |*
-|*	Ersterstellung		MA 11. Feb. 94
-|*	Letzte Aenderung	MA 12. Nov. 97
-|*
 |*************************************************************************/
 
 /* #i6447# changed behaviour if lcl_CpyAttr:
@@ -1491,9 +1483,6 @@ SwFlyFrmFmt* SwDoc::InsertLabel( const SwLabelType eType, const String &rTxt, co
 |*
 |*	SwDoc::InsertDrawLabel()
 |*
-|*	Ersterstellung		MIB 7. Dez. 98
-|*	Letzte Aenderung	MIB 7. Dez. 98
-|*
 |*************************************************************************/
 SwFlyFrmFmt* SwDoc::InsertDrawLabel( const String &rTxt,
                                      const String& rSeparator,
@@ -1794,9 +1783,6 @@ void SwDoc::UnblockIdling()
 |*
 |*	SwDoc::DoIdleJobs()
 |*
-|*	Ersterstellung		OK 30.03.94
-|*	Letzte Aenderung	MA 09. Jun. 95
-|*
 |*************************************************************************/
 IMPL_LINK( SwDoc, DoIdleJobs, Timer *, pTimer )
 {
diff --git a/sw/source/core/doc/doctxm.cxx b/sw/source/core/doc/doctxm.cxx
index 1371d3d..ab040ad 100644
--- a/sw/source/core/doc/doctxm.cxx
+++ b/sw/source/core/doc/doctxm.cxx
@@ -1300,7 +1300,7 @@ void SwTOXBaseSection::UpdateTemplate( const SwTxtNode* pOwnChapterNode )
     }
 }
 
-/* -----------------14.07.99 09:59-------------------
+/* --------------------------------------------------
     Description: generate content from sequence fields
  --------------------------------------------------*/
 void SwTOXBaseSection::UpdateSequence( const SwTxtNode* pOwnChapterNode )
diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx
index a7168c2..5af35f5 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -774,7 +774,7 @@ void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData,
     // <--
 }
 
-/* -----------------19.02.99 09:31-------------------
+/* --------------------------------------------------
  * LockFrms wurde im InsertSection genutzt, um zu verhindern, dass
  * SectionFrms durch das DelFrms zerstoert werden. Dies ist durch
  * den Destroy-Listen-Mechanismus ueberfluessig geworden.
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 4bcb797..05d68aa 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -2933,7 +2933,7 @@ void SwDoc::SetTabRows( const SwTabCols &rNew, BOOL bCurColOnly, const SwCursor*
     ::ClearFEShellTabCols();
 }
 
-/* -----------------18.07.98 11:45-------------------
+/* --------------------------------------------------
  *  Direktzugriff fuer UNO
  * --------------------------------------------------*/
 void SwDoc::SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld,
diff --git a/sw/source/core/docnode/node2lay.cxx b/sw/source/core/docnode/node2lay.cxx
index 3ff7287..63349c1 100644
--- a/sw/source/core/docnode/node2lay.cxx
+++ b/sw/source/core/docnode/node2lay.cxx
@@ -44,7 +44,7 @@
 #include "node2lay.hxx"
 
 
-/* -----------------25.02.99 10:31-------------------
+/* --------------------------------------------------
  * Die SwNode2LayImpl-Klasse erledigt die eigentliche Arbeit,
  * die SwNode2Layout-Klasse ist nur die der Oefffentlichkeit bekannte Schnittstelle
  * --------------------------------------------------*/
@@ -69,7 +69,7 @@ public:
                     const BOOL bCalcFrm = TRUE ) const;
 };
 
-/* -----------------25.02.99 10:38-------------------
+/* --------------------------------------------------
  * Hauptaufgabe des Ctor: Das richtige SwModify zu ermitteln,
  * ueber das iteriert wird.
  * Uebergibt man bSearch == TRUE, so wird der naechste Cntnt- oder TableNode
@@ -124,7 +124,7 @@ SwNode2LayImpl::SwNode2LayImpl( const SwNode& rNode, ULONG nIdx, BOOL bSearch )
         pIter = NULL;
 }
 
-/* -----------------25.02.99 10:41-------------------
+/* --------------------------------------------------
  * SwNode2LayImpl::NextFrm() liefert den naechsten "sinnvollen" Frame,
  * beim ersten Aufruf wird am eigentlichen Iterator ein First gerufen,
  * danach die Next-Methode. Das Ergebnis wird auf Brauchbarkeit untersucht,
diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx
index 110ba78..04c6443 100644
--- a/sw/source/core/draw/dcontact.cxx
+++ b/sw/source/core/draw/dcontact.cxx
@@ -189,9 +189,6 @@ BOOL IsMarqueeTextObj( const SdrObject& rObj )
 |*
 |*	SwContact, Ctor und Dtor
 |*
-|*	Ersterstellung		AMA 27.Sep.96 18:13
-|*	Letzte Aenderung	AMA 27.Sep.96
-|*
 |*************************************************************************/
 
 SwContact::SwContact( SwFrmFmt *pToRegisterIn ) :
@@ -456,9 +453,6 @@ sal_uInt32 SwContact::GetMaxOrdNum() const
 |*
 |*	SwFlyDrawContact, Ctor und Dtor
 |*
-|*	Ersterstellung		OK 23.11.94 18:13
-|*	Letzte Aenderung	MA 06. Apr. 95
-|*
 |*************************************************************************/
 
 SwFlyDrawContact::SwFlyDrawContact( SwFlyFrmFmt *pToRegisterIn, SdrModel * ) :
@@ -542,9 +536,6 @@ void SwFlyDrawContact::SetMaster( SdrObject* _pNewMaster )
 |*
 |*	SwFlyDrawContact::CreateNewRef()
 |*
-|*	Ersterstellung		MA 14. Dec. 94
-|*	Letzte Aenderung	MA 24. Apr. 95
-|*
 |*************************************************************************/
 
 SwVirtFlyDrawObj *SwFlyDrawContact::CreateNewRef( SwFlyFrm *pFly )
@@ -624,9 +615,6 @@ sal_uInt32 SwFlyDrawContact::_GetOrdNumForNewRef( const SwFlyFrm* _pFlyFrm )
 |*
 |*	SwFlyDrawContact::Modify()
 |*
-|*	Ersterstellung		OK 08.11.94 10:21
-|*	Letzte Aenderung	MA 06. Dec. 94
-|*
 |*************************************************************************/
 
 void SwFlyDrawContact::Modify( SfxPoolItem *, SfxPoolItem * )
@@ -728,9 +716,6 @@ void SwFlyDrawContact::GetAnchoredObjs( std::vector<SwAnchoredObject*>& _roAncho
 |*
 |*	SwDrawContact, Ctor+Dtor
 |*
-|*	Ersterstellung		MA 09. Jan. 95
-|*	Letzte Aenderung	MA 22. Jul. 98
-|*
 |*************************************************************************/
 bool CheckControlLayer( const SdrObject *pObj )
 {
@@ -1113,9 +1098,6 @@ SdrObject* SwDrawContact::GetDrawObjectByAnchorFrm( const SwFrm& _rAnchorFrm )
 |*
 |*	SwDrawContact::Changed
 |*
-|*	Ersterstellung		MA 09. Jan. 95
-|*	Letzte Aenderung	MA 29. May. 96
-|*
 |*************************************************************************/
 
 // OD 03.07.2003 #108784#
@@ -1595,9 +1577,6 @@ namespace
 |*
 |*	SwDrawContact::Modify()
 |*
-|*	Ersterstellung		MA 09. Jan. 95
-|*	Letzte Aenderung	MA 03. Dec. 95
-|*
 |*************************************************************************/
 
 void SwDrawContact::Modify( SfxPoolItem *pOld, SfxPoolItem *pNew )
@@ -1763,9 +1742,6 @@ void SwDrawContact::_InvalidateObjs( const bool _bUpdateSortedObjsList )
 |*
 |*	SwDrawContact::DisconnectFromLayout()
 |*
-|*	Ersterstellung		MA 09. Jan. 95
-|*	Letzte Aenderung	MA 25. Mar. 99
-|*
 |*************************************************************************/
 
 void SwDrawContact::DisconnectFromLayout( bool _bMoveMasterToInvisibleLayer )
@@ -1888,9 +1864,6 @@ void SwDrawContact::DisconnectObjFromLayout( SdrObject* _pDrawObj )
 |*
 |*	SwDrawContact::ConnectToLayout()
 |*
-|*	Ersterstellung		MA 09. Jan. 95
-|*	Letzte Aenderung	MA 25. Mar. 99
-|*
 |*************************************************************************/
 SwTxtFrm* lcl_GetFlyInCntntAnchor( SwTxtFrm* _pProposedAnchorFrm,
                                    const xub_StrLen _nTxtOfs )
@@ -2108,9 +2081,6 @@ void SwDrawContact::InsertMasterIntoDrawPage()
 |*
 |*	SwDrawContact::FindPage(), ChkPage()
 |*
-|*	Ersterstellung		MA 21. Mar. 95
-|*	Letzte Aenderung	MA 19. Jul. 96
-|*
 |*************************************************************************/
 
 SwPageFrm* SwDrawContact::FindPage( const SwRect &rRect )
@@ -2164,9 +2134,6 @@ void SwDrawContact::ChkPage()
 |*
 |*	SwDrawContact::ChangeMasterObject()
 |*
-|*	Ersterstellung		MA 07. Aug. 95
-|*	Letzte Aenderung	MA 20. Apr. 99
-|*
 |*************************************************************************/
 // OD 10.07.2003 #110742# - Important note:
 // method is called by method <SwDPage::ReplaceObject(..)>, which called its
diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx
index 0a65efd..f946235 100644
--- a/sw/source/core/edit/edfld.cxx
+++ b/sw/source/core/edit/edfld.cxx
@@ -331,7 +331,6 @@ SwField* SwEditShell::GetCurFld() const
 |*					SwEditShell::UpdateFlds()
 |*
 |*	  Beschreibung	Stehen die PaMs auf Feldern ?
-|*					BP 12.05.92
 |*
 *************************************************************************/
 SwTxtFld* lcl_FindInputFld( SwDoc* pDoc, SwField& rFld )
@@ -448,7 +447,7 @@ void SwEditShell::UpdateFlds( SwField &rFld )
     EndAllAction();
 }
 
-/*-----------------13.05.92 10:54-------------------
+/*--------------------------------------------------
  Liefert den logischen fuer die Datenbank zurueck
  --------------------------------------------------*/
 
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 259cb19..62dc718 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -593,12 +593,6 @@ void SwEditShell::ReplaceDropTxt( const String &rStr )
     }
 }
 
-/******************************************************************************
- *	Methode		:
- *	Beschreibung:
- *	Erstellt	:	OK 25.04.94 13:45
- *	Aenderung	:
- ******************************************************************************/
 
 String SwEditShell::Calculate()
 {
diff --git a/sw/source/core/edit/edsect.cxx b/sw/source/core/edit/edsect.cxx
index befa962..c887e32 100644
--- a/sw/source/core/edit/edsect.cxx
+++ b/sw/source/core/edit/edsect.cxx
@@ -90,7 +90,7 @@ const SwSection* SwEditShell::GetCurrSection() const
     return GetDoc()->GetCurrSection( *GetCrsr()->GetPoint() );
 }
 
-/*-----------------17.03.99 11:53-------------------
+/*--------------------------------------------------
  * SwEditShell::GetAnySection liefert den fuer Spalten
  * zustaendigen Bereich, bei Fussnoten kann es nicht der
  * Bereich innerhalb der Fussnote sein.
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index ec5cfcc..3e52fcd 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -273,7 +273,7 @@ bool SwAuthorityFieldType::ChangeEntryContent(const SwAuthEntry* pNewEntry)
     }
     return bChanged;
 }
-/*-- 11.10.99 08:49:22---------------------------------------------------
+/*-----------------------------------------------------------------------
     Description: 	appends a new entry (if new) and returns the array position
 
   -----------------------------------------------------------------------*/
diff --git a/sw/source/core/fields/expfld.cxx b/sw/source/core/fields/expfld.cxx
index 333f512..65d8917 100644
--- a/sw/source/core/fields/expfld.cxx
+++ b/sw/source/core/fields/expfld.cxx
@@ -498,7 +498,7 @@ bool SwGetExpField::PutValue( const uno::Any& rAny, USHORT nWhichId )
     return true;
 }
 
-/*-----------------JP: 17.06.93 -------------------
+/*-------------------------------------------------
  Set-Expression-Type
  --------------------------------------------------*/
 
@@ -904,7 +904,7 @@ void SwGetExpField::SetValue( const double& rAny )
     sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(),
                                                             GetLanguage());
 }
-/* -----------------14.07.99 12:21-------------------
+/* --------------------------------------------------
     Description: Find the index of the reference text
     following the current field
  --------------------------------------------------*/
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 701d864..7063ab7 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -91,8 +91,6 @@ void RegistFlys( SwPageFrm*, const SwLayoutFrm* );
 #*	Methode	   	:  UseSpzLayoutFmt
 #*	Beschreibung:  Anhand des Request werden zu dem Format entsprechende
 #*		Aenderungen an den Spezifischen Layouts vorgenommen.
-#*	Datum	   	:  MA 23. Sep. 92
-#*	Update	   	:  JP 09.03.98
 #***********************************************************************/
 
 sal_Bool lcl_SetNewFlyPos( const SwNode& rNode, SwFmtAnchor& rAnchor,
@@ -269,8 +267,6 @@ void SwFEShell::SelectFlyFrm( SwFlyFrm& rFrm, sal_Bool bNew )
 |*	SwFEShell::FindFlyFrm()
 |*
 |* 	Beschreibung		Liefert den Fly wenn einer Selektiert ist.
-|*	Ersterstellung		MA 03. Nov. 92
-|*	Letzte Aenderung	MA 05. Mar. 96
 |*
 *************************************************************************/
 
@@ -295,8 +291,6 @@ SwFlyFrm *SwFEShell::FindFlyFrm() const
 |*
 |* 	Beschreibung		Liefert sal_True, wenn der aktuelle Fly an einem anderen
 |*						verankert werden koennte (also innerhalb ist)
-|*	Ersterstellung		AMA 11. Sep. 97
-|*	Letzte Aenderung	AMA 14. Jan. 98
 |*
 *************************************************************************/
 
@@ -359,9 +353,6 @@ const SwFrmFmt* SwFEShell::IsFlyInFly()
 |*
 |*	SwFEShell::SetFlyPos
 |*
-|*	Ersterstellung		MA 14. Jan. 93
-|*	Letzte Aenderung	MA 14. Feb. 95
-|*
 *************************************************************************/
 
 void SwFEShell::SetFlyPos( const Point& rAbsPos )
@@ -403,9 +394,6 @@ void SwFEShell::SetFlyPos( const Point& rAbsPos )
 |*
 |*	SwFEShell::FindAnchorPos
 |*
-|*	Ersterstellung		AMA 24. Sep. 97
-|*	Letzte Aenderung	AMA 24. Sep. 97
-|*
 *************************************************************************/
 
 Point SwFEShell::FindAnchorPos( const Point& rAbsPos, sal_Bool bMoveIt )
@@ -613,8 +601,6 @@ Point SwFEShell::FindAnchorPos( const Point& rAbsPos, sal_Bool bMoveIt )
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  NewFlyFrm
 #*	Beschreibung:
-#*	Datum	   	:  MA 03. Nov. 92
-#*	Update	   	:  JP 11. Aug. 93
 #***********************************************************************/
 
 const SwFrmFmt *SwFEShell::NewFlyFrm( const SfxItemSet& rSet, sal_Bool bAnchValid,
@@ -787,8 +773,6 @@ const SwFrmFmt *SwFEShell::NewFlyFrm( const SfxItemSet& rSet, sal_Bool bAnchVali
 /***********************************************************************
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  Insert
-#*	Datum	   	:  ??
-#*	Update	   	:  MA 12. Sep. 94
 #***********************************************************************/
 
 void SwFEShell::Insert( const String& rGrfName, const String& rFltName,
@@ -944,8 +928,6 @@ void SwFEShell::InsertDrawObj( SdrObject& rDrawObj,
 /***********************************************************************
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  GetPageObjs
-#*	Datum	   	:  ??
-#*	Update	   	:  MA 11. Jan. 95
 #***********************************************************************/
 
 void SwFEShell::GetPageObjs( SvPtrarr& rFillArr )
@@ -967,8 +949,6 @@ void SwFEShell::GetPageObjs( SvPtrarr& rFillArr )
 /***********************************************************************
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  SetPageFlysNewPage
-#*	Datum	   	:  ??
-#*	Update	   	:  MA 14. Feb. 95
 #***********************************************************************/
 
 void SwFEShell::SetPageObjsNewPage( SvPtrarr& rFillArr, int nOffset )
@@ -1028,8 +1008,6 @@ void SwFEShell::SetPageObjsNewPage( SvPtrarr& rFillArr, int nOffset )
 #*				   Attributen des aktuellen FlyFrms gefuellt.
 #*				   Sind Attribute nicht zu fuellen weil fehl am Platz oder
 #* 				   uneindeutig (Mehrfachtselektionen) so werden sie entfernt.
-#*	Datum	   	:  MA 03. Nov. 92
-#*	Update	   	:  MA 03. Feb. 94
 #***********************************************************************/
 
 sal_Bool SwFEShell::GetFlyFrmAttr( SfxItemSet &rSet ) const
@@ -1090,8 +1068,6 @@ sal_Bool SwFEShell::GetFlyFrmAttr( SfxItemSet &rSet ) const
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  SetFlyFrmAttr
 #*	Beschreibung:  Die Attribute des aktuellen Flys aendern sich.
-#*	Datum	   	:  MA 03. Nov. 92
-#*	Update	   	:  MA 01. Aug. 95
 #***********************************************************************/
 
 sal_Bool SwFEShell::SetFlyFrmAttr( SfxItemSet& rSet )
@@ -1178,8 +1154,6 @@ sal_Bool SwFEShell::SetDrawingAttr( SfxItemSet& rSet )
 #*	Methode	   	:  ResetFlyFrmAttr
 #*	Beschreibung:  Das gewuenschte Attribut oder die im Set befindlichen
 #*					werden zurueckgesetzt.
-#*	Datum	   	:  MA 14. Mar. 97
-#*	Update	   	:  MA 14. Mar. 97
 #***********************************************************************/
 
 sal_Bool SwFEShell::ResetFlyFrmAttr( sal_uInt16 nWhich, const SfxItemSet* pSet )
@@ -1230,8 +1204,6 @@ sal_Bool SwFEShell::ResetFlyFrmAttr( sal_uInt16 nWhich, const SfxItemSet* pSet )
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  GetCurFrmFmt
 #*	Beschreibung:  liefert wenn Rahmen, dann Rahmenvorlage, sonst 0
-#*	Datum	   	:  ST 04. Jun. 93
-#*	Update	   	:
 #***********************************************************************/
 
 SwFrmFmt* SwFEShell::GetCurFrmFmt() const
@@ -1247,8 +1219,6 @@ SwFrmFmt* SwFEShell::GetCurFrmFmt() const
 /******************************************************************************
  *	Methode		:	void SwFEShell::SetFrmFmt(SwFrmFmt *pNewFmt)
  *	Beschreibung:
- *	Erstellt	:	OK 14.04.94 15:40
- *	Aenderung	:	MA 23. Apr. 97
  ******************************************************************************/
 
 void SwFEShell::SetFrmFmt( SwFrmFmt *pNewFmt, sal_Bool bKeepOrient, Point* pDocPos )
@@ -1301,9 +1271,6 @@ void SwFEShell::SetFrmFmt( SwFrmFmt *pNewFmt, sal_Bool bKeepOrient, Point* pDocP
 |*
 |*	SwFEShell::GetFlyFrmFmt()
 |*
-|*	Ersterstellung		OK 23.06.93 13:15
-|*	Letzte Aenderung	OK 23.06.93 13:15
-|*
 *************************************************************************/
 
 const SwFrmFmt* SwFEShell::GetFlyFrmFmt() const
@@ -1336,9 +1303,6 @@ SwFrmFmt* SwFEShell::GetFlyFrmFmt()
 |*
 |*	SwFEShell::GetFlyRect()
 |*
-|*	Ersterstellung		AMA 6. Mae. 97
-|*	Letzte Aenderung	AMA 6. Mae. 97
-|*
 *************************************************************************/
 
 SwRect SwFEShell::GetFlyRect() const
@@ -1358,9 +1322,6 @@ SwRect SwFEShell::GetFlyRect() const
 |*
 |*	SwFEShell::GetObjRect()
 |*
-|*	Ersterstellung		MA 22. Aug. 93
-|*	Letzte Aenderung	MA 11. Jan. 95
-|*
 *************************************************************************/
 
 SwRect SwFEShell::GetObjRect() const
@@ -1386,8 +1347,6 @@ void SwFEShell::SetObjRect( const SwRect& rRect )
 /***********************************************************************
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  RequestObjectResize()
-#*	Datum	   	:  MA 10. Feb. 95
-#*	Update	   	:  MA 13. Jul. 95
 #***********************************************************************/
 
 Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference < embed::XEmbeddedObject >& xObj )
@@ -1513,8 +1472,6 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference <
 /***********************************************************************
 #*	Class	   	:  SwFEShell
 #*	Methode	   	:  WizzardFindCurFrmFmt
-#*	Datum	   	:  JP 31.07.95
-#*	Update	   	:  JP 31.07.95
 #***********************************************************************/
 
 SwFrmFmt* SwFEShell::WizzardGetFly()
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index f4ec878..c562aa9 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -145,9 +145,6 @@ extern BOOL bNoInterrupt;		// in swapp.cxx
 |*
 |*	SwFEShell::SelectObj()
 |*
-|*	Ersterstellung		MA 16. Nov. 92
-|*	Letzte Aenderung	MA 22. Oct. 96
-|*
 *************************************************************************/
 
 BOOL SwFEShell::SelectObj( const Point& rPt, BYTE nFlag, SdrObject *pObj )
@@ -270,9 +267,6 @@ BOOL SwFEShell::SelectObj( const Point& rPt, BYTE nFlag, SdrObject *pObj )
 |*
 |*  sal_Bool SwFEShell::MoveAnchor( USHORT nDir )
 |*
-|*  Created        AMA 05/28/2002
-|*  Last modify    AMA 05/30/2002
-|*
 |*  Description: MoveAnchor( nDir ) looked for an another Anchor for
 |*  the selected drawing object (or fly frame) in the given direction.
 |*  An object "as character" doesn't moves anyway.
@@ -544,9 +538,6 @@ sal_Bool SwFEShell::MoveAnchor( USHORT nDir )
 |*
 |*	SwFEShell::GetSelFrmType()
 |*
-|*	Ersterstellung		MA 12. Jan. 93
-|*	Letzte Aenderung	JP 19.03.96
-|*
 *************************************************************************/
 
 const SdrMarkList* SwFEShell::_GetMarkList() const
@@ -611,9 +602,6 @@ bool SwFEShell::IsSelContainsControl() const
 |*
 |*	SwFEShell::Scroll()
 |*
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 27. Jul. 95
-|*
 *************************************************************************/
 
 void SwFEShell::ScrollTo( const Point &rPt )
@@ -631,9 +619,6 @@ void SwFEShell::ScrollTo( const Point &rPt )
 |*
 |*	SwFEShell::SetDragMode()
 |*
-|*	Ersterstellung		MA 30. Jan. 95
-|*	Letzte Aenderung	MA 30. Jan. 95
-|*
 *************************************************************************/
 
 void SwFEShell::SetDragMode( UINT16 eDragMode )
@@ -646,9 +631,6 @@ void SwFEShell::SetDragMode( UINT16 eDragMode )
 |*
 |*	SwFEShell::BeginDrag()
 |*
-|*	Ersterstellung		MS 10.06.92
-|*	Letzte Aenderung	MA 13. Mar. 96
-|*
 *************************************************************************/
 
 long SwFEShell::BeginDrag( const Point* pPt, BOOL )
@@ -668,9 +650,6 @@ long SwFEShell::BeginDrag( const Point* pPt, BOOL )
 |*
 |*	SwFEShell::Drag()
 |*
-|*	Ersterstellung		MS 10.06.92
-|*	Letzte Aenderung	MA 13. Mar. 96
-|*
 *************************************************************************/
 
 long SwFEShell::Drag( const Point *pPt, BOOL )
@@ -691,9 +670,6 @@ long SwFEShell::Drag( const Point *pPt, BOOL )
 |*
 |*	SwFEShell::EndDrag()
 |*
-|*	Ersterstellung		MS 10.06.92
-|*	Letzte Aenderung	MA 13. Mar. 96
-|*
 *************************************************************************/
 
 long SwFEShell::EndDrag( const Point *, BOOL )
@@ -744,9 +720,6 @@ long SwFEShell::EndDrag( const Point *, BOOL )
 |*
 |*	SwFEShell::BreakDrag()
 |*
-|*	Ersterstellung		OM 02. Okt. 95
-|*	Letzte Aenderung	OM 02. Okt. 95
-|*
 *************************************************************************/
 
 void SwFEShell::BreakDrag()
@@ -763,8 +736,6 @@ void SwFEShell::BreakDrag()
 |*
 |* 	Beschreibung		Wenn ein Fly selektiert ist, zieht er den Crsr in
 |* 						den ersten CntntFrm
-|*	Ersterstellung		MA 11. Dec. 92
-|*	Letzte Aenderung	MA 07. Oct. 96
 |*
 *************************************************************************/
 
@@ -809,9 +780,6 @@ const SwFrmFmt* SwFEShell::SelFlyGrabCrsr()
 |*
 |* 	Beschreibung		Selektion nach oben/unten (Z-Order)
 |*
-|*	Ersterstellung		MA 05. Nov. 92
-|*	Letzte Aenderung	MA 03. Jun. 96
-|*
 *************************************************************************/
 
 void lcl_NotifyNeighbours( const SdrMarkList *pLst )
@@ -941,8 +909,6 @@ void SwFEShell::SelectionToBottom( BOOL bBottom )
 |*
 |*	Beschreibung		Objekt ueber/unter dem Dokument?
 |*						2 Controls, 1 Heaven, 0 Hell, -1 Uneindeutig
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 20. Dec. 94
 |*
 *************************************************************************/
 
@@ -974,8 +940,6 @@ short SwFEShell::GetLayerId() const
 |*	SwFEShell::SelectionToHeaven(), SelectionToHell()
 |*
 |*	Beschreibung		Objekt ueber/unter dem Dokument
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	AMA 04. Jun. 98
 |*
 *************************************************************************/
 // OD 25.06.2003 #108784#
@@ -1033,9 +997,6 @@ void SwFEShell::SelectionToHell()
 |*
 |*	SwFEShell::IsObjSelected(), IsFrmSelected()
 |*
-|*	Ersterstellung		MA 16. Nov. 92
-|*	Letzte Aenderung	MA 17. Jan. 95
-|*
 *************************************************************************/
 
 USHORT SwFEShell::IsObjSelected() const
@@ -1068,9 +1029,6 @@ sal_Bool SwFEShell::IsObjSelected( const SdrObject& rObj ) const
 |*
 |*	SwFEShell::EndTextEdit()
 |*
-|*	Ersterstellung		MA 19. Feb. 96
-|*	Letzte Aenderung	MA 19. Feb. 96
-|*
 *************************************************************************/
 
 void SwFEShell::EndTextEdit()
@@ -1129,9 +1087,6 @@ void SwFEShell::EndTextEdit()
 |*
 |*	SwFEShell::IsInsideSelectedObj()
 |*
-|*	Ersterstellung		MA 16. Nov. 92
-|*	Letzte Aenderung	MA 08. Nov. 96
-|*
 *************************************************************************/
 
 int SwFEShell::IsInsideSelectedObj( const Point &rPt )
@@ -1153,9 +1108,6 @@ int SwFEShell::IsInsideSelectedObj( const Point &rPt )
 |*
 |*	SwFEShell::IsObjSelectable()
 |*
-|*	Ersterstellung		MA 16. Nov. 92
-|*	Letzte Aenderung	MA 02. Feb. 95
-|*
 *************************************************************************/
 
 bool SwFEShell::IsObjSelectable( const Point& rPt )
@@ -1287,11 +1239,9 @@ sal_Bool SwFEShell::ShouldObjectBeSelected(const Point& rPt)
 |*
 |* 	Beschreibung		Wenn ein Obj selektiert ist, gehen wir von dessen
 |* 		TopLeft aus, andernfalls von der Mitte des aktuellen CharRects.
-|*	Ersterstellung		MA 01. Jun. 95
-|*	Letzte Aenderung	MA 30. Apr. 96
 |*
 *************************************************************************/
-/* -----------------23.09.98 10:29-------------------
+/* --------------------------------------------------
  * Beinhaltet das Objekt ein Control oder Gruppen,
  * die nur aus Controls bestehen
  * --------------------------------------------------*/
@@ -1536,9 +1486,6 @@ BOOL SwFEShell::GotoObj( BOOL bNext, USHORT /*GOTOOBJ_...*/ eType )
 |*
 |*	SwFEShell::BeginCreate()
 |*
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 21. Mar. 95
-|*
 *************************************************************************/
 
 BOOL SwFEShell::BeginCreate( UINT16 /*SdrObjKind ?*/  eSdrObjectKind, const Point &rPos )
@@ -1587,9 +1534,6 @@ BOOL SwFEShell::BeginCreate( UINT16 eSdrObjectKind, UINT32 eObjInventor,
 |*
 |*	SwFEShell::MoveCreate()
 |*
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 24. Jan. 95
-|*
 *************************************************************************/
 
 void SwFEShell::MoveCreate( const Point &rPos )
@@ -1607,9 +1551,6 @@ void SwFEShell::MoveCreate( const Point &rPos )
 |*
 |*	SwFEShell::EndCreate(), ImpEndCreate()
 |*
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 14. Oct. 96
-|*
 *************************************************************************/
 
 BOOL SwFEShell::EndCreate( UINT16 eSdrCreateCmd )
@@ -1985,9 +1926,6 @@ BOOL SwFEShell::ImpEndCreate()
 |*
 |*	SwFEShell::BreakCreate()
 |*
-|*	Ersterstellung		MA 20. Dec. 94
-|*	Letzte Aenderung	MA 09. Jan. 95
-|*
 *************************************************************************/
 
 void SwFEShell::BreakCreate()
@@ -2001,9 +1939,6 @@ void SwFEShell::BreakCreate()
 |*
 |*	SwFEShell::IsDrawCreate()
 |*
-|*	Ersterstellung		OM 16. Mar. 95
-|*	Letzte Aenderung	OM 16. Mar. 95
-|*
 *************************************************************************/
 
 BOOL SwFEShell::IsDrawCreate() const
@@ -2015,9 +1950,6 @@ BOOL SwFEShell::IsDrawCreate() const
 |*
 |*	SwFEShell::BeginMark()
 |*
-|*	Ersterstellung		OM 07. Feb. 95
-|*	Letzte Aenderung	OM 07. Feb. 95
-|*
 *************************************************************************/
 
 BOOL SwFEShell::BeginMark( const Point &rPos )
@@ -2042,9 +1974,6 @@ BOOL SwFEShell::BeginMark( const Point &rPos )
 |*
 |*	SwFEShell::MoveMark()
 |*
-|*	Ersterstellung		OM 07. Feb. 95
-|*	Letzte Aenderung	OM 07. Feb. 95
-|*
 *************************************************************************/
 
 void SwFEShell::MoveMark( const Point &rPos )
@@ -2069,9 +1998,6 @@ void SwFEShell::MoveMark( const Point &rPos )
 |*
 |*	SwFEShell::EndMark()
 |*
-|*	Ersterstellung		OM 07. Feb. 95
-|*	Letzte Aenderung	MA 08. Feb. 95
-|*
 *************************************************************************/
 
 BOOL SwFEShell::EndMark()
@@ -2135,9 +2061,6 @@ BOOL SwFEShell::EndMark()
 |*
 |*	SwFEShell::BreakSelect()
 |*
-|*	Ersterstellung		OM 07. Feb. 95
-|*	Letzte Aenderung	OM 07. Feb. 95
-|*
 *************************************************************************/
 
 void SwFEShell::BreakMark()
@@ -2150,9 +2073,6 @@ void SwFEShell::BreakMark()
 |*
 |*	SwFEShell::GetAnchorId()
 |*
-|*	Ersterstellung		MA 30. Jan. 95
-|*	Letzte Aenderung	MA 30. Jan. 95
-|*
 *************************************************************************/
 
 short SwFEShell::GetAnchorId() const
@@ -2189,9 +2109,6 @@ short SwFEShell::GetAnchorId() const
 |*
 |*	SwFEShell::ChgAnchor()
 |*
-|*	Ersterstellung		MA 10. Jan. 95
-|*	Letzte Aenderung	MA 30. May. 96
-|*
 *************************************************************************/
 
 void SwFEShell::ChgAnchor( int eAnchorId, BOOL bSameOnly, BOOL bPosCorr )
@@ -2216,9 +2133,6 @@ void SwFEShell::ChgAnchor( int eAnchorId, BOOL bSameOnly, BOOL bPosCorr )
 |*
 |*	SwFEShell::DelSelectedObj()
 |*
-|*	Ersterstellung		MA 03. Nov. 92
-|*	Letzte Aenderung	MA 14. Nov. 95
-|*
 *************************************************************************/
 
 void SwFEShell::DelSelectedObj()
@@ -2239,8 +2153,6 @@ void SwFEShell::DelSelectedObj()
 |*
 |*	Beschreibung		Fuer die Statuszeile zum Erfragen der aktuellen
 |*						Verhaeltnisse
-|*	Ersterstellung		MA 25. Apr. 95
-|*	Letzte Aenderung	MA 25. Apr. 95
 |*
 *************************************************************************/
 
@@ -2298,9 +2210,6 @@ Point SwFEShell::GetObjAbsPos() const
 |*
 |*	SwFEShell::IsGroupSelected()
 |*
-|*	Ersterstellung		MA 30. Jan. 95
-|*	Letzte Aenderung	MA 30. May. 96
-|*
 *************************************************************************/
 
 BOOL SwFEShell::IsGroupSelected()
@@ -2411,8 +2320,6 @@ bool SwFEShell::IsGroupAllowed() const
 |*
 |*	Beschreibung		Die Gruppe bekommt den Anker und das Contactobjekt
 |* 						des ersten in der Selektion
-|*	Ersterstellung		MA 30. Jan. 95
-|*	Letzte Aenderung	MA 23. Apr. 95
 |*
 *************************************************************************/
 
@@ -2436,8 +2343,6 @@ void SwFEShell::GroupSelection()
 |*
 |*	Beschreibung		Die Einzelobjekte bekommen eine Kopie vom Anker und
 |* 						Contactobjekt der Gruppe.
-|*	Ersterstellung		MA 30. Jan. 95
-|*	Letzte Aenderung	MA 01. Feb. 95
 |*
 *************************************************************************/
 
@@ -2459,9 +2364,6 @@ void SwFEShell::UnGroupSelection()
 |*
 |*	SwFEShell::MirrorSelection()
 |*
-|*	Ersterstellung		MA 06. Aug. 95
-|*	Letzte Aenderung	MA 06. Aug. 95
-|*
 *************************************************************************/
 
 void SwFEShell::MirrorSelection( BOOL bHorizontal )
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index c32e40c..5031573 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -74,9 +74,6 @@ TYPEINIT1(SwFEShell,SwEditShell)
 /***********************************************************************
 #*	Class	   :  SwFEShell
 #*	Methode    :  EndAllActionAndCall()
-#*
-#*	Datum	   :  MA 03. May. 93
-#*	Update	   :  MA 31. Oct. 95
 #***********************************************************************/
 
 void SwFEShell::EndAllActionAndCall()
@@ -98,8 +95,6 @@ void SwFEShell::EndAllActionAndCall()
 #*	Class		:  SwFEShell
 #*	Methode 	:  GetCntntPos
 #*	Beschreibung:  Ermitteln des Cntnt's der dem Punkt am naechsten liegt
-#*	Datum		:  MA 02. Jun. 92
-#*	Update		:  MA 02. May. 95
 #***********************************************************************/
 
 Point SwFEShell::GetCntntPos( const Point& rPoint, BOOL bNext ) const
@@ -250,9 +245,6 @@ bool SwFEShell::IsDirectlyInSection() const
 |*
 |*	SwFEShell::GetFrmType()
 |*
-|*	Ersterstellung		MA 12. Jan. 93
-|*	Letzte Aenderung	AMA 25. Nov. 98
-|*
 *************************************************************************/
 
 USHORT SwFEShell::GetFrmType( const Point *pPt, BOOL bStopAtFly ) const
@@ -326,9 +318,6 @@ USHORT SwFEShell::GetFrmType( const Point *pPt, BOOL bStopAtFly ) const
 |*
 |*	SwFEShell::ShLooseFcs(), ShGetFcs()
 |*
-|*	Ersterstellung		MA 10. May. 93
-|*	Letzte Aenderung	MA 09. Sep. 98
-|*
 *************************************************************************/
 
 void SwFEShell::ShGetFcs( BOOL bUpdate )
@@ -360,9 +349,6 @@ void SwFEShell::ShLooseFcs()
 |*	SwFEShell::GetPhyPageNum()
 |*	SwFEShell::GetVirtPageNum()
 |*
-|*	Ersterstellung		OK 07.07.93 08:20
-|*	Letzte Aenderung	MA 03. Jan. 94
-|*
 *************************************************************************/
 
 USHORT SwFEShell::GetPhyPageNum()
@@ -388,9 +374,6 @@ USHORT SwFEShell::GetVirtPageNum( const BOOL bCalcFrm )
 |*	void SwFEShell::SetPageOffset()
 |*	USHORT SwFEShell::GetPageOffset() const
 |*
-|*	Ersterstellung		OK 07.07.93 08:20
-|*	Letzte Aenderung	MA 30. Mar. 95
-|*
 *************************************************************************/
 
 void lcl_SetAPageOffset( USHORT nOffset, SwPageFrm* pPage, SwFEShell* pThis )
@@ -466,9 +449,6 @@ USHORT SwFEShell::GetPageOffset() const
 |*
 |*	SwFEShell::InsertLabel()
 |*
-|*	Ersterstellung		MA 10. Feb. 94
-|*	Letzte Aenderung	MA 10. Feb. 94
-|*
 *************************************************************************/
 
 void SwFEShell::InsertLabel( const SwLabelType eType, const String &rTxt, const String& rSeparator,
@@ -563,8 +543,6 @@ void SwFEShell::InsertLabel( const SwLabelType eType, const String &rTxt, const
 /***********************************************************************
 #*	Class		:  SwFEShell
 #*	Methoden	:  Sort
-#*	Datum		:  ??
-#*	Update		:  ??
 #***********************************************************************/
 
 BOOL SwFEShell::Sort(const SwSortOptions& rOpt)
@@ -641,9 +619,6 @@ BOOL SwFEShell::Sort(const SwSortOptions& rOpt)
 |*
 |*	SwFEShell::GetCurColNum(), _GetColNum()
 |*
-|*	Ersterstellung		MA 03. Feb. 95
-|*	Letzte Aenderung	MA 20. Apr. 95
-|
 |*************************************************************************/
 
 USHORT SwFEShell::_GetCurColNum( const SwFrm *pFrm,
diff --git a/sw/source/core/inc/node2lay.hxx b/sw/source/core/inc/node2lay.hxx
index c74e8b6..0af4ea3 100644
--- a/sw/source/core/inc/node2lay.hxx
+++ b/sw/source/core/inc/node2lay.hxx
@@ -30,7 +30,7 @@
 
 #include <tools/solar.h>
 
-/* -----------------23.02.99 11:33-------------------
+/* --------------------------------------------------
  * Die Klasse SwNode2Layout stellt die Verbindung von Nodes zum Layout her.
  * Sie liefert einen intelligenten Iterator ueber die zum Node oder Nodebereich
  * gehoerenden Frames. Je nach Zweck der Iteration, z.B. um vor oder hinter
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 8ee6617..018a09b 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -128,7 +128,7 @@ TYPEINIT2(SwFmtFooter,  SfxPoolItem, SwClient );
 TYPEINIT2(SwFmtPageDesc,  SfxPoolItem, SwClient );
 TYPEINIT1_AUTOFACTORY(SwFmtLineNumber, SfxPoolItem);
 
-/* -----------------19.05.98 09:26-------------------
+/* --------------------------------------------------
  * 	Umwandlung fuer QueryValue
  * --------------------------------------------------*/
 sal_Int16 lcl_RelToINT(sal_Int16 eRelation)
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index cd8b10c..387f557 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -75,8 +75,6 @@
 |*	SwCntntFrm::ShouldBwdMoved()
 |*
 |* 	Beschreibung		Returnwert sagt, ob der Frm verschoben werden sollte.
-|*	Ersterstellung		MA 05. Dec. 96
-|*	Letzte Aenderung	MA 05. Dec. 96
 |*
 |*************************************************************************/
 
@@ -259,8 +257,6 @@ BOOL SwCntntFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, BOOL, BOOL & )
 |*		Ein weiterer Vorteil ist, das eines schoenen Tages das _Prepare und
 |*		damit die Formatierung von Vorgaengern umgangen werden kann.
 |*		So kann evtl. mal 'schnell' an's Dokumentende gesprungen werden.
-|*	Ersterstellung		MA ??
-|*	Letzte Aenderung	MA 13. Dec. 93
 |*
 |*************************************************************************/
 //Zwei kleine Freundschaften werden hier zu einem Geheimbund.
@@ -500,9 +496,6 @@ void SwFrm::PrepareCrsr()
 |*
 |*	SwFrm::MakePos()
 |*
-|*	Ersterstellung		MA ??
-|*	Letzte Aenderung	MA 24. May. 93
-|*
 |*************************************************************************/
 
 // Hier wird GetPrev() zurueckgegeben, allerdings werden
@@ -664,9 +657,6 @@ void SwFrm::MakePos()
 |*
 |*	SwPageFrm::MakeAll()
 |*
-|*	Ersterstellung		MA 23. Feb. 93
-|*	Letzte Aenderung	MA 20. Jul. 98
-|*
 |*************************************************************************/
 // --> OD 2004-07-01 #i28701# - new type <SwSortedObjs>
 void lcl_CheckObjects( SwSortedObjs* pSortedObjs, SwFrm* pFrm, long& rBot )
@@ -863,9 +853,6 @@ void SwPageFrm::MakeAll()
 |*
 |*	SwLayoutFrm::MakeAll()
 |*
-|*	Ersterstellung		MA ??
-|*	Letzte Aenderung	MA 28. Nov. 95
-|*
 |*************************************************************************/
 
 
@@ -951,9 +938,6 @@ void SwLayoutFrm::MakeAll()
 |*
 |*	SwCntntFrm::MakePrtArea()
 |*
-|*	Ersterstellung		MA 17. Nov. 92
-|*	Letzte Aenderung	MA 03. Mar. 96
-|*
 |*************************************************************************/
 bool SwTxtNode::IsCollapse() const
 {
@@ -1821,9 +1805,6 @@ void SwCntntFrm::MakeAll()
 |*
 |*	SwCntntFrm::_WouldFit()
 |*
-|*	Ersterstellung		MA 28. Feb. 95
-|*	Letzte Aenderung	AMA 15. Feb. 99
-|*
 |*************************************************************************/
 
 
diff --git a/sw/source/core/layout/colfrm.cxx b/sw/source/core/layout/colfrm.cxx
index 9ae58a4..797f375 100644
--- a/sw/source/core/layout/colfrm.cxx
+++ b/sw/source/core/layout/colfrm.cxx
@@ -55,9 +55,6 @@ void lcl_RemoveFtns( SwFtnBossFrm* pBoss, BOOL bPageOnly, BOOL bEndNotes );
 |*
 |*	SwColumnFrm::SwColumnFrm()
 |*
-|*	Ersterstellung		MA ??
-|*	Letzte Aenderung	AMA 30. Oct 98
-|*
 |*************************************************************************/
 SwColumnFrm::SwColumnFrm( SwFrmFmt *pFmt ):
     SwFtnBossFrm( pFmt )
@@ -85,9 +82,6 @@ SwColumnFrm::~SwColumnFrm()
 |*
 |*	SwLayoutFrm::ChgColumns()
 |*
-|*	Ersterstellung		MA 11. Feb. 93
-|*	Letzte Aenderung	MA 12. Oct. 98
-|*
 |*************************************************************************/
 
 void MA_FASTCALL lcl_RemoveColumns( SwLayoutFrm *pCont, USHORT nCnt )
@@ -198,7 +192,7 @@ static BOOL lcl_AddColumns( SwLayoutFrm *pCont, USHORT nCount )
     return bRet;
 }
 
-/*-----------------21.09.99 15:42-------------------
+/*--------------------------------------------------
  * ChgColumns() adds or removes columns from a layoutframe.
  * Normally, a layoutframe with a column attribut of 1 or 0 columns contains
  * no columnframe. However, a sectionframe with "footnotes at the end" needs
@@ -323,9 +317,6 @@ void SwLayoutFrm::ChgColumns( const SwFmtCol &rOld, const SwFmtCol &rNew,
 |*
 |*	SwLayoutFrm::AdjustColumns()
 |*
-|*	Ersterstellung		MA 19. Jan. 99
-|*	Letzte Aenderung	MA 19. Jan. 99
-|*
 |*************************************************************************/
 
 void SwLayoutFrm::AdjustColumns( const SwFmtCol *pAttr, BOOL bAdjustAttributes )
diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx
index c5d3fab..44cafd0 100644
--- a/sw/source/core/layout/dbg_lay.cxx
+++ b/sw/source/core/layout/dbg_lay.cxx
@@ -29,7 +29,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sw.hxx"
 
-/* -----------------08.01.99 14:55-------------------
+/* --------------------------------------------------
  * Und hier die Beschreibung:
  *
  * Durch die PROTOCOL-Makros wird es ermoeglicht, Ereignisse im Frame-Methoden zu protokollieren.
@@ -178,7 +178,7 @@ public:
         { if( pVar && nNo < pVar->Count() ) rVar = (*pVar)[ nNo ]; }
 };
 
-/* -----------------11.01.99 10:43-------------------
+/* --------------------------------------------------
  * Durch das PROTOCOL_ENTER-Makro wird ein SwEnterLeave-Objekt erzeugt,
  * wenn die aktuelle Funktion aufgezeichnet werden soll, wird ein
  * SwImplEnterLeave-Objekt angelegt. Der Witz dabei ist, das der Ctor
@@ -331,7 +331,7 @@ SwImplProtocol::~SwImplProtocol()
     delete pVar;
 }
 
-/* -----------------11.01.99 11:03-------------------
+/* --------------------------------------------------
  * SwImplProtocol::CheckLine analysiert eine Zeile der INI-Datei
  * --------------------------------------------------*/
 
@@ -433,7 +433,7 @@ void SwImplProtocol::CheckLine( ByteString& rLine )
     }
 }
 
-/* -----------------11.01.99 11:17-------------------
+/* --------------------------------------------------
  * SwImplProtocol::FileInit() liest die Datei "dbg_lay.ini"
  * im aktuellen Verzeichnis und wertet sie aus.
  * --------------------------------------------------*/
@@ -466,7 +466,7 @@ void SwImplProtocol::FileInit()
     aStream.Close();
 }
 
-/* -----------------11.01.99 11:20-------------------
+/* --------------------------------------------------
  * lcl_Start sorgt fuer Einrueckung um zwei Blanks bei ACT_START
  * und nimmt diese bei ACT_END wieder zurueck.
  * --------------------------------------------------*/
@@ -488,7 +488,7 @@ void lcl_Start( ByteString& rOut, ByteString& rLay, ULONG nAction )
     }
 }
 
-/* -----------------11.01.99 11:21-------------------
+/* --------------------------------------------------
  * lcl_Flags gibt das ValidSize-, ValidPos- und ValidPrtArea-Flag ("Sz","Ps","PA")
  * des Frames aus, "+" fuer valid, "-" fuer invalid.
  * --------------------------------------------------*/
@@ -503,7 +503,7 @@ void lcl_Flags( ByteString& rOut, const SwFrm* pFrm )
     rOut += pFrm->GetValidPrtAreaFlag() ? '+' : '-';
 }
 
-/* -----------------11.01.99 11:23-------------------
+/* --------------------------------------------------
  * lcl_FrameType gibt den Typ des Frames in Klartext aus.
  * --------------------------------------------------*/
 
@@ -552,7 +552,7 @@ void lcl_FrameType( ByteString& rOut, const SwFrm* pFrm )
         rOut += "Not impl. ";
 }
 
-/* -----------------11.01.99 11:25-------------------
+/* --------------------------------------------------
  * SwImplProtocol::Record(..) wird nur gerufen, wenn das PROTOCOL-Makro
  * feststellt, dass die Funktion aufgezeichnet werden soll ( SwProtocol::nRecord ).
  * In dieser Methode werden noch die beiden weiteren Einschraenkungen ueberprueft,
@@ -701,7 +701,7 @@ void SwImplProtocol::_Record( const SwFrm* pFrm, ULONG nFunction, ULONG nAct, vo
         SwProtocol::SetRecord( 0 );        // => Ende der Aufzeichnung
 }
 
-/* -----------------13.01.99 11:39-------------------
+/* --------------------------------------------------
  * SwImplProtocol::SectFunc(...) wird von SwImplProtocol::_Record(..) gerufen,
  * hier werden die Ausgaben rund um SectionFrms abgehandelt.
  * --------------------------------------------------*/
@@ -727,7 +727,7 @@ void SwImplProtocol::SectFunc( ByteString &rOut, const SwFrm* , ULONG nAct, void
     }
 }
 
-/* -----------------11.01.99 11:31-------------------
+/* --------------------------------------------------
  * SwImplProtocol::InsertFrm(..) nimmt eine neue FrmId zum Aufzeichnen auf,
  * wenn pFrmIds==NULL, werden alle aufgezeichnet, sobald durch InsertFrm(..)
  * pFrmIds angelegt wird, werden nur noch die enthaltenen FrmIds aufgezeichnet.
@@ -743,7 +743,7 @@ BOOL SwImplProtocol::InsertFrm( USHORT nId )
     return TRUE;
 }
 
-/* -----------------11.01.99 11:52-------------------
+/* --------------------------------------------------
  * SwImplProtocol::DeleteFrm(..) entfernt eine FrmId aus dem pFrmIds-Array,
  * so dass diese Frame nicht mehr aufgezeichnet wird.
  * --------------------------------------------------*/
@@ -756,7 +756,7 @@ BOOL SwImplProtocol::DeleteFrm( USHORT nId )
     return TRUE;
 }
 
-/*-----------------20.9.2001 10:29------------------
+/*--------------------------------------------------
  * SwProtocol::SnapShot(..)
  * creates a snapshot of the given frame and its content.
  * --------------------------------------------------*/
@@ -790,7 +790,7 @@ void SwImplProtocol::SnapShot( const SwFrm* pFrm, ULONG nFlags )
     }
 }
 
-/* -----------------11.01.99 11:53-------------------
+/* --------------------------------------------------
  * SwEnterLeave::Ctor(..) wird vom eigentlichen (inline-)Kontruktor gerufen,
  * wenn die Funktion aufgezeichnet werden soll.
  * Die Aufgabe ist es abhaengig von der Funktion das richtige SwImplEnterLeave-Objekt
@@ -811,7 +811,7 @@ void SwEnterLeave::Ctor( const SwFrm* pFrm, ULONG nFunc, ULONG nAct, void* pPar
     pImpl->Enter();
 }
 
-/* -----------------11.01.99 11:56-------------------
+/* --------------------------------------------------
  * SwEnterLeave::Dtor() ruft lediglich den Destruktor des SwImplEnterLeave-Objekts,
  * ist nur deshalb nicht inline, damit die SwImplEnterLeave-Definition nicht
  * im dbg_lay.hxx zu stehen braucht.
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index d87738d..8b7761c 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -71,9 +71,6 @@ SV_IMPL_PTRARR_SORT( SwDestroyList, SwSectionFrmPtr )
 |*
 |*	SwSectionFrm::SwSectionFrm(), ~SwSectionFrm()
 |*
-|*	Ersterstellung		AMA 26. Nov. 97
-|*	Letzte Aenderung	AMA 26. Nov. 97
-|*
 |*************************************************************************/
 SwSectionFrm::SwSectionFrm( SwSection &rSect ) :
     SwLayoutFrm( rSect.GetFmt() ),
@@ -183,9 +180,6 @@ SwSectionFrm::~SwSectionFrm()
 |*
 |*	SwSectionFrm::DelEmpty()
 |*
-|*	Ersterstellung		AMA 17. Dec. 97
-|*	Letzte Aenderung	AMA 17. Dec. 97
-|*
 |*************************************************************************/
 void SwSectionFrm::DelEmpty( BOOL bRemove )
 {
@@ -251,9 +245,6 @@ void SwSectionFrm::DelEmpty( BOOL bRemove )
 |*
 |*	SwSectionFrm::Cut()
 |*
-|*	Ersterstellung		AMA 02. Dec. 97
-|*	Letzte Aenderung	AMA 02. Dec. 97
-|*
 |*************************************************************************/
 void SwSectionFrm::Cut()
 {
@@ -340,9 +331,6 @@ void SwSectionFrm::_Cut( BOOL bRemove )
 |*
 |*	SwSectionFrm::Paste()
 |*
-|*	Ersterstellung		AMA 04. Dec. 97
-|*	Letzte Aenderung	AMA 04. Dec. 97
-|*
 |*************************************************************************/
 
 void SwSectionFrm::Paste( SwFrm* pParent, SwFrm* pSibling )
@@ -456,9 +444,6 @@ void SwSectionFrm::Paste( SwFrm* pParent, SwFrm* pSibling )
 |*  Zunaechst werden uebergeordnete Bereiche immer aufgebrochen,
 |*  spaeter koennte man es einstellbar machen.
 |*
-|*	Ersterstellung		AMA 12. Dec. 97
-|*	Letzte Aenderung	AMA 12. Dec. 97
-|*
 |*************************************************************************/
 
 BOOL SwSectionFrm::HasToBreak( const SwFrm* pFrm ) const
@@ -485,9 +470,6 @@ BOOL SwSectionFrm::HasToBreak( const SwFrm* pFrm ) const
 |*
 |*	SwSectionFrm::MergeNext()
 |*
-|*	Ersterstellung		AMA 04. Dec. 97
-|*	Letzte Aenderung	AMA 04. Dec. 97
-|*
 |*  Verschmilzt zwei SectionFrms, falls es sich um den
 |*  gleichen Bereich handelt.
 |*  Notwendig kann dies sein, wenn ein (Unter-)Bereich geloescht wird, der
@@ -534,9 +516,6 @@ void SwSectionFrm::MergeNext( SwSectionFrm* pNxt )
 |*
 |*	SwSectionFrm::SplitSect()
 |*
-|*	Ersterstellung		AMA 29. Apr. 99
-|*	Letzte Aenderung	AMA 29. Apr. 99
-|*
 |*  Zerteilt einen SectionFrm in zwei Teile, der zweite Teil beginnt mit dem
 |*  uebergebenen Frame.
 |*  Benoetigt wird dies beim Einfuegen eines inneren Bereichs, weil innerhalb
@@ -590,9 +569,6 @@ BOOL SwSectionFrm::SplitSect( SwFrm* pFrm, BOOL bApres )
 |*
 |*	SwSectionFrm::MoveCntntAndDelete()
 |*
-|*	Ersterstellung		AMA 29. Jan 99
-|*	Letzte Aenderung	AMA 29. Jan 99
-|*
 |*  MoveCntnt wird zur Zerstoerung eines SectionFrms wg. Aufhebung oder
 |*  Verstecken des Bereichs gerufen, um den Inhalt umzuhaengen.
 |*  Wenn der SectionFrm keinen anderen aufbrach, so wird der Inhalt in
@@ -942,9 +918,6 @@ BOOL SwSectionFrm::CalcMinDiff( SwTwips& rMinDiff ) const
  *
  * 	SwSectionFrm::CollectEndnotes(  )
  *
- *	Ersterstellung		AMA 03. Nov 99
- *	Letzte Aenderung	AMA 03. Nov 99
- *
  *  CollectEndnotes looks for endnotes in the sectionfrm and his follows,
  *  the endnotes will cut off the layout and put into the array.
  *  If the first endnote is not a master-SwFtnFrm, the whole sectionfrm
@@ -1326,8 +1299,6 @@ class ExtraFormatToPositionObjs
 |*	SwSectionFrm::Format()
 |*
 |*	Beschreibung:		"Formatiert" den Frame; Frm und PrtArea.
-|*	Ersterstellung		AMA 03. Dec. 97
-|* 	Letzte Aenderung	MA 09. Oct. 98
 |*
 |*************************************************************************/
 
@@ -1559,8 +1530,6 @@ void SwSectionFrm::Format( const SwBorderAttrs *pAttr )
 |*	Beschreibung		Liefert das naechste Layoutblatt in das der	Frame
 |* 		gemoved werden kann.
 |* 		Neue Seiten werden nur dann erzeugt, wenn der Parameter TRUE ist.
-|*	Ersterstellung		AMA 07. Jan. 98
-|*	Letzte Aenderung	AMA 07. Jan. 98
 |*
 |*************************************************************************/
 
@@ -1796,8 +1765,6 @@ SwLayoutFrm *SwFrm::GetNextSctLeaf( MakePageType eMakePage )
 |*
 |*	Beschreibung		Liefert das vorhergehende LayoutBlatt in das der
 |* 		Frame gemoved werden kann.
-|*	Ersterstellung		AMA 07. Jan. 98
-|*	Letzte Aenderung	AMA 07. Jan. 98
 |*
 |*************************************************************************/
 
@@ -2027,9 +1994,6 @@ BOOL SwSectionFrm::Growable() const
 |*
 |*	SwSectionFrm::_Grow(), _Shrink()
 |*
-|*	Ersterstellung		AMA 14. Jan. 98
-|*	Letzte Aenderung	AMA 14. Jan. 98
-|*
 |*************************************************************************/
 
 SwTwips SwSectionFrm::_Grow( SwTwips nDist, BOOL bTst )
@@ -2232,9 +2196,6 @@ SwTwips SwSectionFrm::_Shrink( SwTwips nDist, BOOL bTst )
 |*
 |*	SwSectionFrm::MoveAllowed()
 |*
-|*	Ersterstellung		MA 08. Oct. 98
-|*	Letzte Aenderung	MA 08. Oct. 98
-|*
 |*	Wann sind Frms innerhalb eines SectionFrms moveable?
 |*  Wenn sie noch nicht in der letzten Spalte des SectionFrms sind,
 |* 	wenn es einen Follow gibt,
@@ -2434,9 +2395,6 @@ void SwSectionFrm::CalcEndAtEndFlag()
 |*
 |*	SwSectionFrm::Modify()
 |*
-|*	Ersterstellung		MA 08. Oct. 98
-|*	Letzte Aenderung	MA 08. Oct. 98
-|*
 |*************************************************************************/
 
 void SwSectionFrm::Modify( SfxPoolItem * pOld, SfxPoolItem * pNew )
@@ -2588,7 +2546,7 @@ void SwSectionFrm::_UpdateAttr( SfxPoolItem *pOld, SfxPoolItem *pNew,
     }
 }
 
-/*-----------------09.06.99 14:58-------------------
+/*--------------------------------------------------
  * SwSectionFrm::ToMaximize(..): A follow or a ftncontainer at the end of the
  * page causes a maximal Size of the sectionframe.
  * --------------------------------------------------*/
@@ -2621,7 +2579,7 @@ BOOL SwSectionFrm::ToMaximize( BOOL bCheckFollow ) const
     return bRet;
 }
 
-/*-----------------09.06.99 15:07-------------------
+/*--------------------------------------------------
  * BOOL SwSectionFrm::ContainsFtnCont()
  * checks every Column for FtnContFrms.
  * --------------------------------------------------*/
@@ -2666,7 +2624,7 @@ void SwSectionFrm::InvalidateFtnPos()
     }
 }
 
-/*-----------------18.03.99 10:37-------------------
+/*--------------------------------------------------
  * SwSectionFrm::Undersize() liefert den Betrag, um den der Bereich gern
  * groesser waere, wenn in ihm Undersized TxtFrms liegen, ansonsten Null.
  * Das Undersized-Flag wird ggf. korrigiert.
@@ -2720,7 +2678,7 @@ void SwSectionFrm::CalcFtnCntnt()
     }
 }
 
-/* -----------------09.02.99 14:26-------------------
+/* --------------------------------------------------
  * Wenn ein SectionFrm leerlaeuft, z.B. weil sein Inhalt die Seite/Spalte wechselt,
  * so wird er nicht sofort zerstoert (es koennte noch jemand auf dem Stack einen Pointer
  * auf ihn halten), sondern er traegt sich in eine Liste am RootFrm ein, die spaeter
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx
index 99f392b..4712d0f 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -109,8 +109,6 @@ static SwCrsrOszControl aOszCtrl = { 0, 0, 0 };
 |*
 |*	Beschreibung:		Sucht denjenigen CntntFrm, innerhalb dessen
 |* 						PrtArea der Point liegt.
-|*	Ersterstellung		MA 20. Jul. 92
-|*	Letzte Aenderung	MA 23. May. 95
 |*
 |*************************************************************************/
 BOOL SwLayoutFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
@@ -146,8 +144,6 @@ BOOL SwLayoutFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
 |*
 |*	Beschreibung:		Sucht die Seite, innerhalb der der gesuchte Point
 |*						liegt.
-|*	Ersterstellung		MA 20. Jul. 92
-|*	Letzte Aenderung	MA 18. Jul. 96
 |*
 |*************************************************************************/
 
@@ -296,8 +292,6 @@ bool SwRootFrm::FillSelection( SwSelectionList& aSelList, const SwRect& rRect) c
 |*	Beschreibung:		Reicht Primaer den Aufruf an die erste Seite weiter.
 |*						Wenn der 'reingereichte Point veraendert wird,
 |*						so wird FALSE zurueckgegeben.
-|*	Ersterstellung		MA 01. Jun. 92
-|*	Letzte Aenderung	MA 30. Nov. 94
 |*
 |*************************************************************************/
 BOOL SwRootFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
@@ -351,8 +345,6 @@ BOOL SwRootFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
 |* 						der Crsr notfalls mit Gewalt in einen der CntntFrms
 |* 						gesetzt.
 |* 						In geschuetzte Zellen gibt es hier keinen Eingang.
-|*	Ersterstellung		MA 04. Jun. 93
-|*	Letzte Aenderung	MA 23. May. 95
 |*
 |*************************************************************************/
 BOOL SwCellFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
@@ -421,9 +413,6 @@ BOOL SwCellFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
 |*
 |*	SwFlyFrm::GetCrsrOfst()
 |*
-|*	Ersterstellung		MA 15. Dec. 92
-|*	Letzte Aenderung	MA 23. May. 95
-|*
 |*************************************************************************/
 //Problem: Wenn zwei Flys genau gleich gross sind und auf derselben
 //Position stehen, so liegt jeder innerhalb des anderen.
@@ -516,8 +505,6 @@ BOOL SwFlyFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
 /*************************************************************************
 |*
 |*	  Beschreibung		Layoutabhaengiges Cursortravelling
-|*	  Ersterstellung	MA 23. Jul. 92
-|*	  Letzte Aenderung	MA 06. Sep. 93
 |*
 |*************************************************************************/
 BOOL SwCntntFrm::LeftMargin(SwPaM *pPam) const
@@ -886,8 +873,6 @@ BOOL SwCntntFrm::UnitDown( SwPaM* pPam, const SwTwips, BOOL bInReadOnly ) const
 |*			diejenige in der der PaM sitzt. Anderfalls ist die aktuelle
 |*			Seite die erste Seite innerhalb der VisibleArea.
 |*			Es wird nur auf den vorhandenen Seiten gearbeitet!
-|*	Ersterstellung		MA 20. May. 92
-|*	Letzte Aenderung	MA 09. Oct. 97
 |*
 |*************************************************************************/
 USHORT SwRootFrm::GetCurrPage( const SwPaM *pActualCrsr ) const
@@ -910,8 +895,6 @@ USHORT SwRootFrm::GetCurrPage( const SwPaM *pActualCrsr ) const
 |*			Liefert Null, wenn die Operation nicht moeglich ist.
 |*			Der PaM sitzt in der letzten Seite, wenn die Seitenzahl zu gross
 |*			gewaehlt wurde.
-|*	Ersterstellung		MA 20. May. 92
-|*	Letzte Aenderung	MA 09. Oct. 97
 |*
 |*************************************************************************/
 USHORT SwRootFrm::SetCurrPage( SwCursor* pToSet, USHORT nPageNum )
@@ -982,8 +965,6 @@ USHORT SwRootFrm::SetCurrPage( SwCursor* pToSet, USHORT nPageNum )
 |*		andere Anfang/Ende.
 |*		Fuer die Bestimmung der Seite und des Cntnt (Anfang/Ende) werden
 |*		die im folgenden definierten Funktionen benutzt.
-|*	  Ersterstellung	MA 15. Oct. 92
-|*	  Letzte Aenderung	MA 28. Feb. 93
 |*
 |*************************************************************************/
 SwCntntFrm *GetFirstSub( const SwLayoutFrm *pLayout )
@@ -1098,8 +1079,6 @@ BOOL GetFrmInPage( const SwCntntFrm *pCnt, SwWhichPage fnWhichPage,
  * 						erweitert bis einer gefunden wird.
 |* 						Zurueckgegeben wird die 'Semantisch richtige' Position
 |* 						innerhalb der PrtArea des gefundenen CntntFrm
-|*	Ersterstellung		MA 15. Jul. 92
-|*	Letzte Aenderung	MA 09. Jan. 97
 |*
 |*************************************************************************/
 ULONG CalcDiff( const Point &rPt1, const Point &rPt2 )
@@ -1353,9 +1332,6 @@ const SwCntntFrm *SwLayoutFrm::GetCntntPos( Point& rPoint,
 |*	Beschreibung		Analog zu SwLayoutFrm::GetCntntPos().
 |* 						Spezialisiert fuer Felder in Rahmen.
 |*
-|*	Ersterstellung		MA 22. Mar. 95
-|*	Letzte Aenderung	MA 07. Nov. 95
-|*
 |*************************************************************************/
 void SwPageFrm::GetCntntPosition( const Point &rPt, SwPosition &rPos ) const
 {
@@ -1450,8 +1426,6 @@ void SwPageFrm::GetCntntPosition( const Point &rPt, SwPosition &rPos ) const
 |*
 |*	Beschreibung		Es wird der naechstliegende Cntnt zum uebergebenen
 |* 						Point gesucht. Es wird nur im BodyText gesucht.
-|*	Ersterstellung		MA 15. Jul. 92
-|*	Letzte Aenderung	JP 11.10.2001
 |*
 |*************************************************************************/
 
@@ -1572,8 +1546,6 @@ Point SwRootFrm::GetNextPrevCntntPos( const Point& rPoint, BOOL bNext ) const
 |*			Liefert Null, wenn die Operation nicht moeglich ist.
 |*			Die Pos ist die der letzten Seite, wenn die Seitenzahl zu gross
 |*			gewaehlt wurde.
-|*	Ersterstellung		MA 01. Jun. 92
-|*	Letzte Aenderung	MA 09. Oct. 97
 |*
 |*************************************************************************/
 Point SwRootFrm::GetPagePos( USHORT nPageNum ) const
@@ -1641,8 +1613,6 @@ BOOL SwRootFrm::IsDummyPage( USHORT nPageNum ) const
 |* 						geschuetzt?
 |* 						Auch Fly in Fly in ... und Fussnoten
 |*
-|*	  Ersterstellung	MA 28. Jul. 93
-|*	  Letzte Aenderung	MA 06. Nov. 97
 |*
 |*************************************************************************/
 BOOL SwFrm::IsProtected() const
@@ -1706,8 +1676,6 @@ BOOL SwFrm::IsProtected() const
 |*	  SwFrm::GetPhyPageNum()
 |*	  Beschreibung:		Liefert die physikalische Seitennummer
 |*
-|*	  Ersterstellung	OK 06.07.93 08:35
-|*	  Letzte Aenderung	MA 30. Nov. 94
 |*
 |*************************************************************************/
 USHORT SwFrm::GetPhyPageNum() const
@@ -1716,7 +1684,7 @@ USHORT SwFrm::GetPhyPageNum() const
     return pPage ? pPage->GetPhyPageNum() : 0;
 }
 
-/*-----------------26.02.01 11:25-------------------
+/*--------------------------------------------------
  * SwFrm::WannaRightPage()
  * decides if the page want to be a rightpage or not.
  * If the first content of the page has a page descriptor,
@@ -1789,9 +1757,6 @@ BOOL SwFrm::WannaRightPage() const
 |*	  SwFrm::GetVirtPageNum()
 |*	  Beschreibung:		Liefert die virtuelle Seitennummer mit Offset
 |*
-|*	  Ersterstellung	OK 06.07.93 08:35
-|*	  Letzte Aenderung	MA 30. Nov. 94
-|*
 |*************************************************************************/
 USHORT SwFrm::GetVirtPageNum() const
 {
@@ -1845,9 +1810,6 @@ USHORT SwFrm::GetVirtPageNum() const
 |*
 |*	SwRootFrm::MakeTblCrsrs()
 |*
-|*	Ersterstellung		MA 14. May. 93
-|*	Letzte Aenderung	MA 02. Feb. 94
-|*
 |*************************************************************************/
 //Ermitteln und einstellen derjenigen Zellen die von der Selektion
 //eingeschlossen sind.
@@ -1968,9 +1930,6 @@ bool SwRootFrm::MakeTblCrsrs( SwTableCursor& rTblCrsr )
 |*
 |*	SwRootFrm::CalcFrmRects
 |*
-|*	Ersterstellung		MA 24. Aug. 92
-|*	Letzte Aenderung	MA 24. Aug. 93
-|*
 |*************************************************************************/
 
 /*
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index bc1ea39..cd143b7 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -83,9 +83,6 @@ using namespace ::com::sun::star;
 |*
 |*	SwFrm::SwFrm()
 |*
-|*	Ersterstellung		AK 12-Feb-1991
-|*	Letzte Aenderung	MA 05. Apr. 94
-|*
 |*************************************************************************/
 
 SwFrm::SwFrm( SwModify *pMod ) :
@@ -232,9 +229,6 @@ void SwTxtFrm::CheckDirection( BOOL bVert )
 |*
 |*	SwFrm::Modify()
 |*
-|*	Ersterstellung		AK 01-Mar-1991
-|*	Letzte Aenderung	MA 20. Jun. 96
-|*
 |*************************************************************************/
 void SwFrm::Modify( SfxPoolItem * pOld, SfxPoolItem * pNew )
 {
@@ -348,8 +342,6 @@ void SwFrm::_UpdateAttrFrm( SfxPoolItem *pOld, SfxPoolItem *pNew,
 /*************************************************************************
 |*
 |*	  SwFrm::Prepare()
-|*	  Ersterstellung	MA 13. Apr. 93
-|*	  Letzte Aenderung	MA 26. Jun. 96
 |*
 |*************************************************************************/
 void SwFrm::Prepare( const PrepareHint, const void *, BOOL )
@@ -363,8 +355,6 @@ void SwFrm::Prepare( const PrepareHint, const void *, BOOL )
 |*	  Beschreibung:		Invalidiert die Seite, in der der Frm gerade steht.
 |*		Je nachdem ob es ein Layout, Cntnt oder FlyFrm ist wird die Seite
 |*		entsprechend Invalidiert.
-|*	  Ersterstellung	MA 22. Jul. 92
-|*	  Letzte Aenderung	MA 14. Oct. 94
 |*
 |*************************************************************************/
 void SwFrm::InvalidatePage( const SwPageFrm *pPage ) const
@@ -481,9 +471,6 @@ void SwFrm::InvalidatePage( const SwPageFrm *pPage ) const
 |*
 |*	SwFrm::ChgSize()
 |*
-|*	Ersterstellung		AK 15-Feb-1991
-|*	Letzte Aenderung	MA 18. Nov. 98
-|*
 |*************************************************************************/
 Size SwFrm::ChgSize( const Size& aNewSize )
 {
@@ -566,7 +553,6 @@ Size SwFrm::ChgSize( const Size& aNewSize )
 |* 						Eingefuegt wird unterhalb des Parent und entweder
 |* 						vor pBehind oder am Ende der Kette wenn pBehind
 |* 						leer ist.
-|*	Letzte Aenderung	MA 06. Aug. 99
 |*
 |*************************************************************************/
 void SwFrm::InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind )
@@ -607,7 +593,6 @@ void SwFrm::InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind )
 |* 						Eingefuegt wird unterhalb des Parent und entweder
 |* 						hinter pBefore oder am Anfang der Kette wenn pBefore
 |* 						leer ist.
-|*	Letzte Aenderung	MA 06. Aug. 99
 |*
 |*************************************************************************/
 void SwFrm::InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore )
@@ -641,7 +626,6 @@ void SwFrm::InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore )
 |*
 |*	Beschreibung		Eine Kette von SwFrms wird in eine bestehende Struktur
 |* 						eingefuegt
-|*	Letzte Aenderung	AMA 9. Dec. 97
 |*
 |*  Bisher wird dies genutzt, um einen SectionFrame, der ggf. schon Geschwister
 |*	mit sich bringt, in eine bestehende Struktur einzufuegen.
@@ -761,9 +745,6 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct )
 |*
 |*	SwFrm::Remove()
 |*
-|*	Ersterstellung		AK 01-Mar-1991
-|*	Letzte Aenderung	MA 07. Dec. 95
-|*
 |*************************************************************************/
 void SwFrm::Remove()
 {
@@ -788,9 +769,6 @@ void SwFrm::Remove()
 |*
 |*	SwCntntFrm::Paste()
 |*
-|*	Ersterstellung		MA 23. Feb. 94
-|*	Letzte Aenderung	MA 09. Sep. 98
-|*
 |*************************************************************************/
 void SwCntntFrm::Paste( SwFrm* pParent, SwFrm* pSibling)
 {
@@ -896,9 +874,6 @@ void SwCntntFrm::Paste( SwFrm* pParent, SwFrm* pSibling)
 |*
 |*	SwCntntFrm::Cut()
 |*
-|*	Ersterstellung		AK 14-Feb-1991
-|*	Letzte Aenderung	MA 09. Sep. 98
-|*
 |*************************************************************************/
 void SwCntntFrm::Cut()
 {
@@ -1089,9 +1064,6 @@ void SwCntntFrm::Cut()
 |*
 |*	SwLayoutFrm::Paste()
 |*
-|*	Ersterstellung		MA 23. Feb. 94
-|*	Letzte Aenderung	MA 23. Feb. 94
-|*
 |*************************************************************************/
 void SwLayoutFrm::Paste( SwFrm* pParent, SwFrm* pSibling)
 {
@@ -1194,9 +1166,6 @@ void SwLayoutFrm::Paste( SwFrm* pParent, SwFrm* pSibling)
 |*
 |*	SwLayoutFrm::Cut()
 |*
-|*	Ersterstellung		MA 23. Feb. 94
-|*	Letzte Aenderung	MA 23. Feb. 94
-|*
 |*************************************************************************/
 void SwLayoutFrm::Cut()
 {
@@ -1259,9 +1228,6 @@ void SwLayoutFrm::Cut()
 |*
 |*	SwFrm::Grow()
 |*
-|*	Ersterstellung		AK 19-Feb-1991
-|*	Letzte Aenderung	MA 05. May. 94
-|*
 |*************************************************************************/
 SwTwips SwFrm::Grow( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -1311,9 +1277,6 @@ SwTwips SwFrm::Grow( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |*
 |*	SwFrm::Shrink()
 |*
-|*	Ersterstellung		AK 14-Feb-1991
-|*	Letzte Aenderung	MA 05. May. 94
-|*
 |*************************************************************************/
 SwTwips SwFrm::Shrink( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -1382,9 +1345,6 @@ SwTwips SwFrm::Shrink( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |*
 |*	Parameter: nDiff ist der Betrag, um den Platz geschaffen werden muss
 |*
-|*	Ersterstellung		MA 07. May. 92
-|*	Letzte Aenderung	AMA 02. Nov. 98
-|*
 |*************************************************************************/
 SwTwips SwFrm::AdjustNeighbourhood( SwTwips nDiff, BOOL bTst )
 {
@@ -1687,9 +1647,6 @@ SwTwips SwFrm::AdjustNeighbourhood( SwTwips nDiff, BOOL bTst )
 |*	SwFrm::ImplInvalidateSize(), ImplInvalidatePrt(), ImplInvalidatePos(),
 |* 		   ImplInvalidateLineNum()
 |*
-|*	Ersterstellung		MA 15. Oct. 92
-|*	Letzte Aenderung	MA 24. Mar. 94
-|*
 |*************************************************************************/
 /** method to perform additional actions on an invalidation
 
@@ -1780,9 +1737,6 @@ void SwFrm::ImplInvalidateLineNum()
 |*
 |*	SwFrm::ReinitializeFrmSizeAttrFlags
 |*
-|*	Ersterstellung		MA 15. Oct. 96
-|*	Letzte Aenderung	MA 15. Oct. 96
-|*
 |*************************************************************************/
 void SwFrm::ReinitializeFrmSizeAttrFlags()
 {
@@ -1877,9 +1831,6 @@ void SwFrm::ValidateThisAndAllLowers( const USHORT nStage )
 |*
 |*	SwCntntFrm::GrowFrm()
 |*
-|*	Ersterstellung		MA 30. Jul. 92
-|*	Letzte Aenderung	MA 25. Mar. 99
-|*
 |*************************************************************************/
 SwTwips SwCntntFrm::GrowFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -1989,9 +1940,6 @@ SwTwips SwCntntFrm::GrowFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |*
 |*	SwCntntFrm::ShrinkFrm()
 |*
-|*	Ersterstellung		MA 30. Jul. 92
-|*	Letzte Aenderung	MA 05. May. 94
-|*
 |*************************************************************************/
 SwTwips SwCntntFrm::ShrinkFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -2111,10 +2059,6 @@ SwTwips SwCntntFrm::ShrinkFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |*
 |*	  SwCntntFrm::Modify()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	AK 05-Mar-1991
-|*	  Letzte Aenderung	MA 13. Oct. 95
-|*
 |*************************************************************************/
 void SwCntntFrm::Modify( SfxPoolItem * pOld, SfxPoolItem * pNew )
 {
@@ -2344,9 +2288,6 @@ void SwCntntFrm::_UpdateAttr( SfxPoolItem* pOld, SfxPoolItem* pNew,
 |*
 |*	SwLayoutFrm::SwLayoutFrm()
 |*
-|*	Ersterstellung		AK 14-Feb-1991
-|*	Letzte Aenderung	MA 12. May. 95
-|*
 |*************************************************************************/
 SwLayoutFrm::SwLayoutFrm( SwFrmFmt* pFmt ):
     SwFrm( pFmt ),
@@ -2360,7 +2301,7 @@ SwLayoutFrm::SwLayoutFrm( SwFrmFmt* pFmt ):
 // --> OD 2004-06-29 #i28701#
 TYPEINIT1(SwLayoutFrm,SwFrm);
 // <--
-/*-----------------10.06.99 09:42-------------------
+/*--------------------------------------------------
  * SwLayoutFrm::InnerHeight()
  * --------------------------------------------------*/
 
@@ -2406,9 +2347,6 @@ SwTwips SwLayoutFrm::InnerHeight() const
 |*
 |*	SwLayoutFrm::GrowFrm()
 |*
-|*	Ersterstellung		MA 30. Jul. 92
-|*	Letzte Aenderung	MA 23. Sep. 96
-|*
 |*************************************************************************/
 SwTwips SwLayoutFrm::GrowFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -2572,9 +2510,6 @@ SwTwips SwLayoutFrm::GrowFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |*
 |*	SwLayoutFrm::ShrinkFrm()
 |*
-|*	Ersterstellung		MA 30. Jul. 92
-|*	Letzte Aenderung	MA 25. Mar. 99
-|*
 |*************************************************************************/
 SwTwips SwLayoutFrm::ShrinkFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 {
@@ -2750,8 +2685,6 @@ SwTwips SwLayoutFrm::ShrinkFrm( SwTwips nDist, BOOL bTst, BOOL bInfo )
 |* 		PrtArea des Frm's.
 |* 		Die Variablen Frm's werden auch proportional angepasst; sie werden
 |* 		sich schon wieder zurechtwachsen/-schrumpfen.
-|*	Ersterstellung		MA 11.03.92
-|*	Letzte Aenderung	AMA 2. Nov. 98
 |*
 |*************************************************************************/
 void SwLayoutFrm::ChgLowersProp( const Size& rOldSize )
@@ -3153,8 +3086,6 @@ void SwLayoutFrm::ChgLowersProp( const Size& rOldSize )
 |*
 |*	Beschreibung:		"Formatiert" den Frame; Frm und PrtArea.
 |*						Die Fixsize wird hier nicht eingestellt.
-|*	Ersterstellung		MA 28. Jul. 92
-|*	Letzte Aenderung	MA 21. Mar. 95
 |*
 |*************************************************************************/
 void SwLayoutFrm::Format( const SwBorderAttrs *pAttrs )
@@ -3245,9 +3176,6 @@ void SwLayoutFrm::Format( const SwBorderAttrs *pAttrs )
 |*
 |*	SwLayoutFrm::InvalidatePercentLowers()
 |*
-|*	Ersterstellung		MA 13. Jun. 96
-|*	Letzte Aenderung	MA 13. Jun. 96
-|*
 |*************************************************************************/
 static void InvaPercentFlys( SwFrm *pFrm, SwTwips nDiff )
 {
@@ -3318,9 +3246,6 @@ void SwLayoutFrm::InvaPercentLowers( SwTwips nDiff )
 |*
 |*	SwLayoutFrm::CalcRel()
 |*
-|*	Ersterstellung		MA 13. Jun. 96
-|*	Letzte Aenderung	MA 10. Oct. 96
-|*
 |*************************************************************************/
 long SwLayoutFrm::CalcRel( const SwFmtFrmSize &rSz, BOOL ) const
 {
@@ -3786,9 +3711,6 @@ void SwLayoutFrm::FormatWidthCols( const SwBorderAttrs &rAttrs,
 |*
 |*	SwRootFrm::InvalidateAllCntnt()
 |*
-|*	Ersterstellung		MA 13. Feb. 98
-|*	Letzte Aenderung	MA 12. Aug. 00
-|*
 |*************************************************************************/
 
 SwCntntFrm* lcl_InvalidateSection( SwFrm *pCnt, BYTE nInv )
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index e53c282..5e52ce2 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -1515,7 +1515,7 @@ void SwTxtFormatInfo::Init()
     SetPaintOfst(0);
 }
 
-/*-----------------16.10.00 11:39-------------------
+/*--------------------------------------------------
  * There are a few differences between a copy constructor
  * and the following constructor for multi-line formatting.
  * The root is the first line inside the multi-portion,
diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx
index c2212c4..717a791 100644
--- a/sw/source/core/text/itratr.cxx
+++ b/sw/source/core/text/itratr.cxx
@@ -745,7 +745,7 @@ void SwTxtNode::GetMinMaxSize( ULONG nIndex, ULONG& rMin, ULONG &rMax,
                             if( RES_FLYFRMFMT == pFrmFmt->Which()
                                 && rTmpSize.GetWidthPercent() )
                             {
-/*-----------------24.01.97 14:09----------------------------------------------
+/*-----------------------------------------------------------------------------
  * Hier ein HACK fuer folgende Situation: In dem Absatz befindet sich
  * ein Textrahmen mit relativer Groesse. Dann nehmen wir mal als minimale
  * Breite 0,5 cm und als maximale KSHRT_MAX.
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index 9c68d11..7c6a4b3 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -2328,7 +2328,7 @@ void SwLineLayout::Init( SwLinePortion* pNextPortion )
     SetPortion( pNextPortion );
 }
 
-/*-----------------16.11.00 11:04-------------------
+/*--------------------------------------------------
  * HangingMargin()
  * looks for hanging punctuation portions in the paragraph
  * and return the maximum right offset of them.
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index 3d1ea04..8255e3d 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -64,7 +64,7 @@
 using namespace ::com::sun::star;
 extern sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
 
-/*-----------------10.10.00 15:23-------------------
+/*--------------------------------------------------
  *  class SwMultiPortion
  *
  * A SwMultiPortion is not a simple portion,
@@ -84,7 +84,7 @@ void SwMultiPortion::Paint( const SwTxtPaintInfo & ) const
     "Don't try SwMultiPortion::Paint, try SwTxtPainter::PaintMultiPortion" );
 }
 
-/*-----------------13.10.00 16:21-------------------
+/*--------------------------------------------------
  * Summarize the internal lines to calculate the (external) size.
  * The internal line has to calculate first.
  * --------------------------------------------------*/
@@ -154,7 +154,7 @@ void SwMultiPortion::HandlePortion( SwPortionHandler& rPH ) const
     rPH.Text( GetLen(), GetWhichPor() );
 }
 
-/*-----------------01.11.00 14:21-------------------
+/*--------------------------------------------------
  * SwMultiPortion::ActualizeTabulator()
  * sets the tabulator-flag, if there's any tabulator-portion inside.
  * --------------------------------------------------*/
@@ -179,7 +179,7 @@ void SwMultiPortion::ActualizeTabulator()
     }
 }
 
-/*-----------------16.02.01 12:07-------------------
+/*--------------------------------------------------
  * SwRotatedPortion::SwRotatedPortion(..)
  * --------------------------------------------------*/
 
@@ -265,7 +265,7 @@ xub_StrLen SwBidiPortion::GetSpaceCnt( const SwTxtSizeInfo &rInf ) const
     return nBlanks;
 }
 
-/*-----------------01.11.00 14:22-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::SwDoubleLinePortion(..)
  * This constructor is for the continuation of a doubleline portion
  * in the next line.
@@ -294,7 +294,7 @@ SwDoubleLinePortion::SwDoubleLinePortion( SwDoubleLinePortion& rDouble,
     }
 }
 
-/*-----------------01.11.00 14:22-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::SwDoubleLinePortion(..)
  * This constructor uses the textattribut to get the right brackets.
  * The textattribut could be a 2-line-attribute or a character- or
@@ -359,7 +359,7 @@ SwDoubleLinePortion::SwDoubleLinePortion( const SwMultiCreator& rCreate,
 }
 
 
-/*-----------------25.10.00 09:51-------------------
+/*--------------------------------------------------
  * SwMultiPortion::PaintBracket paints the wished bracket,
  * if the multiportion has surrounding brackets.
  * The X-position of the SwTxtPaintInfo will be modified:
@@ -399,7 +399,7 @@ void SwDoubleLinePortion::PaintBracket( SwTxtPaintInfo &rInf,
         rInf.X( rInf.X() + PreWidth() );
 }
 
-/*-----------------25.10.00 16:26-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::SetBrackets creates the bracket-structur
  * and fills it, if not both characters are 0x00.
  * --------------------------------------------------*/
@@ -417,7 +417,7 @@ void SwDoubleLinePortion::SetBrackets( const SwDoubleLinePortion& rDouble )
     }
 }
 
-/*-----------------25.10.00 16:29-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::FormatBrackets
  * calculates the size of the brackets => pBracket,
  * reduces the nMaxWidth-parameter ( minus bracket-width )
@@ -487,7 +487,7 @@ void SwDoubleLinePortion::FormatBrackets( SwTxtFormatInfo &rInf, SwTwips& nMaxWi
     nMaxWidth += rInf.X();
 }
 
-/*-----------------26.10.00 10:36-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::CalcBlanks
  * calculates the number of blanks in each line and
  * the difference of the width of the two lines.
@@ -531,7 +531,7 @@ long SwDoubleLinePortion::CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo & ) c
     return HasTabulator() ? 0 : GetSpaceCnt() * nSpaceAdd / SPACING_PRECISION_FACTOR;
 }
 
-/*-----------------01.11.00 14:29-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::ChangeSpaceAdd(..)
  * merges the spaces for text adjustment from the inner and outer part.
  * Inside the doubleline portion the wider line has no spaceadd-array, the
@@ -577,7 +577,7 @@ sal_Bool SwDoubleLinePortion::ChgSpaceAdd( SwLineLayout* pCurr,
     }
     return bRet;
 }
-/*-----------------01.11.00 14:29-------------------
+/*--------------------------------------------------
  * SwDoubleLinePortion::ResetSpaceAdd(..)
  * cancels the manipulation from SwDoubleLinePortion::ChangeSpaceAdd(..)
  * --------------------------------------------------*/
@@ -594,7 +594,7 @@ SwDoubleLinePortion::~SwDoubleLinePortion()
     delete pBracket;
 }
 
-/*-----------------13.11.00 14:50-------------------
+/*--------------------------------------------------
  * SwRubyPortion::SwRubyPortion(..)
  * constructs a ruby portion, i.e. an additional text is displayed
  * beside the main text, e.g. phonetic characters.
@@ -611,7 +611,7 @@ SwRubyPortion::SwRubyPortion( const SwRubyPortion& rRuby, xub_StrLen nEnd ) :
     SetRuby();
 }
 
-/*-----------------13.11.00 14:50-------------------
+/*--------------------------------------------------
  * SwRubyPortion::SwRubyPortion(..)
  * constructs a ruby portion, i.e. an additional text is displayed
  * beside the main text, e.g. phonetic characters.
@@ -678,7 +678,7 @@ SwRubyPortion::SwRubyPortion( const SwMultiCreator& rCreate, const SwFont& rFnt,
         SetDirection( DIR_LEFT2RIGHT );
 }
 
-/*-----------------13.11.00 14:56-------------------
+/*--------------------------------------------------
  * SwRubyPortion::_Adjust(..)
  * In ruby portion there are different alignments for
  * the ruby text and the main text.
@@ -774,7 +774,7 @@ void SwRubyPortion::_Adjust( SwTxtFormatInfo &rInf )
     rInf.SetIdx( nOldIdx );
 }
 
-/*-----------------08.11.00 14:14-------------------
+/*--------------------------------------------------
  * CalcRubyOffset()
  * has to change the nRubyOffset, if there's a fieldportion
  * in the phonetic line.
@@ -808,7 +808,7 @@ void SwRubyPortion::CalcRubyOffset()
     }
 }
 
-/*-----------------13.10.00 16:22-------------------
+/*--------------------------------------------------
  * SwTxtSizeInfo::GetMultiCreator(..)
  * If we (e.g. the position rPos) are inside a two-line-attribute or
  * a ruby-attribute, the attribute will be returned in a SwMultiCreator-struct,
@@ -821,7 +821,7 @@ void SwRubyPortion::CalcRubyOffset()
  * with different brackets interrupts another 2-line-attribute.
  * --------------------------------------------------*/
 
-/*-----------------13.11.00 15:38-------------------
+/*--------------------------------------------------
  * lcl_Has2Lines(..)
  * is a little help function for GetMultiCreator(..)
  * It extracts the 2-line-format from a 2-line-attribute or a character style.
@@ -850,7 +850,7 @@ sal_Bool lcl_Has2Lines( const SwTxtAttr& rAttr, const SvxTwoLinesItem* &rpRef,
     return sal_False;
 }
 
-/*-----------------16.02.01 16:39-------------------
+/*--------------------------------------------------
  * lcl_HasRotation(..)
  * is a little help function for GetMultiCreator(..)
  * It extracts the charrotation from a charrotate-attribute or a character style.
@@ -1266,7 +1266,7 @@ SwMultiCreator* SwTxtSizeInfo::GetMultiCreator( xub_StrLen &rPos,
     return NULL;
 }
 
-/*-----------------01.11.00 14:52-------------------
+/*--------------------------------------------------
  * SwSpaceManipulator
  * is a little helper class to manage the spaceadd-arrays of the text adjustment
  * during a PaintMultiPortion.
@@ -1356,7 +1356,7 @@ SwSpaceManipulator::~SwSpaceManipulator()
     rInfo.SetDirection( nOldDir );
 }
 
-/*-----------------13.10.00 16:24-------------------
+/*--------------------------------------------------
  * SwTxtPainter::PaintMultiPortion manages the paint for a SwMultiPortion.
  * External, for the calling function, it seems to be a normal Paint-function,
  * internal it is like a SwTxtFrm::Paint with multiple DrawTextLines
@@ -2186,7 +2186,7 @@ BOOL SwTxtFormatter::BuildMultiPortion( SwTxtFormatInfo &rInf,
     return bRet;
 }
 
-/*-----------------08.11.00 09:29-------------------
+/*--------------------------------------------------
  * SwTxtFormatter::MakeRestPortion(..)
  * When a fieldportion at the end of line breaks and needs a following
  * fieldportion in the next line, then the "restportion" of the formatinfo
@@ -2350,7 +2350,7 @@ SwLinePortion* SwTxtFormatter::MakeRestPortion( const SwLineLayout* pLine,
 
 
 
-/*-----------------23.10.00 10:47-------------------
+/*--------------------------------------------------
  * SwTxtCursorSave notes the start and current line of a SwTxtCursor,
  * sets them to the values for GetCrsrOfst inside a multiportion
  * and restores them in the destructor.
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 649090f..4de447f 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -40,7 +40,7 @@ class SwTxtAttr;
 class SfxPoolItem;
 class SwFont;
 
-/*-----------------02.02.01 15:01-------------------
+/*--------------------------------------------------
  * SwMultiCreator is a small structur to create a multiportion.
  * It contains the kind of multiportion and a textattribute
  * or a poolitem.
@@ -61,7 +61,7 @@ struct SwMultiCreator
     BYTE nLevel;
 };
 
-/*-----------------25.10.00 16:19-------------------
+/*--------------------------------------------------
  * A two-line-portion (SwMultiPortion) could have surrounding brackets,
  * in this case the structur SwBracket will be used.
  * --------------------------------------------------*/
@@ -79,7 +79,7 @@ struct SwBracket
     BYTE nPostScript;       // Script of the final character
 };
 
-/*-----------------16.10.00 12:45-------------------
+/*--------------------------------------------------
  * The SwMultiPortion is line portion inside a line portion,
  * it's a group of portions,
  * e.g. a double line portion in a line
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 743de47..16c4c53 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -1834,7 +1834,7 @@ void SwTxtFrm::Prepare( const PrepareHint ePrep, const void* pVoid,
         pPara->SetPrep( sal_True );
 }
 
-/* -----------------11.02.99 17:56-------------------
+/* --------------------------------------------------
  * Kleine Hilfsklasse mit folgender Funktion:
  * Sie soll eine Probeformatierung vorbereiten.
  * Der Frame wird in Groesse und Position angepasst, sein SwParaPortion zur Seite
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index d16a3ef..2dde6c7 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -622,34 +622,6 @@ SwTOXBase & SwTOXBase::operator = (const SwTOXBase & rSource)
     return *this;
 }
 
-/* -----------------16.07.99 16:02-------------------
-
-SwTOXBase & SwTOXBase::operator = (const SwTOXBase & rSource)
-{
-    aForm = rSource.aForm;
-    aName = rSource.aName;
-    aTitle = rSource.aTitle;
-    sMainEntryCharStyle = rSource.sMainEntryCharStyle;
-    sSequenceName = rSource.sSequenceName;
-    eLanguage = rSource.eLanguage;
-    sSortAlgorithm = rSource.sSortAlgorithm;
-    aData = rSource.aData;
-    nCreateType = rSource.nCreateType;
-    nOLEOptions = rSource.nOLEOptions;
-    eCaptionDisplay = rSource.eCaptionDisplay;
-    bProtected = rSource.bProtected;
-    bFromChapter = rSource.bFromChapter;
-    bFromObjectNames = rSource.bFromObjectNames;
-    bLevelFromChapter = rSource.bLevelFromChapter;
-
-    if (rSource.GetAttrSet())
-        SetAttrSet(*rSource.GetAttrSet());
-
-    return *this;
-}
-
- --------------------------------------------------*/
-
 String SwFormToken::GetString() const
 {
     String sRet;
diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 69b993f..59e1772 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -97,9 +97,6 @@ USHORT GetDefaultFontHeight( SwDrawTextInfo &rInf )
 |*
 |*	SwFntCache::Flush()
 |*
-|*	Ersterstellung		AMA 16. Dez. 94
-|*	Letzte Aenderung	AMA 16. Dez. 94
-|*
 |*************************************************************************/
 
 void SwFntCache::Flush( )
@@ -116,9 +113,6 @@ void SwFntCache::Flush( )
 |*
 |*	SwFntObj::SwFntObj(), ~SwFntObj()
 |*
-|*	Ersterstellung		AMA 7. Nov. 94
-|*	Letzte Aenderung	AMA 7. Nov. 94
-|*
 |*************************************************************************/
 
 SwFntObj::SwFntObj( const SwSubFont &rFont, const void *pOwn, ViewShell *pSh ) :
@@ -292,9 +286,6 @@ void lcl_calcLinePos( const CalcLinePosData &rData,
  *
  *  USHORT SwFntObj::GetFontAscent( const OutputDevice& rOut )
  *
- *	Ersterstellung		AMA 7. Nov. 94
- *	Letzte Aenderung	AMA 7. Nov. 94
- *
  *  Beschreibung: liefern den Ascent des Fonts auf dem
  * 	gewuenschten Outputdevice zurueck, ggf. muss der Bildschirmfont erst
  *  erzeugt werden.
@@ -339,9 +330,6 @@ USHORT SwFntObj::GetFontAscent( const ViewShell *pSh, const OutputDevice& rOut )
  *
  *  USHORT SwFntObj::GetFontHeight( const OutputDevice* pOut )
  *
- *  Ersterstellung      AMA 7. Nov. 94
- *  Letzte Aenderung    AMA 7. Nov. 94
- *
  *  Beschreibung: liefern die H?he des Fonts auf dem
  *  gewuenschten Outputdevice zurueck, ggf. muss der Bildschirmfont erst
  *  erzeugt werden.
@@ -424,9 +412,6 @@ USHORT SwFntObj::GetFontLeading( const ViewShell *pSh, const OutputDevice& rOut
  *
  *  SwFntObj::CreateScrFont( const ViewShell& rSh, const OutputDevice& rOut )
  *
- *	Ersterstellung		AMA 7. Nov. 94
- *	Letzte Aenderung	AMA 7. Nov. 94
- *
  *  pOut is the output device, not the reference device
  *
  *************************************************************************/
@@ -603,9 +588,6 @@ void SwFntObj::GuessLeading( const ViewShell&
  *
  *	void SwFntObj::SetDeviceFont( const OutputDevice *pOut ),
  *
- *	Ersterstellung		AMA 7. Nov. 94
- *	Letzte Aenderung	AMA 7. Nov. 94
- *
  *  Beschreibung: stellt den Font am gewuenschten OutputDevice ein,
  *  am Bildschirm muss eventuell erst den Abgleich durchgefuehrt werden.
  *
@@ -643,9 +625,6 @@ void SwFntObj::SetDevFont( const ViewShell *pSh, OutputDevice& rOut )
  *
  * void SwFntObj::DrawText( ... )
  *
- *	Ersterstellung		AMA 16. Dez. 94
- *	Letzte Aenderung	AMA 16. Dez. 94
- *
  *  Beschreibung: Textausgabe
  * 					auf dem Bildschirm 			=> DrawTextArray
  * 					auf dem Drucker, !Kerning 	=> DrawText
@@ -1869,9 +1848,6 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
  *	Size SwFntObj::GetTextSize( const OutputDevice *pOut, const String &rTxt,
  *			 const USHORT nIdx, const USHORT nLen, const short nKern = 0 );
  *
- *	Ersterstellung		AMA 16. Dez. 94
- *	Letzte Aenderung	AMA 16. Dez. 94
- *
  *  Beschreibung: ermittelt die TextSize (des Druckers)
  *
  *************************************************************************/
@@ -2297,9 +2273,6 @@ xub_StrLen SwFntObj::GetCrsrOfst( SwDrawTextInfo &rInf )
 |*
 |*	SwFntAccess::SwFntAccess()
 |*
-|*	Ersterstellung		AMA 9. Nov. 94
-|*	Letzte Aenderung	AMA 9. Nov. 94
-|*
 |*************************************************************************/
 
 SwFntAccess::SwFntAccess( const void* &rMagic,
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx
index e04aa7b..f897018 100644
--- a/sw/source/core/unocore/unocoll.cxx
+++ b/sw/source/core/unocore/unocoll.cxx
@@ -1990,7 +1990,7 @@ SwXReferenceMark* SwXReferenceMarks::GetObject( SwDoc* pDoc, const SwFmtRefMark*
     return SwXReferenceMark::CreateXReferenceMark(*pDoc, *pMark);
 }
 
-/*-----------------11.03.98 11:18-------------------
+/*--------------------------------------------------
     Gueltigkeitspruefung
 --------------------------------------------------*/
 void SwUnoCollection::Invalidate()
diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx
index 758244e..cbdadc1 100644
--- a/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/sw/source/core/unocore/unocrsrhelper.cxx
@@ -134,7 +134,7 @@ GetNestedTextContent(SwTxtNode & rTextNode, xub_StrLen const nIndex,
     return xRet;
 }
 
-/* -----------------16.09.98 12:27-------------------
+/* --------------------------------------------------
 * 	Lesen spezieller Properties am Cursor
  * --------------------------------------------------*/
 sal_Bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
@@ -767,7 +767,7 @@ void GetCurPageStyle(SwPaM& rPaM, String &rString)
         SwStyleNameMapper::FillProgName( pPage->GetPageDesc()->GetName(), rString, nsSwGetPoolIdFromName::GET_POOLID_PAGEDESC, sal_True );
 }
 
-/* -----------------30.03.99 10:52-------------------
+/* --------------------------------------------------
  * spezielle Properties am Cursor zuruecksetzen
  * --------------------------------------------------*/
 void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM& rPam)
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index fe0cac2..9e67219 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -960,28 +960,6 @@ void SwXFieldMaster::Modify( SfxPoolItem *pOld, SfxPoolItem *pNew)
         m_pDoc = 0;
     }
 }
-/* -----------------------------06.11.00 09:44--------------------------------
-
-const Programmatic2UIName_Impl* lcl_GetFieldNameTable()
-{
-    static BOOL bInitialized = FALSE;
-    static Programmatic2UIName_Impl aFieldNames[5];
-    if(!bInitialized)
-    {
-        bInitialized = TRUE;
-        int nName = 0;
-        aFieldNames[nName].sUIName = String				(SW_RES(STR_POOLCOLL_LABEL_ABB ));
-        aFieldNames[nName++].sProgrammaticName = String	(SW_RES(STR_POCO_PRGM_LABEL_ABB));
-        aFieldNames[nName].sUIName = String				(SW_RES(STR_POOLCOLL_LABEL_TABLE ));
-        aFieldNames[nName++].sProgrammaticName = String	(SW_RES(STR_POCO_PRGM_LABEL_TABLE));
-        aFieldNames[nName].sUIName = String				(SW_RES(STR_POOLCOLL_LABEL_FRAME));
-        aFieldNames[nName++].sProgrammaticName = String	(SW_RES(STR_POCO_PRGM_LABEL_FRAME));
-        aFieldNames[nName].sUIName = String				(SW_RES(STR_POOLCOLL_LABEL_DRAWING ));
-        aFieldNames[nName++].sProgrammaticName = String	(SW_RES(STR_POCO_PRGM_LABEL_DRAWING));
-    }
-    return &aFieldNames[0];
-}
- ---------------------------------------------------------------------------*/
 
 OUString SwXFieldMaster::GetProgrammaticName(const SwFieldType& rType, SwDoc& rDoc)
 {
@@ -2419,7 +2397,7 @@ SwXTextFieldMasters::~SwXTextFieldMasters()
 
 }
 
-/*-- 21.12.98 10:37:33---------------------------------------------------
+/*-----------------------------------------------------------------------
     Iteration ueber nicht-Standard Feldtypen
     USER/SETEXP/DDE/DATABASE
     Der Name ist demnach:
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index bea907d..c6350b3 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -747,7 +747,7 @@ uno::Sequence< OUString > SwXFrame::getSupportedServiceNames(void) throw( uno::R
     return aRet;
 }
 
-/*-- 14.01.99 11:31:52---------------------------------------------------
+/*-----------------------------------------------------------------------
     Dieser CTor legt den Frame als Descriptor an
   -----------------------------------------------------------------------*/
 SwXFrame::SwXFrame(FlyCntType eSet, const :: SfxItemPropertySet* pSet, SwDoc *pDoc) :
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index 2d42782..7b6dd1c 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -702,7 +702,7 @@ SwUnoCursorHelper::GetCurTxtFmtColl(SwPaM & rPaM, const bool bConditional)
     return (bError) ? 0 : pFmt;
 }
 
-/* -----------------26.06.98 16:20-------------------
+/* --------------------------------------------------
  * 	Hilfsfunktion fuer PageDesc
  * --------------------------------------------------*/
 SwPageDesc*	GetPageDescByName_Impl(SwDoc& rDoc, const String& rName)
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index ffc7105..05a5282 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -681,7 +681,7 @@ inline rtl::OUString lcl_getString( SwXCell &rCell )
     return rCell.getString();
 }
 
-/* -----------------30.04.02 08:00-------------------
+/* --------------------------------------------------
  * non UNO function call to set string in SwXCell
  * --------------------------------------------------*/
 void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt,
@@ -700,7 +700,7 @@ void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt,
     rCell.SwXText::setString(rTxt);
 }
 
-/* -----------------30.04.02 08:00-------------------
+/* --------------------------------------------------
  * non UNO function call to get value from SwXCell
  * --------------------------------------------------*/
 double lcl_getValue( SwXCell &rCell )
@@ -713,7 +713,7 @@ double lcl_getValue( SwXCell &rCell )
     return fRet;
 }
 
-/* -----------------30.04.02 08:00-------------------
+/* --------------------------------------------------
  * non UNO function call to set value in SwXCell
  * --------------------------------------------------*/
 void lcl_setValue( SwXCell &rCell, double nVal )
@@ -1250,7 +1250,7 @@ SwXCell* SwXCell::CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTab
     return pRet;
 }
 
-/* -----------------12.06.98 07:37-------------------
+/* --------------------------------------------------
  * 	exitstiert die Box in der angegebenen Tabelle?
  * --------------------------------------------------*/
 SwTableBox* SwXCell::FindBox(SwTable* pTable, SwTableBox* pBox2)
diff --git a/sw/source/ui/config/cfgitems.cxx b/sw/source/ui/config/cfgitems.cxx
index 9afbcbb..17e5786 100644
--- a/sw/source/ui/config/cfgitems.cxx
+++ b/sw/source/ui/config/cfgitems.cxx
@@ -64,7 +64,7 @@ SwDocDisplayItem::SwDocDisplayItem( USHORT _nWhich ) :
 
 };
 
-/*------------OS 12.01.95 -------------------------------------------
+/*-------------------------------------------------------------------
     Item fuer Einstellungsdialog, Seite Dokumentansicht
 --------------------------------------------------------------------*/
 SwDocDisplayItem::SwDocDisplayItem( const SwDocDisplayItem& rDocDisplayItem ):
@@ -289,7 +289,7 @@ int SwAddPrinterItem::operator==( const SfxPoolItem& rAttr ) const
     return  SwPrintData::operator==(rItem);
 }
 
-/*-----------------03.11.97 10:00-------------------
+/*--------------------------------------------------
  Item fuer Einstellungsdialog, ShadowCursorSeite
 --------------------------------------------------*/
 SwShadowCursorItem::SwShadowCursorItem( USHORT _nWhich )
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index db77fe8..b3e56b9 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -305,7 +305,7 @@ IMPL_LINK( SwContentOptPage, AnyRulerHdl, CheckBox*, pBox)
     VertRulerHdl(&aVRulerCBox);
     return 0;
 }
-/*----------------- OS 27.01.95  -----------------------
+/*------------------------------------------------------
  TabPage Drucker Zusatzeinstellungen
 -------------------------------------------------------*/
 SwAddPrinterTabPage::SwAddPrinterTabPage( Window* pParent,
@@ -551,7 +551,7 @@ void SwAddPrinterTabPage::PageCreated (SfxAllItemSet aSet)
     }
 }
 
-/*-----------------03.09.96 11.53-------------------
+/*--------------------------------------------------
     Tabpage Standardfonts
 --------------------------------------------------*/
 SwStdFontTabPage::SwStdFontTabPage( Window* pParent,
@@ -1518,7 +1518,7 @@ void SwShdwCrsrOptionsTabPage::Reset( const SfxItemSet& rSet )
     }
 }
 
-/*-----------------31.10.97 17:55-------------------
+/*--------------------------------------------------
  TabPage fuer Redlining
 --------------------------------------------------*/
 struct CharAttr
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx
index ce8d0b2..cd455a7 100644
--- a/sw/source/ui/dochdl/gloshdl.cxx
+++ b/sw/source/ui/dochdl/gloshdl.cxx
@@ -753,7 +753,7 @@ BOOL SwGlossaryHdl::IsOld() const
     return bRet;
 }
 
-/*-----------------09.06.97 16:15-------------------
+/*--------------------------------------------------
     Gruppe ohne Pfadindex finden
 --------------------------------------------------*/
 BOOL SwGlossaryHdl::FindGroupName(String & rGroup)
diff --git a/sw/source/ui/dochdl/selglos.cxx b/sw/source/ui/dochdl/selglos.cxx
index ba011ec..dc57690 100644
--- a/sw/source/ui/dochdl/selglos.cxx
+++ b/sw/source/ui/dochdl/selglos.cxx
@@ -64,7 +64,7 @@ SwSelGlossaryDlg::SwSelGlossaryDlg(Window * pParent, const String &rShortName)
     aGlosBox.SetDoubleClickHdl(LINK(this, SwSelGlossaryDlg, DoubleClickHdl));
 }
 
-/*-----------------25.02.94 20:50-------------------
+/*--------------------------------------------------
  dtor ueberladen
 --------------------------------------------------*/
 SwSelGlossaryDlg::~SwSelGlossaryDlg() {}
diff --git a/sw/source/ui/docvw/edtwin3.cxx b/sw/source/ui/docvw/edtwin3.cxx
index 3d336b2..b8b0276 100644
--- a/sw/source/ui/docvw/edtwin3.cxx
+++ b/sw/source/ui/docvw/edtwin3.cxx
@@ -114,8 +114,6 @@ void PageNumNotify( ViewShell* pVwSh, USHORT nPhyNum, USHORT nVirtNum,
 /******************************************************************************
  *	Methode		:	void FrameNotify( DocMDIBase *pWin, FlyMode eMode )
  *	Beschreibung:
- *	Erstellt	:	OK 08.02.94 13:49
- *	Aenderung	:
  ******************************************************************************/
 
 
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index 98bb29f..a778a2f 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -50,7 +50,7 @@ public:
 };
 
 
-/* -----------------21.04.98 08:11-------------------
+/* --------------------------------------------------
  * Edit, dass keine Spaces akzeptiert
  * --------------------------------------------------*/
 class SW_DLLPUBLIC NoSpaceEdit : public Edit
@@ -67,7 +67,7 @@ public:
     const String& 	GetForbiddenChars(){return sForbiddenChars;}
 };
 
-/* -----------------21.04.98 08:33-------------------
+/* --------------------------------------------------
  * Kein Space und kein Punkt
  * --------------------------------------------------*/
 class TableNameEdit : public NoSpaceEdit
@@ -78,7 +78,7 @@ public:
                                 {SetForbiddenChars(String::CreateFromAscii(" .<>"));}
 };
 
-/* -----------------25.06.2003 15:55-----------------
+/* --------------------------------------------------
     call a link when KEY_RETURN is pressed
  --------------------------------------------------*/
 class SW_DLLPUBLIC ReturnActionEdit : public Edit
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 2fdb986..2fcf9b3 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -94,7 +94,7 @@ public:
 
 };
 
-/*-------- OS 27.01.95 -----------------------------------
+/*--------------------------------------------------------
  TabPage Druckereinstellungen Zusaetze
 --------------------------------------------------------- */
 class SwAddPrinterTabPage : public SfxTabPage
@@ -300,7 +300,7 @@ public:
 
 };
 
-/*-----------------31.10.97 17:55-------------------
+/*--------------------------------------------------
  TabPage fuer ShadowCrsr
 --------------------------------------------------*/
 class SwShdwCrsrOptionsTabPage : public SfxTabPage
@@ -435,7 +435,7 @@ public:
     virtual	void 		Reset( const SfxItemSet& rSet );
 };
 
-/*--------OS 11.01.95 -----------------------------------
+/*-------------------------------------------------------
  TabPage Testeinstellungen fuer SW
 --------------------------------------------------------- */
 
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 4b2b4c9..3e3e5d1 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2016,7 +2016,7 @@ SwTOXEntryTabPage::SwTOXEntryTabPage(Window* pParent, const SfxItemSet& rAttrSet
     aSecondKeyLB.SelectEntryPos(0);
     aThirdKeyLB.SelectEntryPos(0);
 }
-/* -----------------30.11.99 13:37-------------------
+/* --------------------------------------------------
     pVoid is used as signal to change all levels of the example
  --------------------------------------------------*/
 IMPL_LINK(SwTOXEntryTabPage, ModifyHdl, void*, pVoid)
@@ -2376,7 +2376,7 @@ void SwTOXEntryTabPage::PreTokenButtonRemoved(const SwFormToken& rToken)
     sal_uInt16 nPos = aAuthFieldsLB.InsertEntry(sTemp);
     aAuthFieldsLB.SetEntryData(nPos, (void*)(nData));
 }
-/*-- 16.06.99 10:47:35---------------------------------------------------
+/*-----------------------------------------------------------------------
 
 This function inizializes the default value in the Token
 put here the UI dependent initializations
@@ -3384,7 +3384,7 @@ String	SwTokenWindow::GetPattern() const
     }
     return sRet;
 }
-/* -----------------19.08.99 11:27-------------------
+/* --------------------------------------------------
     Description: Check if a control of the specified
                     TokenType is already contained in the list
  --------------------------------------------------*/
diff --git a/sw/source/ui/index/multmrk.cxx b/sw/source/ui/index/multmrk.cxx
index 9b9e151..fcf6cf0 100644
--- a/sw/source/ui/index/multmrk.cxx
+++ b/sw/source/ui/index/multmrk.cxx
@@ -88,7 +88,7 @@ void SwMultiTOXMarkDlg::Apply()
     rMgr.SetCurTOXMark(nPos);
 }
 
-/*-----------------25.02.94 22:06-------------------
+/*--------------------------------------------------
  dtor ueberladen
 --------------------------------------------------*/
 
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 1d6f694..99e4b22 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -403,7 +403,7 @@ String	SwIndexMarkDlg::GetDefaultPhoneticReading( const String& rText )
     return xExtendedIndexEntrySupplier->getPhoneticCandidate(rText, aLocale);
 }
 
-/* -----------------07.09.99 10:43-------------------
+/* --------------------------------------------------
     Change the content of aEntryED if text is selected
  --------------------------------------------------*/
 void	SwIndexMarkDlg::Activate()
@@ -1026,7 +1026,7 @@ IMPL_LINK( SwIndexMarkDlg, KeyDCBModifyHdl, ComboBox *, pBox )
     return 0;
 }
 
-/*-----------------25.02.94 21:19-------------------
+/*--------------------------------------------------
  dtor ueberladen
 --------------------------------------------------*/
 SwIndexMarkDlg::~SwIndexMarkDlg()
diff --git a/sw/source/ui/misc/glosdoc.cxx b/sw/source/ui/misc/glosdoc.cxx
index 53f2e19..d6982db 100644
--- a/sw/source/ui/misc/glosdoc.cxx
+++ b/sw/source/ui/misc/glosdoc.cxx
@@ -443,7 +443,7 @@ SwGlossaries::SwGlossaries() :
     Beschreibung: Neuen Pfad einstellen und internes Array neu aufbauen
 ------------------------------------------------------------------------*/
 
-/* -----------------21.01.99 15:36-------------------
+/* --------------------------------------------------
 *	#61050# Doppelte Pfade fuehren zu Verwirrung - als raus damit
  * --------------------------------------------------*/
 sal_Bool lcl_FindSameEntry(const SvStrings& rDirArr, const String& rEntryURL)
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index bdd330c..990406d 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -367,7 +367,7 @@ void SwGlossaryDlg::Apply()
     aShortNameEdit.Enable(bOn);
 }
 
-/* -----------------26.11.98 16:15-------------------
+/* --------------------------------------------------
  * existiert der Titel in der ausgewaehlten Gruppe?
  * --------------------------------------------------*/
 SvLBoxEntry* SwGlossaryDlg::DoesBlockExist(const String& rBlock,
@@ -889,7 +889,7 @@ IMPL_LINK( SwGlossaryDlg, CheckBoxHdl, CheckBox *, pBox )
     return 0;
 }
 
-/* -----------------26.11.98 15:18-------------------
+/* --------------------------------------------------
  * TreeListBox fuer Gruppen und Bausteine
  * --------------------------------------------------*/
 SwGlTreeListBox::SwGlTreeListBox(Window* pParent, const ResId& rResId) :
diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx
index a5c5b66..03b2a49 100644
--- a/sw/source/ui/misc/outline.cxx
+++ b/sw/source/ui/misc/outline.cxx
@@ -927,7 +927,7 @@ USHORT lcl_DrawGraphic(VirtualDevice* pVDev, const SwNumFmt &rFmt, USHORT nXStar
 
 }
 
-/*-----------------02.12.97 10:34-------------------
+/*--------------------------------------------------
     Vorschau der Numerierung painten
 --------------------------------------------------*/
 void    NumberingPreview::Paint( const Rectangle& /*rRect*/ )
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx
index 3bfc1d4..6a0fff0 100644
--- a/sw/source/ui/shells/basesh.cxx
+++ b/sw/source/ui/shells/basesh.cxx
@@ -1226,7 +1226,7 @@ void SwBaseShell::Execute(SfxRequest &rReq)
     }
 }
 
-/* -----------------14.04.99 15:10-------------------
+/* --------------------------------------------------
  * Hier wird der State fuer SID_IMAP / SID_CONTOUR behandelt,
  * wenn die Grafik ausgeswappt ist
  * --------------------------------------------------*/
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx
index a000bd2..88ed54d 100644
--- a/sw/source/ui/uno/unoatxt.cxx
+++ b/sw/source/ui/uno/unoatxt.cxx
@@ -166,7 +166,7 @@ uno::Sequence< OUString > SwXAutoTextContainer::getElementNames(void) throw( uno
     }
     return aGroupNames;
 }
-/*-- 21.12.98 12:42:19---------------------------------------------------
+/*-----------------------------------------------------------------------
     findet Gruppennamen mit und ohne Pfadindex
   -----------------------------------------------------------------------*/
 sal_Bool SwXAutoTextContainer::hasByName(const OUString& Name)
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 490088d..3a36fa4 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -785,7 +785,7 @@ Reference< util::XSearchDescriptor >  SwXTextDocument::createSearchDescriptor(vo
 
 }
 
-/* -----------------26.02.99 16:08-------------------
+/* --------------------------------------------------
  * wird fuer findAll/First/Next verwendet
  * --------------------------------------------------*/
 SwUnoCrsr* 	SwXTextDocument::FindAny(const Reference< util::XSearchDescriptor > & xDesc,
diff --git a/sw/source/ui/utlui/uiitems.cxx b/sw/source/ui/utlui/uiitems.cxx
index 7a05067..d39e486 100644
--- a/sw/source/ui/utlui/uiitems.cxx
+++ b/sw/source/ui/utlui/uiitems.cxx
@@ -243,7 +243,7 @@ int SwPtrItem::operator==( const SfxPoolItem& rAttr ) const
 }
 
 
-/*-----------------12.11.97 12:55-------------------------------
+/*--------------------------------------------------------------
  SwUINumRuleItem fuer die NumTabPages der FormatNumRule/Stylisten
 ---------------------------------------------------------------*/
 SwUINumRuleItem::SwUINumRuleItem( const SwNumRule& rRul, const USHORT nId )
-- 
1.7.3.5


--------------000301050909050105060206
Content-Type: text/plain;
 name="0005-Remove-dates-and-two-unused-code-segments.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0005-Remove-dates-and-two-unused-code-segments.patch"



More information about the LibreOffice mailing list