[Libreoffice-commits] .: rsc/doku rsc/source sot/source svl/source svtools/source tools/inc tools/source tools/unx vcl/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Fri Jan 21 15:21:13 PST 2011


 rsc/doku/feinkonz.43/rsc.doc                 |   14 -
 rsc/source/misc/rscdbl.cxx                   |    4 
 rsc/source/parser/erscerr.cxx                |   32 ---
 rsc/source/parser/rscdb.cxx                  |   80 --------
 rsc/source/parser/rscibas.cxx                |   72 --------
 rsc/source/parser/rscinit.cxx                |    4 
 rsc/source/parser/rsckey.cxx                 |   20 --
 rsc/source/parser/rscpar.cxx                 |   24 --
 rsc/source/prj/start.cxx                     |    4 
 rsc/source/res/rscarray.cxx                  |   76 --------
 rsc/source/res/rscclass.cxx                  |   32 ---
 rsc/source/res/rscclobj.cxx                  |   32 ---
 rsc/source/res/rscconst.cxx                  |   70 -------
 rsc/source/res/rsccont.cxx                   |  144 ----------------
 rsc/source/res/rscflag.cxx                   |   66 -------
 rsc/source/res/rscmgr.cxx                    |   76 --------
 rsc/source/res/rscrange.cxx                  |  144 ----------------
 rsc/source/res/rscstr.cxx                    |   44 ----
 rsc/source/res/rsctop.cxx                    |  212 -----------------------
 rsc/source/rsc/rsc.cxx                       |   28 ---
 rsc/source/tools/rscchar.cxx                 |    2 
 rsc/source/tools/rscdef.cxx                  |  242 ---------------------------
 rsc/source/tools/rsctools.cxx                |   44 ----
 rsc/source/tools/rsctree.cxx                 |   72 --------
 sot/source/base/object.cxx                   |    4 
 sot/source/sdstor/storage.cxx                |    2 
 svl/source/numbers/nbdll.cxx                 |    4 
 svtools/source/contnr/ctrdll.cxx             |    4 
 svtools/source/contnr/treelist.cxx           |  140 ---------------
 svtools/source/control/ctrldll.cxx           |    4 
 svtools/source/dialogs/mcvmath.cxx           |   16 -
 svtools/source/filter.vcl/filter/filter.cxx  |    3 
 svtools/source/filter.vcl/filter/fldll.cxx   |    4 
 svtools/source/filter.vcl/filter/sgfbram.cxx |   50 -----
 svtools/source/filter.vcl/filter/sgvmain.cxx |   52 -----
 svtools/source/filter.vcl/filter/sgvspln.cxx |   10 -
 svtools/source/filter.vcl/filter/sgvtext.cxx |    4 
 svtools/source/inc/sgvspln.hxx               |    4 
 tools/inc/impcont.hxx                        |    6 
 tools/source/datetime/datetime.cxx           |   52 -----
 tools/source/fsys/dirent.cxx                 |  214 -----------------------
 tools/source/fsys/filecopy.cxx               |   20 --
 tools/source/fsys/fstat.cxx                  |   27 ---
 tools/source/fsys/os2.cxx                    |   34 ---
 tools/source/fsys/tdir.cxx                   |   54 ------
 tools/source/fsys/unx.cxx                    |   31 ---
 tools/source/fsys/wldcrd.cxx                 |    8 
 tools/source/fsys/wntmsc.cxx                 |   32 ---
 tools/source/generic/fract.cxx               |   58 ------
 tools/source/generic/gen.cxx                 |   28 ---
 tools/source/generic/link.cxx                |    4 
 tools/source/memtools/contnr.cxx             |  132 --------------
 tools/source/memtools/unqidx.cxx             |   96 ----------
 tools/source/solar/solar.c                   |   45 -----
 tools/source/stream/cachestr.cxx             |   44 ----
 tools/source/stream/stream.cxx               |  174 -------------------
 tools/source/stream/strmos2.cxx              |   72 --------
 tools/source/stream/strmunx.cxx              |   68 -------
 tools/source/stream/strmwnt.cxx              |   72 --------
 tools/unx/source/dll/toolsdll.cxx            |    2 
 vcl/source/window/seleng.cxx                 |   48 -----
 61 files changed, 4 insertions(+), 3156 deletions(-)

New commits:
commit c4e7af576114b8ab2e6f3aab308f3bdbd6da7b75
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Jan 22 00:20:55 2011 +0100

    Remove empty description and dates.

diff --git a/rsc/doku/feinkonz.43/rsc.doc b/rsc/doku/feinkonz.43/rsc.doc
index 5727feb..fcd9ad9 100644
--- a/rsc/doku/feinkonz.43/rsc.doc
+++ b/rsc/doku/feinkonz.43/rsc.doc
@@ -1834,9 +1834,7 @@ MyApplication MyApp; // Applikationsinstanz
 |*  Beschreibung:	Virtuelle Methode, die vom System
 |*				gerufen wird, um das Programm zu
 |*				starten.
