summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-22 00:19:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-22 00:19:18 +0100
commita5ff21d92e8359c60d661d7cf9bc0ce96453b77f (patch)
tree8326b45cbf7977a21debf2ca01399437d78373c8 /idl
parent5d39c7f613c89e7021bb9f05bc4f7e2b379846e5 (diff)
Remove empty description and dates.
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/char.cxx4
-rw-r--r--idl/source/objects/bastype.cxx52
-rw-r--r--idl/source/objects/module.cxx16
-rw-r--r--idl/source/prj/command.cxx4
-rw-r--r--idl/source/prj/database.cxx4
-rw-r--r--idl/source/prj/globals.cxx4
-rw-r--r--idl/source/prj/idldll.cxx4
7 files changed, 0 insertions, 88 deletions
diff --git a/idl/source/cmptools/char.cxx b/idl/source/cmptools/char.cxx
index 3689335be2c5..4f3a6f13faa0 100644
--- a/idl/source/cmptools/char.cxx
+++ b/idl/source/cmptools/char.cxx
@@ -71,10 +71,6 @@ static unsigned char EqualTab[ 256 ] = {
|*
|* RscChar::GetTable()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.08.91
-|* Letzte Aenderung MM 08.08.91
-|*
*************************************************************************/
Table * pCharTable = NULL;
unsigned char * pChange = EqualTab;
diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx
index d561ee7dd6ca..4a98c8a5a696 100644
--- a/idl/source/objects/bastype.cxx
+++ b/idl/source/objects/bastype.cxx
@@ -77,10 +77,6 @@ static BOOL ReadRangeSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm,
|* SvUINT32::Read()
|* SvUINT32::Write()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
UINT32 SvUINT32::Read( SvStream & rStm )
{
@@ -97,10 +93,6 @@ void SvUINT32::Write( SvStream & rStm, UINT32 nVal )
|* SvStream& operator << ( SvBOOL )
|* SvStream& operator >> ( SvBOOL )
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
SvStream& operator << (SvStream & rStm, const SvBOOL & rb )
{
@@ -129,10 +121,6 @@ SvStream& operator >> (SvStream & rStm, SvBOOL & rb )
|* SvStream& operator << ( SvVersion )
|* SvStream& operator >> ( SvVersion )
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
SvStream& operator << (SvStream & rStm, const SvVersion & r )
{
@@ -180,10 +168,6 @@ SvStream& operator >> (SvStream & rStm, SvVersion & r )
|*
|* SvBOOL::ReadSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvBOOL::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
{
@@ -387,10 +371,6 @@ BOOL SvNumberIdentifier::ReadSvIdl( SvIdlDataBase & rBase,
|* SvStream& operator << ( SvNumberIdentifier )
|* SvStream& operator >> ( SvNumberIdentifier )
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
SvStream& operator << (SvStream & rStm, const SvNumberIdentifier & r )
{
@@ -412,10 +392,6 @@ SvStream& operator >> (SvStream & rStm, SvNumberIdentifier & r )
|*
|* SvString::ReadSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvString::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
{
@@ -448,10 +424,6 @@ BOOL SvString::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
|*
|* SvString::WriteSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvString::WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm,
USHORT /*nTab */ )
@@ -478,10 +450,6 @@ SvStream& operator >> (SvStream & rStm, SvString & r )
|*
|* SvHelpText::ReadSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvHelpText::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
{
@@ -492,10 +460,6 @@ BOOL SvHelpText::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
|*
|* SvHelpText::WriteSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvHelpText::WriteSvIdl( SvIdlDataBase &, SvStream & rOutStm, USHORT nTab )
{
@@ -507,10 +471,6 @@ BOOL SvHelpText::WriteSvIdl( SvIdlDataBase &, SvStream & rOutStm, USHORT nTab )
|*
|* SvUUId::ReadSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvUUId::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
{
@@ -543,10 +503,6 @@ BOOL SvUUId::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
|*
|* SvMetaObject::WriteSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvUUId::WriteSvIdl( SvStream & rOutStm )
{
@@ -562,10 +518,6 @@ BOOL SvUUId::WriteSvIdl( SvStream & rOutStm )
|*
|* SvVersion::ReadSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvVersion::ReadSvIdl( SvTokenStream & rInStm )
{
@@ -595,10 +547,6 @@ BOOL SvVersion::ReadSvIdl( SvTokenStream & rInStm )
|*
|* SvVersion::WriteSvIdl()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvVersion::WriteSvIdl( SvStream & rOutStm )
{
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 383db12408d5..7545fa0118ea 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -45,10 +45,6 @@ SV_IMPL_META_FACTORY1( SvMetaModule, SvMetaExtern );
|*
|* SvMetaModule::SvMetaModule()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
SvMetaModule::SvMetaModule()
#ifdef IDL_COMPILER
@@ -70,10 +66,6 @@ SvMetaModule::SvMetaModule( const String & rIdlFileName, BOOL bImp )
|*
|* SvMetaModule::Load()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
#define MODULE_VER 0x0001
void SvMetaModule::Load( SvPersistStream & rStm )
@@ -113,10 +105,6 @@ void SvMetaModule::Load( SvPersistStream & rStm )
|*
|* SvMetaModule::Save()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
void SvMetaModule::Save( SvPersistStream & rStm )
{
@@ -153,10 +141,6 @@ void SvMetaModule::Save( SvPersistStream & rStm )
|*
|* SvMetaModule::SetName()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.12.94
-|* Letzte Aenderung MM 12.12.94
-|*
*************************************************************************/
BOOL SvMetaModule::SetName( const ByteString & rName, SvIdlDataBase * pBase )
{
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 61fbe6106f12..0f7e422c1dbf 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -138,10 +138,6 @@ char CommandLineSyntax[] =
|*
|* Init()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.12.94
-|* Letzte Aenderung MM 15.12.94
-|*
*************************************************************************/
void Init()
{
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index 729fedaa3d83..591458983536 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -116,10 +116,6 @@ SvMetaTypeMemberList & SvIdlDataBase::GetTypeList()
|*
|* SvIdlDataBase::GetModuleInfo()
|*
-|* Beschreibung
-|* Ersterstellung MM 13.12.94
-|* Letzte Aenderung MM 13.12.94
-|*
*************************************************************************/
SvMetaModule * SvIdlDataBase::GetModule( const ByteString & rName )
{
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx
index 148254fca403..b3a00e00e71e 100644
--- a/idl/source/prj/globals.cxx
+++ b/idl/source/prj/globals.cxx
@@ -97,10 +97,6 @@ IdlDll::~IdlDll()
|*
|* SvGlobalHashNames::SvGlobalHashNames()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.08.91
-|* Letzte Aenderung MM 08.08.91
-|*
*************************************************************************/
inline SvStringHashEntry * INS( const ByteString & rName )
{
diff --git a/idl/source/prj/idldll.cxx b/idl/source/prj/idldll.cxx
index 05030742e52f..1898bf0c2fd7 100644
--- a/idl/source/prj/idldll.cxx
+++ b/idl/source/prj/idldll.cxx
@@ -43,8 +43,6 @@ static HINSTANCE hDLLInst = 0; // HANDLE der DLL
|* LibMain()
|*
|* Beschreibung Initialisierungsfunktion der DLL
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
@@ -65,8 +63,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
|* WEP()
|*
|* Beschreibung DLL-Deinitialisierung
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/