-|*  Ersterstellung:		MM 01.08.90
-|*  Letzte Aenderung:	MM 03.06.91
-|*
+|*
 **********************************************************/
 void MyApplication::Main( int, char* argv[] )
 {
@@ -1870,9 +1868,7 @@ void MyApplication::Main( int, char* argv[] )
 |*				Wurde von keiner abgeleiteten Klasse
 |*				ein Lock ausgefhrt, dann wird die
 |*				Resource an dieser Stelle freigegeben.
-|*  Ersterstellung:		MM 01.08.90
-|*  Letzte Aenderung:	MM 03.06.91
-|*
+|*
 **********************************************************/
 MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
 				( pParent, rResId.Lock()),
@@ -1891,8 +1887,7 @@ MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
 |*  MyDialog::CancelBtnHdl()
 |*
 |*  Beschreibung:		Die Dialogbox wird zerst”rt.
-|*  Ersterstellung:		MM 01.08.90
-|*  Letzte Aenderung:	MM 14.08.90
+|*
 *********************************************************/
 void MyDialog::CancelBtnHdl( Button* )
 {
@@ -1908,8 +1903,7 @@ void MyDialog::CancelBtnHdl( Button* )
 |*
 |*  Beschreibung:	Die Titlebar der Dialogbox flackert
 |*				einmal.
-|*  Ersterstellung:		MM 01.08.90
-|*  Letzte Aenderung:	MM 14.08.90
+|*
 **********************************************************/
 void MyDialog::FlashBtnHdl( Button* )
 {
diff --git a/rsc/source/misc/rscdbl.cxx b/rsc/source/misc/rscdbl.cxx
index 38abd37..0950bb9 100644
--- a/rsc/source/misc/rscdbl.cxx
+++ b/rsc/source/misc/rscdbl.cxx
@@ -41,10 +41,6 @@
 |*
 |*	  RscTypCont::FillNameIdList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 07.05.91
-|*	  Letzte Aenderung	MM 30.05.91
-|*
 *************************************************************************/
 REResourceList * InsertList( Atom nClassName, const RscId& rId,
                              REResourceList * pList ){
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index 5628e20..0816dd9 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -44,10 +44,6 @@
 |*
 |*	  ERRTYPE::operator = ;
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.09.91
-|*	  Letzte Aenderung	MM 25.09.91
-|*
 *************************************************************************/
 ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
 {
@@ -62,10 +58,6 @@ ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
 |*
 |*	  RscError::StdOut();
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
 {
@@ -99,10 +91,6 @@ void RscError::StdErr( const char * pStr )
 |*
 |*	  RscError::LstOut();
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::LstOut( const char * pStr ){
     if( fListing && pStr )
@@ -113,10 +101,6 @@ void RscError::LstOut( const char * pStr ){
 |*
 |*	  RscError::StdLstOut();
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::StdLstOut( const char * pStr ){
     StdOut( pStr );
@@ -141,10 +125,6 @@ void RscError::StdLstErr( const char * pStr ){
 |*
 |*	  RscError::WriteError();
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
 {
@@ -410,10 +390,6 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
 |*
 |*	  RscErrorFormat()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
                             const RscId & aId ){
@@ -472,10 +448,6 @@ void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
 |*
 |*	  RscError::Error()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
                       const RscId & aId, const char * pMessage )
@@ -495,10 +467,6 @@ void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
 |*
 |*	  RscError::FatalError();
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.05.91
-|*	  Letzte Aenderung	MM 06.05.91
-|*
 *************************************************************************/
 void RscError::FatalError( const ERRTYPE& rError, const RscId &aId,
                            const char * pMessage )
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 263a409..8310821 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -54,10 +54,6 @@ using namespace rtl;
 |*
 |*	  RscTypCont :: RscTypCont
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 27.06.90
-|*
 *************************************************************************/
 RscTypCont :: RscTypCont( RscError * pErrHdl,
                           RSCBYTEORDER_TYPE nOrder,
@@ -185,10 +181,6 @@ Atom RscTypCont::AddLanguage( const char* pLang )
 |*
 |*	  RscTypCont :: ~RscTypCont
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 27.06.90
-|*
 *************************************************************************/
 void DestroyNode( RscTop * pRscTop, ObjNode * pObjNode ){
     if( pObjNode ){
@@ -331,10 +323,6 @@ RscTop * RscTypCont::SearchType( Atom nId )
 |*
 |*	  RscTypCont :: Search
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 27.06.90
-|*
 *************************************************************************/
 RscTop * RscTypCont :: Search( Atom nRT ){
     return( (RscTop *)pRoot->Search( nRT ) );
@@ -356,10 +344,6 @@ CLASS_DATA RscTypCont :: Search( Atom nRT, const RscId & rId ){
 |*
 |*	  RscTypCont :: Delete()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 10.07.91
-|*	  Letzte Aenderung	MM 10.07.91
-|*
 *************************************************************************/
 void RscTypCont :: Delete( Atom nRT, const RscId & rId ){
     ObjNode *	pObjNode;
@@ -389,10 +373,6 @@ void RscTypCont :: Delete( Atom nRT, const RscId & rId ){
 |*
 |*	  RscTypCont :: PutSysName()
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 27.06.90
-|*
 *************************************************************************/
 sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName,
                                  sal_uInt32 nConst, sal_uInt32 nId, BOOL bFirst )
@@ -437,10 +417,6 @@ sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName,
 |*
 |*	  RscTypCont :: WriteInc
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 21.06.90
-|*	  Letzte Aenderung	MM 21.06.90
-|*
 *************************************************************************/
 void RscTypCont :: WriteInc( FILE * fOutput, ULONG lFileKey )
 {
@@ -491,10 +467,6 @@ void RscTypCont :: WriteInc( FILE * fOutput, ULONG lFileKey )
 |*
 |*	  RscTypCont :: Methoden die ueber all Knoten laufen
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 
 class RscEnumerateObj
@@ -545,10 +517,6 @@ public:
 |*
 |*	  RscEnumerateObj :: CallBackWriteRc
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 IMPL_LINK( RscEnumerateObj, CallBackWriteRc, ObjNode *, pObjNode )
 {
@@ -568,10 +536,6 @@ IMPL_LINK( RscEnumerateObj, CallBackWriteRc, ObjNode *, pObjNode )
 |*
 |*	  RscEnumerateObj :: CallBackWriteSrc
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteSrc, ObjNode *, pObjNode )
 {
@@ -589,10 +553,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteSrc, ObjNode *, pObjNode )
 |*
 |*	  RscEnumerateObj :: CallBackWriteCxx
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteCxx, ObjNode *, pObjNode )
 {
@@ -608,10 +568,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteCxx, ObjNode *, pObjNode )
 |*
 |*	  RscEnumerateObj :: CallBackWriteHxx
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteHxx, ObjNode *, pObjNode )
 {
@@ -627,10 +583,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteHxx, ObjNode *, pObjNode )
 |*
 |*	  RscEnumerateObj :: WriteRcFile
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 void RscEnumerateObj :: WriteRcFile( RscWriteRc & rMem, FILE * fOut ){
     // Definition der Struktur, aus denen die Resource aufgebaut ist
@@ -748,10 +700,6 @@ public:
 |*
 |*	  RscRscEnumerateRef :: CallBack...
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 IMPL_LINK_INLINE_START( RscEnumerateRef, CallBackWriteRc, RscTop *, pRef )
 {
@@ -796,10 +744,6 @@ IMPL_LINK_INLINE_END( RscEnumerateRef, CallBackWriteRcCtor, RscTop *, pRef )
 |*
 |*	  RscTypCont :: WriteRc
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 22.07.91
-|*
 *************************************************************************/
 
 ERRTYPE RscTypCont::WriteRc( WriteRcContext& rContext )
@@ -825,10 +769,6 @@ ERRTYPE RscTypCont::WriteRc( WriteRcContext& rContext )
 |*
 |*	  RscTypCont :: WriteSrc
 |*
-|*	  Beschreibung		RES.DOC
-|*	  Ersterstellung	MM 22.03.90
-|*	  Letzte Aenderung	MM 27.06.90
-|*
 *************************************************************************/
 void RscTypCont :: WriteSrc( FILE * fOutput, ULONG nFileKey,
                              CharSet /*nCharSet*/, BOOL bName )
@@ -883,10 +823,6 @@ void RscTypCont :: WriteSrc( FILE * fOutput, ULONG nFileKey,
 |*
 |*	  RscTypCont :: WriteHxx
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 30.05.91
-|*	  Letzte Aenderung	MM 30.05.91
-|*
 *************************************************************************/
 ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, ULONG nFileKey )
 {
@@ -949,10 +885,6 @@ ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, ULONG nFileKey )
 |*
 |*	  RscTypCont :: WriteCxx
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 30.05.91
-|*	  Letzte Aenderung	MM 30.05.91
-|*
 *************************************************************************/
 ERRTYPE RscTypCont::WriteCxx( FILE * fOutput, ULONG nFileKey,
                               const ByteString & rHxxName )
@@ -986,10 +918,6 @@ ERRTYPE RscTypCont::WriteCxx( FILE * fOutput, ULONG nFileKey,
 |*
 |*	  RscTypCont :: WriteSyntax
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 30.05.91
-|*	  Letzte Aenderung	MM 30.05.91
-|*
 *************************************************************************/
 void RscTypCont::WriteSyntax( FILE * fOutput )
 {
@@ -1013,10 +941,6 @@ void RscTypCont::WriteRcCtor
 |*
 |*	  RscTypCont :: Delete()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 09.12.91
-|*	  Letzte Aenderung	MM 09.12.91
-|*
 *************************************************************************/
 class RscDel
 {
@@ -1052,10 +976,6 @@ void RscTypCont :: Delete( ULONG lFileKey ){
 |*
 |*	  RscTypCont :: MakeConsistent()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 23.09.91
-|*	  Letzte Aenderung	MM 23.09.91
-|*
 *************************************************************************/
 BOOL IsInstConsistent( ObjNode * pObjNode, RscTop * pRscTop,
                        RscInconsList * pList )
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index f8829f1..8818244 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -216,10 +216,6 @@ RscEnum * RscTypCont::InitLangType()
 |*
 |*	  RscTypCont::InitFieldUnitsType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.03.91
-|*	  Letzte Aenderung	MM 27.06.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitFieldUnitsType()
 {
@@ -250,10 +246,6 @@ RscEnum * RscTypCont::InitFieldUnitsType()
 |*
 |*	  RscTypCont::InitTimeFieldFormat()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.03.91
-|*	  Letzte Aenderung	MM 27.06.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitTimeFieldFormat()
 {
@@ -272,10 +264,6 @@ RscEnum * RscTypCont::InitTimeFieldFormat()
 |*
 |*	  RscTypCont::InitColor()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitColor(){
     RscEnum * pColor;
@@ -305,10 +293,6 @@ RscEnum * RscTypCont::InitColor(){
 |*
 |*	  RscTypCont::InitMapUnit()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitMapUnit(){
     RscEnum * pMapUnit;
@@ -335,10 +319,6 @@ RscEnum * RscTypCont::InitMapUnit(){
 |*
 |*	  RscTypCont::InitKey()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitKey(){
     RscEnum * pKey;
@@ -459,10 +439,6 @@ RscEnum * RscTypCont::InitKey(){
 |*
 |*	  RscTypCont::InitTriState()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.11.91
-|*	  Letzte Aenderung	MM 26.11.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitTriState(){
     RscEnum * pTriState;
@@ -479,10 +455,6 @@ RscEnum * RscTypCont::InitTriState(){
 |*
 |*	  RscTypCont::InitMessButtons()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitMessButtons()
 {
@@ -501,10 +473,6 @@ RscEnum * RscTypCont::InitMessButtons()
 |*
 |*	  RscTypCont::InitMessDefButton()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscEnum * RscTypCont::InitMessDefButton(){
     RscEnum * pMessDefButton;
@@ -524,10 +492,6 @@ RscEnum * RscTypCont::InitMessDefButton(){
 |*
 |*	  RscTypCont::InitGeometry()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscTupel * RscTypCont::InitGeometry()
 {
@@ -553,10 +517,6 @@ RscTupel * RscTypCont::InitGeometry()
 |*
 |*	  RscTypCont::InitLangGeometry()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
 {
@@ -567,10 +527,6 @@ RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
 |*
 |*	  RscTypCont::InitStringList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscCont * RscTypCont::InitStringList()
 {
@@ -586,10 +542,6 @@ RscCont * RscTypCont::InitStringList()
 |*
 |*	  RscTypCont::InitLangStringList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
 {
@@ -601,10 +553,6 @@ RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
 |*
 |*	  RscTypCont::InitStringTupel()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscTupel * RscTypCont::InitStringTupel()
 {
@@ -625,10 +573,6 @@ RscTupel * RscTypCont::InitStringTupel()
 |*
 |*	  RscTypCont::InitStringLongTupel()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 RscTupel * RscTypCont::InitStringLongTupel()
 {
@@ -649,10 +593,6 @@ RscTupel * RscTypCont::InitStringLongTupel()
 |*
 |*	  RscTypCont::InitStringTupelList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
 {
@@ -668,10 +608,6 @@ RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
 |*
 |*	  RscTypCont::InitStringLongTupelList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
 {
@@ -687,10 +623,6 @@ RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
 |*
 |*	  RscTypCont::InitLangStringTupelList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
 {
@@ -702,10 +634,6 @@ RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
 |*
 |*	  RscTypCont::InitLangStringLongTupelList()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.05.91
-|*	  Letzte Aenderung	MM 24.05.91
-|*
 *************************************************************************/
 RscArray * RscTypCont::InitLangStringLongTupelList( RscCont * pStrLongTupelLst )
 {
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 72a1f68..b6eb2c4 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -85,10 +85,6 @@ void NameToVerCtrl( RSCINST & aVersion, RscTop * pClass,
 |*
 |*	  RscTypCont::Init()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.03.91
-|*	  Letzte Aenderung	MM 27.06.91
-|*
 *************************************************************************/
 void RscTypCont::Init()
 {
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx
index e15f2e2..328ac33 100644
--- a/rsc/source/parser/rsckey.cxx
+++ b/rsc/source/parser/rsckey.cxx
@@ -73,10 +73,6 @@ int KeyCompare( const void * pFirst, const void * pSecond ){
 |*
 |*    RscNameTable::RscNameTable()
 |*
-|*    Beschreibung      RES.DOC
-|*    Ersterstellung    MM 28.02.91
-|*    Letzte Aenderung  MM 28.02.91
-|*
 *************************************************************************/
 RscNameTable::RscNameTable() {
     bSort    = TRUE;
@@ -88,10 +84,6 @@ RscNameTable::RscNameTable() {
 |*
 |*    RscNameTable::~RscNameTable()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.05.91
-|*    Letzte Aenderung  MM 15.05.91
-|*
 *************************************************************************/
 RscNameTable::~RscNameTable() {
     if( pTable )
@@ -103,10 +95,6 @@ RscNameTable::~RscNameTable() {
 |*
 |*    RscNameTable::SetSort()
 |*
-|*    Beschreibung      RES.DOC
-|*    Ersterstellung    MM 28.02.91
-|*    Letzte Aenderung  MM 28.02.91
-|*
 *************************************************************************/
 void RscNameTable::SetSort( BOOL bSorted ){
     bSort = bSorted;
@@ -121,10 +109,6 @@ void RscNameTable::SetSort( BOOL bSorted ){
 |*
 |*    RscNameTable::Put()
 |*
-|*    Beschreibung      RES.DOC
-|*    Ersterstellung    MM 28.02.91
-|*    Letzte Aenderung  MM 28.02.91
-|*
 *************************************************************************/
 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){
     if( pTable )
@@ -176,10 +160,6 @@ Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass )
 |*
 |*    RscNameTable::Get()
 |*
-|*    Beschreibung      RES.DOC
-|*    Ersterstellung    MM 28.02.91
-|*    Letzte Aenderung  MM 28.02.91
-|*
 *************************************************************************/
 BOOL RscNameTable::Get( Atom nName, KEY_STRUCT * pEle ){
     KEY_STRUCT * pKey = NULL;
diff --git a/rsc/source/parser/rscpar.cxx b/rsc/source/parser/rscpar.cxx
index 445d381..90f05c2 100644
--- a/rsc/source/parser/rscpar.cxx
+++ b/rsc/source/parser/rscpar.cxx
@@ -40,10 +40,6 @@
 |*
 |*	  RscFileInst::Init()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 05.11.91
-|*	  Letzte Aenderung	MM 17.02.93
-|*
 *************************************************************************/
 void RscFileInst::Init()
 {
@@ -60,10 +56,6 @@ void RscFileInst::Init()
 |*
 |*	  RscFileInst::RscFileInst()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.06.91
-|*	  Letzte Aenderung	MM 06.06.91
-|*
 *************************************************************************/
 RscFileInst::RscFileInst( RscTypCont * pTC, ULONG lIndexSrc,
                           ULONG lFIndex, FILE * fFile )
@@ -101,10 +93,6 @@ RscFileInst::RscFileInst( RscTypCont * pTC, ULONG lIndexSrc,
 |*
 |*	  RscFileInst::~RscFileInst()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.06.91
-|*	  Letzte Aenderung	MM 06.06.91
-|*
 *************************************************************************/
 RscFileInst::~RscFileInst(){
     if( pInput )
@@ -117,10 +105,6 @@ RscFileInst::~RscFileInst(){
 |*
 |*	  RscFileInst::GetChar()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 01.06.91
-|*	  Letzte Aenderung	MM 09.08.91
-|*
 *************************************************************************/
 int RscFileInst::GetChar()
 {
@@ -143,10 +127,6 @@ int RscFileInst::GetChar()
 |*
 |*	  RscFileInst::GetNewLine()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.06.91
-|*	  Letzte Aenderung	MM 06.06.91
-|*
 *************************************************************************/
 void RscFileInst::GetNewLine()
 {
@@ -224,10 +204,6 @@ END:
 |*
 |*	  RscFileInst::SetError()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 05.11.91
-|*	  Letzte Aenderung	MM 05.11.91
-|*
 *************************************************************************/
 void RscFileInst::SetError( ERRTYPE aError )
 {
diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx
index 16e034e..21f5895 100644
--- a/rsc/source/prj/start.cxx
+++ b/rsc/source/prj/start.cxx
@@ -319,10 +319,6 @@ static BOOL CallRsc2( ByteString aRsc2Name,
 |*
 |*	  main()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 05.09.91
-|*	  Letzte Aenderung	MM 05.09.91
-|*
 *************************************************************************/
 SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
 {
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index 793c3b0..9583584 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -46,10 +46,6 @@
 |*
 |*    RscInstNode::RscInstNode()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 06.08.91
-|*    Letzte Aenderung  MM 06.08.91
-|*
 *************************************************************************/
 RscInstNode::RscInstNode( sal_uInt32 nId )
 {
@@ -60,10 +56,6 @@ RscInstNode::RscInstNode( sal_uInt32 nId )
 |*
 |*    RscInstNode::~RscInstNode()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 06.08.91
-|*    Letzte Aenderung  MM 06.08.91
-|*
 *************************************************************************/
 RscInstNode::~RscInstNode()
 {
@@ -78,10 +70,6 @@ RscInstNode::~RscInstNode()
 |*
 |*    RscInstNode::GetId()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 06.08.91
-|*    Letzte Aenderung  MM 06.08.91
-|*
 *************************************************************************/
 sal_uInt32 RscInstNode::GetId() const
 {
@@ -93,10 +81,6 @@ sal_uInt32 RscInstNode::GetId() const
 |*
 |*    RscArray::RscArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTypeCl )
         : RscTop( nId, nTypeId, pSuper )
@@ -110,10 +94,6 @@ RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTy
 |*
 |*    RscArray::~RscArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RscArray::~RscArray()
 {
@@ -123,10 +103,6 @@ RscArray::~RscArray()
 |*
 |*    RscArray::~RscArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscArray::GetClassType() const
 {
@@ -137,10 +113,6 @@ RSCCLASS_TYPE RscArray::GetClassType() const
 |*
 |*    RscArray::GetIndexType()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 23.12.92
-|*    Letzte Aenderung  MM
-|*
 *************************************************************************/
 RscTop * RscArray::GetTypeClass() const
 {
@@ -151,10 +123,6 @@ RscTop * RscArray::GetTypeClass() const
 |*
 |*    RscArray::Create()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 26.04.91
-|*    Letzte Aenderung  MM 26.04.91
-|*
 *************************************************************************/
 static RscInstNode * Create( RscInstNode * pNode )
 {
@@ -325,10 +293,6 @@ ERRTYPE RscArray::GetArrayEle
 |*
 |*    RscArray::IsConsistent()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 23.09.91
-|*    Letzte Aenderung  MM 23.09.91
-|*
 *************************************************************************/
 static BOOL IsConsistent( RscInstNode * pNode, RscInconsList * pList )
 {
@@ -363,10 +327,6 @@ BOOL RscArray::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
 |*
 |*    RscArray::SetToDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.04.91
-|*    Letzte Aenderung  MM 25.04.91
-|*
 *************************************************************************/
 static void SetToDefault( RscInstNode * pNode )
 {
@@ -393,10 +353,6 @@ void RscArray::SetToDefault( const RSCINST & rInst )
 |*
 |*    RscArray::IsDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.04.91
-|*    Letzte Aenderung  MM 25.04.91
-|*
 *************************************************************************/
 static BOOL IsDefault( RscInstNode * pNode )
 {
@@ -430,10 +386,6 @@ BOOL RscArray::IsDefault( const RSCINST & rInst )
 |*
 |*    RscArray::IsValueDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.04.91
-|*    Letzte Aenderung  MM 15.01.92
-|*
 *************************************************************************/
 static BOOL IsValueDefault( RscInstNode * pNode, CLASS_DATA pDef )
 {
@@ -618,10 +570,6 @@ void RscArray::WriteRcAccess
 |*
 |*    RscClassArray::RscClassArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
                               RscEnum * pTypeCl )
@@ -633,10 +581,6 @@ RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
 |*
 |*    RscClassArray::~RscClassArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RscClassArray::~RscClassArray()
 {
@@ -646,10 +590,6 @@ RscClassArray::~RscClassArray()
 |*
 |*    RscClassArray::WriteSrcHeader()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 void RscClassArray::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
                                     RscTypCont * pTC, sal_uInt32 nTab,
@@ -662,10 +602,6 @@ void RscClassArray::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
 |*
 |*    RscClassArray::WriteSrc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 void RscClassArray::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                              RscTypCont * pTC, sal_uInt32 nTab,
@@ -678,10 +614,6 @@ void RscClassArray::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*    RscClassArray::WriteRcHeader()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 ERRTYPE RscClassArray::WriteRcHeader( const RSCINST & rInst, RscWriteRc & aMem,
                                        RscTypCont * pTC, const RscId & aId,
@@ -696,10 +628,6 @@ ERRTYPE RscClassArray::WriteRcHeader( const RSCINST & rInst, RscWriteRc & aMem,
 |*
 |*    RscLangArray::RscLangArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
                           RscEnum * pTypeCl )
@@ -711,10 +639,6 @@ RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
 |*
 |*    RscLangArray::RscLangArray()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.05.91
-|*    Letzte Aenderung  MM 25.05.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscLangArray::GetClassType() const
 {
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx
index 4fe41f4..1db51a7 100644
--- a/rsc/source/res/rscclass.cxx
+++ b/rsc/source/res/rscclass.cxx
@@ -49,10 +49,6 @@
 |*
 |*	  RscClass::RscClass()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
     : RscTop( nId, nTypeId, pSuperCl )
@@ -67,10 +63,6 @@ RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
 |*
 |*	  RscClass::Pre_dtor()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 void RscClass::Pre_dtor()
 {
@@ -95,10 +87,6 @@ void RscClass::Pre_dtor()
 |*
 |*	  RscClass::~RscClass()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RscClass::~RscClass()
 {
@@ -110,10 +98,6 @@ RscClass::~RscClass()
 |*
 |*	  RscClass::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscClass::GetClassType() const
 {
@@ -124,10 +108,6 @@ RSCCLASS_TYPE RscClass::GetClassType() const
 |*
 |*	  RscClass::GetInstData()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.04.91
-|*	  Letzte Aenderung	MM 15.04.91
-|*
 *************************************************************************/
 RSCINST RscClass::GetInstData
 (
@@ -193,10 +173,6 @@ CLASS_DATA RscClass::GetDfltData( sal_uInt32 nEle )
 |*
 |*	  RscClass::SetVarDflt()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.07.91
-|*	  Letzte Aenderung	MM 22.07.91
-|*
 *************************************************************************/
 void RscClass::SetVarDflt( CLASS_DATA pData, sal_uInt32 nEle, BOOL bSet )
 {
@@ -213,10 +189,6 @@ void RscClass::SetVarDflt( CLASS_DATA pData, sal_uInt32 nEle, BOOL bSet )
 |*
 |*	  RscClass::IsDflt()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.07.91
-|*	  Letzte Aenderung	MM 08.01.92
-|*
 *************************************************************************/
 BOOL RscClass::IsDflt( CLASS_DATA pData, sal_uInt32 nEle )
 {
@@ -244,10 +216,6 @@ BOOL RscClass::IsDflt( CLASS_DATA pData, sal_uInt32 nEle )
 |*
 |*	  RscClass::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCINST RscClass::Create
 (
diff --git a/rsc/source/res/rscclobj.cxx b/rsc/source/res/rscclobj.cxx
index d63336c..15e1f96 100644
--- a/rsc/source/res/rscclobj.cxx
+++ b/rsc/source/res/rscclobj.cxx
@@ -46,10 +46,6 @@
 |*
 |*    RefNode::RefNode()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.05.91
-|*    Letzte Aenderung  MM 03.05.91
-|*
 *************************************************************************/
 RefNode::RefNode( Atom nTyp ){
     pObjBiTree = 0;
@@ -60,10 +56,6 @@ RefNode::RefNode( Atom nTyp ){
 |*
 |*    RefNode::GetId()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 29.10.91
-|*    Letzte Aenderung  MM 29.10.91
-|*
 *************************************************************************/
 sal_uInt32 RefNode::GetId() const
 {
@@ -74,10 +66,6 @@ sal_uInt32 RefNode::GetId() const
 |*
 |*    RefNode::PutObjNode()
 |*
-|*    Beschreibung      NAME.DOC
-|*    Ersterstellung    MM 21.03.90
-|*    Letzte Aenderung  MM 27.06.90
-|*
 *************************************************************************/
 BOOL RefNode::PutObjNode( ObjNode * pPutObject ){
 // insert a node in the b-tree pObjBiTree
@@ -96,10 +84,6 @@ BOOL RefNode::PutObjNode( ObjNode * pPutObject ){
 |*
 |*    RefNode::GetObjNode()
 |*
-|*    Beschreibung      NAME.DOC
-|*    Ersterstellung    MM 21.03.90
-|*    Letzte Aenderung  MM 27.06.90
-|*
 *************************************************************************/
 ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){
 // insert a node in the b-tree pObjBiTree
@@ -116,10 +100,6 @@ ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){
 |*
 |*    ObjNode::ObjNode()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.05.91
-|*    Letzte Aenderung  MM 15.05.91
-|*
 *************************************************************************/
 ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ){
     pRscObj  = pData;
@@ -131,10 +111,6 @@ ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ){
 |*
 |*    ObjNode::DelObjNode()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 09.12.91
-|*    Letzte Aenderung  MM 09.12.91
-|*
 *************************************************************************/
 ObjNode * ObjNode::DelObjNode( RscTop * pClass, ULONG nFileKey ){
     ObjNode * pRetNode = this;
@@ -165,10 +141,6 @@ ObjNode * ObjNode::DelObjNode( RscTop * pClass, ULONG nFileKey ){
 |*
 |*    ObjNode::GetId()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 29.10.91
-|*    Letzte Aenderung  MM 29.10.91
-|*
 *************************************************************************/
 sal_uInt32 ObjNode::GetId() const
 {
@@ -179,10 +151,6 @@ sal_uInt32 ObjNode::GetId() const
 |*
 |*    ObjNode::IsConsistent()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 23.09.91
-|*    Letzte Aenderung  MM 23.09.91
-|*
 *************************************************************************/
 BOOL ObjNode::IsConsistent( RscInconsList * pList )
 {
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 011e08e..080fd33 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -50,10 +50,6 @@
 |*
 |*    RscConst::RscConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.05.91
-|*    Letzte Aenderung  MM 03.05.91
-|*
 *************************************************************************/
 RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
     : RscTop( nId, nTypeId )
@@ -66,10 +62,6 @@ RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
 |*
 |*    RscConst::~RscConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.05.91
-|*    Letzte Aenderung  MM 03.05.91
-|*
 *************************************************************************/
 RscConst::~RscConst()
 {
@@ -81,10 +73,6 @@ RscConst::~RscConst()
 |*
 |*    RscConst::GetClassType()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.05.91
-|*    Letzte Aenderung  MM 03.05.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscConst::GetClassType() const
 {
@@ -95,10 +83,6 @@ RSCCLASS_TYPE RscConst::GetClassType() const
 |*
 |*    RscConst::SetConstance()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
     if( pVarArray )
@@ -119,10 +103,6 @@ ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
 |*
 |*    RscConst::GetConstance()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.05.91
-|*    Letzte Aenderung  MM 15.05.91
-|*
 *************************************************************************/
 Atom RscConst::GetConstant( sal_uInt32 nPos ){
      if( nPos < nEntries )
@@ -134,10 +114,6 @@ Atom RscConst::GetConstant( sal_uInt32 nPos ){
 |*
 |*    RscConst::GetConstValue()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.05.91
-|*    Letzte Aenderung  MM 15.05.91
-|*
 *************************************************************************/
 BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
 {
@@ -156,10 +132,6 @@ BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
 |*
 |*    RscConst::GetValueConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.05.91
-|*    Letzte Aenderung  MM 15.05.91
-|*
 *************************************************************************/
 BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
 {
@@ -181,8 +153,6 @@ BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
 |*    Beschreibung      Sucht die Position der Konstanten
 |*                      Return = nEntries, nicht gefunden
 |*                      Return = Position im Feld
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
 |*
 *************************************************************************/
 sal_uInt32 RscConst::GetConstPos( Atom nConst )
@@ -202,10 +172,6 @@ sal_uInt32 RscConst::GetConstPos( Atom nConst )
 |*
 |*    RscEnum::WriteSyntax()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 29.05.91
-|*    Letzte Aenderung  MM 29.05.91
-|*
 *************************************************************************/
 void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC )
 {
@@ -241,10 +207,6 @@ void RscConst::WriteRcAccess
 |*
 |*    RscEnum::RscEnum()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
             : RscConst( nId, nTypeId )
@@ -256,10 +218,6 @@ RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
 |*
 |*    RscEnum::SetConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
 {
@@ -279,10 +237,6 @@ ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
 |*
 |*    RscEnum::SetNumber()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 18.07.91
-|*    Letzte Aenderung  MM 18.07.91
-|*
 *************************************************************************/
 ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
 {
@@ -300,10 +254,6 @@ ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
 |*
 |*    RscEnum::GetConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
     *pH = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId;
@@ -314,10 +264,6 @@ ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
 |*
 |*    RscEnum::GetNumber()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 16.09.91
-|*    Letzte Aenderung  MM 16.09.91
-|*
 *************************************************************************/
 ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
     *pNumber = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue;
@@ -328,10 +274,6 @@ ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
 |*
 |*    RscEnum::Create()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
     RSCINST aInst;
@@ -360,10 +302,6 @@ RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
 |*
 |*    RscEnum::IsValueDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.01.92
-|*    Letzte Aenderung  MM 15.01.92
-|*
 *************************************************************************/
 BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
     if( pDef ){
@@ -381,10 +319,6 @@ BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
 |*
 |*    RscEnum::WriteSrc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                          RscTypCont *, sal_uInt32, const char * )
@@ -397,10 +331,6 @@ void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*    RscEnum::WriteRc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.04.91
-|*    Letzte Aenderung  MM 15.04.91
-|*
 *************************************************************************/
 ERRTYPE RscEnum::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
                           RscTypCont *, sal_uInt32, BOOL )
diff --git a/rsc/source/res/rsccont.cxx b/rsc/source/res/rsccont.cxx
index 27e94ae..f5feda5 100644
--- a/rsc/source/res/rsccont.cxx
+++ b/rsc/source/res/rsccont.cxx
@@ -46,10 +46,6 @@
 |*
 |*	  ENTRYSTRUCT::Destroy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 06.08.91
-|*	  Letzte Aenderung	MM 06.08.91
-|*
 *************************************************************************/
 void ENTRY_STRUCT::Destroy()
 {
@@ -65,10 +61,6 @@ void ENTRY_STRUCT::Destroy()
 |*
 |*	  RscBaseCont::RscBaseCont()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
                           BOOL bNoIdent )
@@ -86,10 +78,6 @@ RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
 |*
 |*	  RscBaseCont::~RscBaseCont()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RscBaseCont::~RscBaseCont()
 {
@@ -99,10 +87,6 @@ RscBaseCont::~RscBaseCont()
 |*
 |*	  RscBaseCont::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscBaseCont::GetClassType() const
 {
@@ -113,10 +97,6 @@ RSCCLASS_TYPE RscBaseCont::GetClassType() const
 |*
 |*	  DestroyElements()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 void RscBaseCont::DestroyElements( RscBaseContInst * pClassData )
 {
@@ -136,10 +116,6 @@ void RscBaseCont::DestroyElements( RscBaseContInst * pClassData )
 |*
 |*	  RscBaseCont::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 RSCINST RscBaseCont::Create( RSCINST * pInst, const RSCINST & rDflt,
                              BOOL bOwnClass )
@@ -193,10 +169,6 @@ RSCINST RscBaseCont::Create( RSCINST * pInst, const RSCINST & rDflt,
 |*
 |*	  RscBaseCont::Destroy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.05.91
-|*	  Letzte Aenderung	MM 25.05.91
-|*
 *************************************************************************/
 void RscBaseCont::Destroy( const RSCINST & rInst ){
     RscBaseContInst * pClassData;
@@ -211,10 +183,6 @@ void RscBaseCont::Destroy( const RSCINST & rInst ){
 |*
 |*	  RscBaseCont::SearchEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 17.05.91
-|*	  Letzte Aenderung	MM 17.05.91
-|*
 *************************************************************************/
 RSCINST RscBaseCont::SearchElePos( const RSCINST & rInst, const RscId & rEleName,
                                    RscTop * pClass, sal_uInt32 nPos )
@@ -242,10 +210,6 @@ RSCINST RscBaseCont::SearchElePos( const RSCINST & rInst, const RscId & rEleName
 |*
 |*	  RscBaseCont::SearchEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 17.05.91
-|*	  Letzte Aenderung	MM 17.05.91
-|*
 *************************************************************************/
 RSCINST RscBaseCont::SearchEle( const RSCINST & rInst, const RscId & rEleName,
                                 RscTop * pClass )
@@ -257,10 +221,6 @@ RSCINST RscBaseCont::SearchEle( const RSCINST & rInst, const RscId & rEleName,
 |*
 |*	  RscBaseCont::GetElement()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::GetElement( const RSCINST & rInst, const RscId & rEleName,
                                  RscTop * pCreateClass,
@@ -339,10 +299,6 @@ ERRTYPE RscBaseCont::GetElement( const RSCINST & rInst, const RscId & rEleName,
 |*
 |*	  RscBaseCont::GetCount()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 sal_uInt32 RscBaseCont::GetCount( const RSCINST & rInst ){
     RscBaseContInst * pClassData;
@@ -355,10 +311,6 @@ sal_uInt32 RscBaseCont::GetCount( const RSCINST & rInst ){
 |*
 |*	  RscBaseCont::GetPosEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 RSCINST RscBaseCont::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
     RscBaseContInst * pClassData;
@@ -374,10 +326,6 @@ RSCINST RscBaseCont::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
 |*
 |*	  RscBaseCont::MovePosEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 23.10.91
-|*	  Letzte Aenderung	MM 23.10.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
                                  sal_uInt32 nSourcePos )
@@ -413,10 +361,6 @@ ERRTYPE RscBaseCont::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
 |*
 |*	  RscBaseCont::SetPosRscId()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 30.09.91
-|*	  Letzte Aenderung	MM 30.09.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
                                   const RscId & rId ){
@@ -444,10 +388,6 @@ ERRTYPE RscBaseCont::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
 |*
 |*	  RscBaseCont::GetInfoEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 SUBINFO_STRUCT RscBaseCont::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
     RscBaseContInst * pClassData;
@@ -467,10 +407,6 @@ SUBINFO_STRUCT RscBaseCont::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos )
 |*
 |*	  RscBaseCont::SetString()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.04.91
-|*	  Letzte Aenderung	MM 29.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::SetString( const RSCINST & rInst, const char * pStr )
 {
@@ -509,10 +445,6 @@ else
 |*
 |*	  RscBaseCont::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::SetNumber( const RSCINST & rInst, INT32 lValue ){
     RscBaseContInst * pClassData;
@@ -628,10 +560,6 @@ else
 |*
 |*	  RscBaseCont::SetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 02.12.91
-|*	  Letzte Aenderung	MM 02.12.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::SetRef( const RSCINST & rInst, const RscId & rRefId ){
     RscBaseContInst * pClassData;
@@ -669,10 +597,6 @@ else
 |*
 |*	  RscBaseCont::IsConsistent()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 23.09.91
-|*	  Letzte Aenderung	MM 23.09.91
-|*
 *************************************************************************/
 BOOL RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){
     sal_uInt32	i = 0;
@@ -717,10 +641,6 @@ BOOL RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){
 |*
 |*	  RscBaseCont::SetToDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 void RscBaseCont::SetToDefault( const RSCINST & rInst )
 {
@@ -742,10 +662,6 @@ void RscBaseCont::SetToDefault( const RSCINST & rInst )
 |*
 |*	  RscBaseCont::IsDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 BOOL RscBaseCont::IsDefault( const RSCINST & rInst ){
     sal_uInt32	i = 0;
@@ -771,10 +687,6 @@ BOOL RscBaseCont::IsDefault( const RSCINST & rInst ){
 |*
 |*	  RscBaseCont::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 15.01.92
-|*
 *************************************************************************/
 BOOL RscBaseCont::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 {
@@ -795,10 +707,6 @@ BOOL RscBaseCont::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 |*
 |*	  RscBaseCont::Delete()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 void RscBaseCont::Delete( const RSCINST & rInst, RscTop * pClass,
                           const RscId & rId )
@@ -824,10 +732,6 @@ void RscBaseCont::Delete( const RSCINST & rInst, RscTop * pClass,
 |*
 |*	  RscBaseCont::DeletePos()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 void RscBaseCont::DeletePos( const RSCINST & rInst, sal_uInt32 nPos ){
     RscBaseContInst *	pClassData;
@@ -851,10 +755,6 @@ void RscBaseCont::DeletePos( const RSCINST & rInst, sal_uInt32 nPos ){
 |*
 |*	  RscBaseCont::ContWriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 void RscBaseCont::ContWriteSrc( const RSCINST & rInst, FILE * fOutput,
                                 RscTypCont * pTC, sal_uInt32 nTab,
@@ -881,10 +781,6 @@ void RscBaseCont::ContWriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscBaseCont::ContWriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::ContWriteRc( const RSCINST & rInst, RscWriteRc & rMem,
                               RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -943,10 +839,6 @@ void RscBaseCont::ContWriteRcAccess
 |*
 |*	  RscBaseCont::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 void RscBaseCont::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                             RscTypCont * pTC, sal_uInt32 nTab,
@@ -960,10 +852,6 @@ void RscBaseCont::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscBaseCont::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
                               RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -981,10 +869,6 @@ ERRTYPE RscBaseCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
 |*
 |*	  RscBaseCont::WriteHxx()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::WriteHxx( const RSCINST & rInst, FILE * fOutput,
                                RscTypCont * pTC, const RscId & rRscId )
@@ -1016,10 +900,6 @@ ERRTYPE RscBaseCont::WriteHxx( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscBaseCont::WriteCxx()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscBaseCont::WriteCxx( const RSCINST & rInst, FILE * fOutput,
                                RscTypCont * pTC, const RscId & rRscId )
@@ -1052,10 +932,6 @@ ERRTYPE RscBaseCont::WriteCxx( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscContWriteSrc::RscContWriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 RscContWriteSrc::RscContWriteSrc( Atom nId, sal_uInt32 nTypeId,
                                  RscTop * pSuper, BOOL bNoIdent )
@@ -1066,10 +942,6 @@ RscContWriteSrc::RscContWriteSrc( Atom nId, sal_uInt32 nTypeId,
 |*
 |*	  RscContWriteSrc::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 void RscContWriteSrc::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                                 RscTypCont * pTC, sal_uInt32 nTab,
@@ -1096,10 +968,6 @@ void RscContWriteSrc::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscCont::RscCont()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, BOOL bNoIdent )
               : RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent )
@@ -1109,10 +977,6 @@ RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, BOOL bNoIdent )
 |*
 |*	  RscCont::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 ERRTYPE RscCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
                                  RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -1147,10 +1011,6 @@ void RscCont::WriteRcAccess
 |*
 |*	  RscContExtraData::RscContExtraData()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 RscContExtraData::RscContExtraData( Atom nId, sal_uInt32 nTypeId,
                              RscTop * pSuper, BOOL bNoIdent )
@@ -1161,10 +1021,6 @@ RscContExtraData::RscContExtraData( Atom nId, sal_uInt32 nTypeId,
 |*
 |*	  RscContExtraData::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.05.91
-|*	  Letzte Aenderung	MM 08.05.91
-|*
 *************************************************************************/
 ERRTYPE RscContExtraData::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
                              RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx
index ea39a15..7b1792e 100644
--- a/rsc/source/res/rscflag.cxx
+++ b/rsc/source/res/rscflag.cxx
@@ -43,10 +43,6 @@
 |*
 |*    RscFlag::RscFlag()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId )
             : RscConst( nId, nTypeId )
@@ -58,8 +54,6 @@ RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId )
 |*
 |*    Beschreibung      Die Groe�e der Instanzdaten richtet sich nach
 |*                      der Anzahl der Flags
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
 |*
 *************************************************************************/
 sal_uInt32 RscFlag::Size()
@@ -72,10 +66,6 @@ sal_uInt32 RscFlag::Size()
 |*
 |*    RscFlag::SetNotConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, Atom nConst )
 {
@@ -96,10 +86,6 @@ ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, Atom nConst )
 |*
 |*    RscFlag::SetConst()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
 {
@@ -120,10 +106,6 @@ ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
 |*
 |*    RscFlag::CreateBasic()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 16.01.92
-|*    Letzte Aenderung  MM 16.01.92
-|*
 *************************************************************************/
 RSCINST RscFlag::CreateBasic( RSCINST * pInst )
 {
@@ -143,10 +125,6 @@ RSCINST RscFlag::CreateBasic( RSCINST * pInst )
 |*
 |*    RscFlag::Create()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 16.01.92
-|*
 *************************************************************************/
 RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass )
 {
@@ -174,10 +152,6 @@ RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
 |*
 |*    RscFlag::CreateClient()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 16.01.92
-|*    Letzte Aenderung  MM 16.01.92
-|*
 *************************************************************************/
 RSCINST RscFlag::CreateClient( RSCINST * pInst, const RSCINST & rDfltI,
                                BOOL bOwnClass, Atom nConstId )
@@ -210,10 +184,6 @@ RSCINST RscFlag::CreateClient( RSCINST * pInst, const RSCINST & rDfltI,
 |*
 |*    RscFlag::SetToDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 void RscFlag::SetToDefault( const RSCINST & rInst )
 {
@@ -227,10 +197,6 @@ void RscFlag::SetToDefault( const RSCINST & rInst )
 |*
 |*    RscFlag::IsDlft()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 03.04.91
-|*    Letzte Aenderung  MM 03.04.91
-|*
 *************************************************************************/
 BOOL RscFlag::IsDefault( const RSCINST & rInst )
 {
@@ -261,10 +227,6 @@ BOOL RscFlag::IsDefault( const RSCINST & rInst, Atom nConstId )
 |*
 |*    RscFlag::IsValueDefault()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 25.04.91
-|*    Letzte Aenderung  MM 25.04.91
-|*
 *************************************************************************/
 BOOL RscFlag::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef,
                               Atom nConstId )
@@ -317,10 +279,6 @@ BOOL RscFlag::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 |*
 |*    RscFlag::IsSet()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 10.04.91
-|*    Letzte Aenderung  MM 10.04.91
-|*
 *************************************************************************/
 BOOL RscFlag::IsSet( const RSCINST & rInst, Atom nConstId )
 {
@@ -341,10 +299,6 @@ BOOL RscFlag::IsSet( const RSCINST & rInst, Atom nConstId )
 |*
 |*    RscFlag::WriteSrc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 void RscFlag::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                         RscTypCont *, sal_uInt32, const char * )
@@ -376,10 +330,6 @@ void RscFlag::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*    RscFlag::WriteRc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 15.04.91
-|*    Letzte Aenderung  MM 15.04.91
-|*
 *************************************************************************/
 ERRTYPE RscFlag::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
                           RscTypCont *, sal_uInt32, BOOL )
@@ -406,10 +356,6 @@ ERRTYPE RscFlag::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
 |*
 |*    RscClient::RscClient()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass,
                        Atom nConstantId )
@@ -423,10 +369,6 @@ RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass,
 |*
 |*    RscClient::GetClassType()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscClient::GetClassType() const
 {
@@ -437,10 +379,6 @@ RSCCLASS_TYPE RscClient::GetClassType() const
 |*
 |*    RscClient::WriteSrc()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 void RscClient::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                           RscTypCont *, sal_uInt32, const char * )
@@ -455,10 +393,6 @@ void RscClient::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*    RscClient::Create()
 |*
-|*    Beschreibung
-|*    Ersterstellung    MM 08.04.91
-|*    Letzte Aenderung  MM 08.04.91
-|*
 *************************************************************************/
 RSCINST RscClient::Create( RSCINST * pInst, const RSCINST & rDflt,
                            BOOL bOwnClass )
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index c159aa6..76f323f 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -46,10 +46,6 @@
 |*
 |*	  RscMgr::RscMgr()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
             : RscClass( nId, nTypeId, pSuperCl )
@@ -60,10 +56,6 @@ RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
 |*
 |*	  RscMgr::Size()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 sal_uInt32 RscMgr::Size()
 {
@@ -74,10 +66,6 @@ sal_uInt32 RscMgr::Size()
 |*
 |*	  RscMgr::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCINST RscMgr::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
     RSCINST aInst;
@@ -109,10 +97,6 @@ RSCINST RscMgr::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass )
 |*
 |*	  RscMgr::Destroy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 21.06.91
-|*	  Letzte Aenderung	MM 21.06.91
-|*
 *************************************************************************/
 void RscMgr::Destroy( const RSCINST & rInst ){
     RscMgrInst * pClassData;
@@ -127,10 +111,6 @@ void RscMgr::Destroy( const RSCINST & rInst ){
 |*
 |*	  RscMgr::SetToDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 void RscMgr::SetToDefault( const RSCINST & rInst )
 {
@@ -146,10 +126,6 @@ void RscMgr::SetToDefault( const RSCINST & rInst )
 |*
 |*	  RscMgr::IsDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 BOOL RscMgr::IsDefault( const RSCINST & rInst ){
     RscMgrInst * pClassData;
@@ -165,10 +141,6 @@ BOOL RscMgr::IsDefault( const RSCINST & rInst ){
 |*
 |*	  RscMgr::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 12.06.91
-|*	  Letzte Aenderung	MM 12.06.91
-|*
 *************************************************************************/
 BOOL RscMgr::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
     RscMgrInst * pClassData;
@@ -194,10 +166,6 @@ BOOL RscMgr::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
 |*
 |*	  RscMgr::WriteSrcHeader()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.04.91
-|*	  Letzte Aenderung	MM 08.04.91
-|*
 *************************************************************************/
 void RscMgr::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
                              RscTypCont * pTC, sal_uInt32 nTab,
@@ -234,10 +202,6 @@ void RscMgr::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscMgr::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.04.91
-|*	  Letzte Aenderung	MM 08.04.91
-|*
 *************************************************************************/
 void RscMgr::WriteSrc( const RSCINST &, FILE *, RscTypCont *, sal_uInt32,
                         const char * )
@@ -248,10 +212,6 @@ void RscMgr::WriteSrc( const RSCINST &, FILE *, RscTypCont *, sal_uInt32,
 |*
 |*	  RscMgr::WriteRcHeader()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.04.91
-|*	  Letzte Aenderung	MM 15.04.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
                                RscTypCont * pTC, const RscId &rId,
@@ -345,10 +305,6 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
 |*
 |*	  RscMgr::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 26.04.91
-|*	  Letzte Aenderung	MM 26.04.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteRc( const RSCINST &, RscWriteRc &,
                          RscTypCont *, sal_uInt32, BOOL )
@@ -399,10 +355,6 @@ static ByteString MakeName( RscTypCont * pTypCon, RscTop * pClass,
 |*
 |*	  RscMgr::WriteHxxHeader()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.05.91
-|*	  Letzte Aenderung	MM 29.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
                                 RscTypCont * pTC, const RscId &rId )
@@ -468,10 +420,6 @@ ERRTYPE RscMgr::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscMgr::WriteHxx()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.05.91
-|*	  Letzte Aenderung	MM 29.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteHxx( const RSCINST & rInst, FILE * fOutput,
                           RscTypCont * pTC, const RscId & rId )
@@ -487,10 +435,6 @@ ERRTYPE RscMgr::WriteHxx( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscClass::WriteCxxHeader()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.05.91
-|*	  Letzte Aenderung	MM 29.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
                                 RscTypCont * pTC, const RscId & rId )
@@ -569,10 +513,6 @@ ERRTYPE RscMgr::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscClass::WriteCxx()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.05.91
-|*	  Letzte Aenderung	MM 29.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::WriteCxx( const RSCINST & rInst, FILE * fOutput,
                           RscTypCont * pTC, const RscId & rId )
@@ -589,10 +529,6 @@ ERRTYPE RscMgr::WriteCxx( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscArray::IsConsistent()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 23.09.91
-|*	  Letzte Aenderung	MM 23.09.91
-|*
 *************************************************************************/
 BOOL RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
 {
@@ -621,10 +557,6 @@ BOOL RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
 |*
 |*	  RscMgr::GetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.05.91
-|*	  Letzte Aenderung	MM 15.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId ){
     RscMgrInst * pClassData;
@@ -638,10 +570,6 @@ ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId ){
 |*
 |*	  RscMgr::IsToDeep()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.05.91
-|*	  Letzte Aenderung	MM 15.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep )
 {
@@ -682,10 +610,6 @@ ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep )
 |*
 |*	  RscMgr::SetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.05.91
-|*	  Letzte Aenderung	MM 15.05.91
-|*
 *************************************************************************/
 ERRTYPE RscMgr::SetRef( const RSCINST & rInst, const RscId & rRefId )
 {
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 5ee347b..aadf901 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -48,10 +48,6 @@
 |*
 |*	  RscRange::RscRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RscRange::RscRange( Atom nId, sal_uInt32 nTypeId )
                         : RscTop( nId, nTypeId )
@@ -64,10 +60,6 @@ RscRange::RscRange( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscRange::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscRange::GetClassType() const
 {
@@ -78,10 +70,6 @@ RSCCLASS_TYPE RscRange::GetClassType() const
 |*
 |*	  RscRange::SetRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscRange::SetRange( INT32 nMinimum, INT32 nMaximum )
 {
@@ -103,10 +91,6 @@ ERRTYPE RscRange::SetRange( INT32 nMinimum, INT32 nMaximum )
 |*
 |*	  RscRange::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.02.92
-|*	  Letzte Aenderung	MM 15.02.92
-|*
 *************************************************************************/
 BOOL RscRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 {
@@ -126,10 +110,6 @@ BOOL RscRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 |*
 |*	  RscRange::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 ERRTYPE RscRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 {
@@ -144,10 +124,6 @@ ERRTYPE RscRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 |*
 |*	  RscRange::GetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.04.91
-|*	  Letzte Aenderung	MM 22.04.91
-|*
 *************************************************************************/
 ERRTYPE RscRange::GetNumber( const RSCINST & rInst, INT32 * pN )
 {
@@ -159,10 +135,6 @@ ERRTYPE RscRange::GetNumber( const RSCINST & rInst, INT32 * pN )
 |*
 |*	  RscRange::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCINST RscRange::Create( RSCINST * pInst, const RSCINST & rDflt,
                             BOOL bOwnClass )
@@ -198,10 +170,6 @@ RSCINST RscRange::Create( RSCINST * pInst, const RSCINST & rDflt,
 |*
 |*	  RscRange::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 08.04.91
-|*	  Letzte Aenderung	MM 08.04.91
-|*
 *************************************************************************/
 void RscRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                          RscTypCont *, sal_uInt32, const char * )
@@ -213,10 +181,6 @@ void RscRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscRange::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.04.91
-|*	  Letzte Aenderung	MM 15.04.91
-|*
 *************************************************************************/
 ERRTYPE RscRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
                            RscTypCont *, sal_uInt32, BOOL )
@@ -258,10 +222,6 @@ void RscRange::WriteRcAccess
 |*
 |*	  RscLongRange::RscLongRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 RscLongRange::RscLongRange( Atom nId, sal_uInt32 nTypeId )
                         : RscTop( nId, nTypeId )
@@ -274,10 +234,6 @@ RscLongRange::RscLongRange( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscLongRange::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscLongRange::GetClassType() const
 {
@@ -288,10 +244,6 @@ RSCCLASS_TYPE RscLongRange::GetClassType() const
 |*
 |*	  RscLongRange::SetRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 ERRTYPE RscLongRange::SetRange( INT32 nMinimum, INT32 nMaximum )
 {
@@ -313,10 +265,6 @@ ERRTYPE RscLongRange::SetRange( INT32 nMinimum, INT32 nMaximum )
 |*
 |*	  RscLongRange::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.02.92
-|*	  Letzte Aenderung	MM 15.02.92
-|*
 *************************************************************************/
 BOOL RscLongRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 {
@@ -332,10 +280,6 @@ BOOL RscLongRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
 |*
 |*	  RscLongRange::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 ERRTYPE RscLongRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 {
@@ -351,10 +295,6 @@ ERRTYPE RscLongRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 |*
 |*	  RscLongRange::GetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.04.91
-|*	  Letzte Aenderung	MM 22.04.91
-|*
 *************************************************************************/
 ERRTYPE RscLongRange::GetNumber( const RSCINST & rInst, INT32 * pN )
 {
@@ -367,10 +307,6 @@ ERRTYPE RscLongRange::GetNumber( const RSCINST & rInst, INT32 * pN )
 |*
 |*	  RscLongRange::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 RSCINST RscLongRange::Create( RSCINST * pInst, const RSCINST & rDflt,
                               BOOL bOwnClass )
@@ -409,10 +345,6 @@ RSCINST RscLongRange::Create( RSCINST * pInst, const RSCINST & rDflt,
 |*
 |*	  RscLongRange::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.07.94
-|*
 *************************************************************************/
 void RscLongRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                          RscTypCont *, sal_uInt32, const char * )
@@ -426,10 +358,6 @@ void RscLongRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscLongRange::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 18.07.94
-|*	  Letzte Aenderung	MM 18.04.94
-|*
 *************************************************************************/
 ERRTYPE RscLongRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
                                RscTypCont *, sal_uInt32, BOOL )
@@ -482,10 +410,6 @@ ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom /*nConst*/,
 |*
 |*	  RscIdRange::RscIdRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RscIdRange::RscIdRange( Atom nId, sal_uInt32 nTypeId )
             : RscTop( nId, nTypeId )
@@ -498,10 +422,6 @@ RscIdRange::RscIdRange( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscIdRange::RscIdRange()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscIdRange::GetClassType() const
 {
@@ -512,10 +432,6 @@ RSCCLASS_TYPE RscIdRange::GetClassType() const
 |*
 |*	  RscIdRange::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.04.91
-|*	  Letzte Aenderung	MM 03.04.91
-|*
 *************************************************************************/
 RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
     RSCINST aInst;
@@ -554,10 +470,6 @@ RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnCla
 |*
 |*	  RscIdRange::Destroy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.11.91
-|*	  Letzte Aenderung	MM 22.11.91
-|*
 *************************************************************************/
 void RscIdRange :: Destroy( const RSCINST & rInst ){
     ((RscId *)rInst.pData)->Destroy();
@@ -567,10 +479,6 @@ void RscIdRange :: Destroy( const RSCINST & rInst ){
 |*
 |*	  RscIdRange::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.01.92
-|*	  Letzte Aenderung	MM 15.01.92
-|*
 *************************************************************************/
 BOOL RscIdRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
     if( pDef ){
@@ -592,10 +500,6 @@ BOOL RscIdRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
 |*
 |*	  RscIdRange::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.11.91
-|*	  Letzte Aenderung	MM 25.11.91
-|*
 *************************************************************************/
 ERRTYPE RscIdRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 {
@@ -611,10 +515,6 @@ ERRTYPE RscIdRange::SetNumber( const RSCINST & rInst, INT32 nValue )
 |*
 |*	  RscIdRange::GetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.11.91
-|*	  Letzte Aenderung	MM 25.11.91
-|*
 *************************************************************************/
 ERRTYPE RscIdRange::GetNumber( const RSCINST & rInst, INT32 * plValue ){
     *plValue = ((RscId *)rInst.pData)->GetNumber();
@@ -625,10 +525,6 @@ ERRTYPE RscIdRange::GetNumber( const RSCINST & rInst, INT32 * plValue ){
 |*
 |*	  RscIdRange::SetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.11.91
-|*	  Letzte Aenderung	MM 22.11.91
-|*
 *************************************************************************/
 ERRTYPE RscIdRange::SetRef( const RSCINST & rInst, const RscId & rRscId ){
     ERRTYPE aError;
@@ -649,10 +545,6 @@ ERRTYPE RscIdRange::SetRef( const RSCINST & rInst, const RscId & rRscId ){
 |*
 |*	  RscIdRange::GetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.11.91
-|*	  Letzte Aenderung	MM 22.11.91
-|*
 *************************************************************************/
 ERRTYPE RscIdRange::GetRef( const RSCINST & rInst, RscId * pRscId ){
     *pRscId = *(RscId *)rInst.pData;
@@ -664,10 +556,6 @@ ERRTYPE RscIdRange::GetRef( const RSCINST & rInst, RscId * pRscId ){
 |*
 |*	  RscIdRange::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.11.91
-|*	  Letzte Aenderung	MM 25.11.91
-|*
 *************************************************************************/
 void RscIdRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                            RscTypCont *, sal_uInt32, const char * )
@@ -679,10 +567,6 @@ void RscIdRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscIdRange::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.11.91
-|*	  Letzte Aenderung	MM 25.11.91
-|*
 *************************************************************************/
 ERRTYPE RscIdRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
                              RscTypCont *, sal_uInt32, BOOL )
@@ -711,10 +595,6 @@ void RscIdRange::WriteRcAccess
 |*
 |*	  RscIdRange::IsConsistent()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.11.91
-|*	  Letzte Aenderung	MM 22.11.91
-|*
 *************************************************************************/
 BOOL RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
 {
@@ -734,10 +614,6 @@ BOOL RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
 |*
 |*	  RscBool::RscBool()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.04.91
-|*	  Letzte Aenderung	MM 29.04.91
-|*
 *************************************************************************/
 RscBool::RscBool( Atom nId, sal_uInt32 nTypeId )
         : RscRange( nId, nTypeId )
@@ -749,10 +625,6 @@ RscBool::RscBool( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscBool::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.04.91
-|*	  Letzte Aenderung	MM 29.04.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE  RscBool::GetClassType() const
 {
@@ -763,10 +635,6 @@ RSCCLASS_TYPE  RscBool::GetClassType() const
 |*
 |*	  RscBool::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.04.91
-|*	  Letzte Aenderung	MM 29.04.91
-|*
 *************************************************************************/
 void RscBool::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                         RscTypCont *, sal_uInt32, const char * )
@@ -798,10 +666,6 @@ void RscBool::WriteRcAccess
 |*
 |*	  RscBreakRange::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.06.91
-|*	  Letzte Aenderung	MM 24.06.91
-|*
 *************************************************************************/
 RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId )
                         : RscRange( nId, nTypeId )
@@ -813,10 +677,6 @@ RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscBreakRange::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.06.91
-|*	  Letzte Aenderung	MM 24.06.91
-|*
 *************************************************************************/
 ERRTYPE RscBreakRange::SetNumber( const RSCINST & rInst, INT32 nValue ){
     if( nValue == nOutRange )
@@ -829,10 +689,6 @@ ERRTYPE RscBreakRange::SetNumber( const RSCINST & rInst, INT32 nValue ){
 |*
 |*	  RscBreakRange::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 24.06.91
-|*	  Letzte Aenderung	MM 24.06.91
-|*
 *************************************************************************/
 RSCINST RscBreakRange::Create( RSCINST * pInst, const RSCINST & rDflt,
                                BOOL bOwnClass )
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx
index 079a6b1..583bafa 100644
--- a/rsc/source/res/rscstr.cxx
+++ b/rsc/source/res/rscstr.cxx
@@ -48,10 +48,6 @@
 |*
 |*	  RscString::RscString()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 RscString::RscString( Atom nId, sal_uInt32 nTypeId )
                 : RscTop( nId, nTypeId )
@@ -64,10 +60,6 @@ RscString::RscString( Atom nId, sal_uInt32 nTypeId )
 |*
 |*	  RscString::GetClassType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 RSCCLASS_TYPE RscString::GetClassType() const
 {
@@ -78,10 +70,6 @@ RSCCLASS_TYPE RscString::GetClassType() const
 |*
 |*	  RscString::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 ERRTYPE RscString::SetString( const RSCINST & rInst, const char * pStr ){
     char	* pTmp;
@@ -112,10 +100,6 @@ ERRTYPE RscString::SetString( const RSCINST & rInst, const char * pStr ){
 |*
 |*	  RscString::GetString()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){
     *ppStr = ((RscStringInst *)rInst.pData)->pStr;
@@ -126,10 +110,6 @@ ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){
 |*
 |*	  RscString::GetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 22.07.91
-|*	  Letzte Aenderung	MM 22.07.91
-|*
 *************************************************************************/
 ERRTYPE RscString::GetRef( const RSCINST & rInst, RscId * pRscId ){
     *pRscId = ((RscStringInst *)rInst.pData)->aRefId;
@@ -140,10 +120,6 @@ ERRTYPE RscString::GetRef( const RSCINST & rInst, RscId * pRscId ){
 |*
 |*	  RscString::SetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.05.91
-|*	  Letzte Aenderung	MM 15.05.91
-|*
 *************************************************************************/
 ERRTYPE RscString::SetRef( const RSCINST & rInst, const RscId & rRefId ){
     if( pRefClass ){
@@ -160,10 +136,6 @@ ERRTYPE RscString::SetRef( const RSCINST & rInst, const RscId & rRefId ){
 |*
 |*	  RscString::Create()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 RSCINST RscString::Create( RSCINST * pInst, const RSCINST & rDflt,
                            BOOL bOwnClass )
@@ -199,10 +171,6 @@ RSCINST RscString::Create( RSCINST * pInst, const RSCINST & rDflt,
 |*
 |*	  RscString::Destroy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.05.91
-|*	  Letzte Aenderung	MM 15.05.91
-|*
 *************************************************************************/
 void RscString::Destroy( const RSCINST & rInst ){
     if( ((RscStringInst *)rInst.pData)->pStr )
@@ -214,10 +182,6 @@ void RscString::Destroy( const RSCINST & rInst ){
 |*
 |*	  RscString::IsValueDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.01.92
-|*	  Letzte Aenderung	MM 15.01.92
-|*
 *************************************************************************/
 BOOL RscString::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
     RscStringInst * pData	 = (RscStringInst*)rInst.pData;
@@ -266,10 +230,6 @@ BOOL RscString::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
 |*
 |*	  RscString::WriteSrc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 25.04.91
-|*	  Letzte Aenderung	MM 25.04.91
-|*
 *************************************************************************/
 void RscString::WriteSrc( const RSCINST & rInst, FILE * fOutput,
                           RscTypCont *, sal_uInt32, const char * )
@@ -314,10 +274,6 @@ void RscString::WriteSrc( const RSCINST & rInst, FILE * fOutput,
 |*
 |*	  RscString::WriteRc()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 15.04.91
-|*	  Letzte Aenderung	MM 15.04.91
-|*
 *************************************************************************/
 ERRTYPE RscString::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
                             RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index 6f1e5e7..2ad0420 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -43,10 +43,6 @@
 |*
 |*	  RscTop::RscTop()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.06.91
-|*	  Letzte Aenderung	MM 03.06.91
-|*
 *************************************************************************/
 RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
     : RefNode( nId )
@@ -63,10 +59,6 @@ RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
 |*
 |*	  RscTop::SetCallPar()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
                          const ByteString & rParType )
@@ -80,10 +72,6 @@ void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
 |*
 |*	  RscTop::GetDefault()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::GetDefault()
 {
@@ -96,10 +84,6 @@ RSCINST RscTop::GetDefault()
 |*
 |*	  RscTop::Pre_dtor()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 19.06.91
-|*	  Letzte Aenderung	MM 19.06.91
-|*
 *************************************************************************/
 void RscTop :: Pre_dtor(){
     if( aDfltInst.IsInst() ){
@@ -113,10 +97,6 @@ void RscTop :: Pre_dtor(){
 |*
 |*	  RscTop::GetConstant()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 Atom	RscTop :: GetConstant( sal_uInt32 ){
     return InvalidAtom;
@@ -126,10 +106,6 @@ Atom	RscTop :: GetConstant( sal_uInt32 ){
 |*
 |*	  RscTop::GetIndexType()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RscTop * RscTop::GetTypeClass() const
 {
@@ -143,10 +119,6 @@ RscTop * RscTop::GetTypeClass() const
 |*
 |*	  RscTop::Size()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 sal_uInt32 RscTop :: Size()
 {
@@ -160,10 +132,6 @@ sal_uInt32 RscTop :: Size()
 |*
 |*	  RscTop::GetRef()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
     if( pSuperClass )
@@ -176,10 +144,6 @@ ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
 |*
 |*	  RscTop::InHierarchy()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 17.05.91
-|*	  Letzte Aenderung	MM 17.05.91
-|*
 *************************************************************************/
 BOOL RscTop::InHierarchy( RscTop * pClass ){
     if( this == pClass )
@@ -193,10 +157,6 @@ BOOL RscTop::InHierarchy( RscTop * pClass ){
 |*
 |*	  RscTop::SetVariable()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
                      RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask,
@@ -214,10 +174,6 @@ ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
 |*
 |*	  RscTop::EnumVariable()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 03.02.93
-|*	  Letzte Aenderung	MM 03.02.93
-|*
 *************************************************************************/
 void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
 {
@@ -229,10 +185,6 @@ void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
 |*
 |*	  RscTop::GetVariable()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::GetVariable
 (
@@ -254,10 +206,6 @@ RSCINST RscTop::GetVariable
 |*
 |*	  RscTop::GetCopyVar()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
 {
@@ -272,10 +220,6 @@ RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
 |*
 |*	  RscTop::GetTupelVar()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
                             const RSCINST & rInitInst )
@@ -290,10 +234,6 @@ RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
 |*
 |*	  RscTop::GetElement()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
                     RscTop *pCreateClass, const RSCINST & rCreateInst,
@@ -312,10 +252,6 @@ ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
 |*
 |*	  RscTop::GetArrayEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::GetArrayEle
 (
@@ -335,10 +271,6 @@ ERRTYPE RscTop::GetArrayEle
 |*
 |*	  RscTop::GetValueEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::GetValueEle
 (
@@ -358,10 +290,6 @@ ERRTYPE RscTop::GetValueEle
 |*
 |*	  RscTop::SearchEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
                    RscTop * pClass )
@@ -377,10 +305,6 @@ RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
 |*
 |*	  RscTop::GetPosEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
     if( pSuperClass )
@@ -394,10 +318,6 @@ RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
 |*
 |*	  RscTop::MovePosEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
                     sal_uInt32 nSourcePos )
@@ -413,10 +333,6 @@ ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
 |*
 |*	  RscTop::SetPosRscId()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
                      const RscId & rRscId )
@@ -432,10 +348,6 @@ ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
 |*
 |*	  RscTop::GetInfoEle()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
     if( pSuperClass )
@@ -449,10 +361,6 @@ SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
 |*
 |*	  RscTop::GetCount()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 sal_uInt32	RscTop::GetCount( const RSCINST & rInst ){
     if( pSuperClass )
@@ -465,10 +373,6 @@ sal_uInt32	RscTop::GetCount( const RSCINST & rInst ){
 |*
 |*	  RscTop::SetNumber()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91
-|*	  Letzte Aenderung	MM 29.10.91
-|*
 *************************************************************************/
 ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
     if( pSuperClass )
@@ -482,10 +386,6 @@ ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
 |*
 |*	  RscTop::SetBool()
 |*
-|*	  Beschreibung
-|*	  Ersterstellung	MM 29.10.91

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list