diff options
Diffstat (limited to 'tools/source/datetime/datetime.cxx')
-rw-r--r-- | tools/source/datetime/datetime.cxx | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/tools/source/datetime/datetime.cxx b/tools/source/datetime/datetime.cxx index 5cd659b957c9..593d709626d3 100644 --- a/tools/source/datetime/datetime.cxx +++ b/tools/source/datetime/datetime.cxx @@ -36,10 +36,6 @@ |* |* DateTime::IsBetween() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 18.05.92 -|* Letzte Aenderung TH 18.05.92 -|* *************************************************************************/ BOOL DateTime::IsBetween( const DateTime& rFrom, @@ -55,10 +51,6 @@ BOOL DateTime::IsBetween( const DateTime& rFrom, |* |* DateTime::operator >() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 18.05.92 -|* Letzte Aenderung TH 18.05.92 -|* *************************************************************************/ BOOL DateTime::operator >( const DateTime& rDateTime ) const @@ -74,10 +66,6 @@ BOOL DateTime::operator >( const DateTime& rDateTime ) const |* |* DateTime::operator <() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 18.05.92 -|* Letzte Aenderung TH 18.05.92 -|* *************************************************************************/ BOOL DateTime::operator <( const DateTime& rDateTime ) const @@ -93,10 +81,6 @@ BOOL DateTime::operator <( const DateTime& rDateTime ) const |* |* DateTime::operator >=() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 18.05.92 -|* Letzte Aenderung TH 18.05.92 -|* *************************************************************************/ BOOL DateTime::operator >=( const DateTime& rDateTime ) const @@ -112,10 +96,6 @@ BOOL DateTime::operator >=( const DateTime& rDateTime ) const |* |* DateTime::operator <=() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 18.05.92 -|* Letzte Aenderung TH 18.05.92 -|* *************************************************************************/ BOOL DateTime::operator <=( const DateTime& rDateTime ) const @@ -131,10 +111,6 @@ BOOL DateTime::operator <=( const DateTime& rDateTime ) const |* |* DateTime::GetSecFromDateTime() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ long DateTime::GetSecFromDateTime( const Date& rDate ) const @@ -156,10 +132,6 @@ long DateTime::GetSecFromDateTime( const Date& rDate ) const |* |* DateTime::GetSecFromDateTime() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ void DateTime::MakeDateTimeFromSec( const Date& rDate, ULONG nSec ) @@ -177,10 +149,6 @@ void DateTime::MakeDateTimeFromSec( const Date& rDate, ULONG nSec ) |* |* DateTime::operator +=() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime& DateTime::operator +=( const Time& rTime ) @@ -216,10 +184,6 @@ DateTime& DateTime::operator +=( const Time& rTime ) |* |* DateTime::operator -=() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime& DateTime::operator -=( const Time& rTime ) @@ -255,10 +219,6 @@ DateTime& DateTime::operator -=( const Time& rTime ) |* |* DateTime::operator+() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime operator +( const DateTime& rDateTime, long nDays ) @@ -272,10 +232,6 @@ DateTime operator +( const DateTime& rDateTime, long nDays ) |* |* DateTime::operator-() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime operator -( const DateTime& rDateTime, long nDays ) @@ -289,10 +245,6 @@ DateTime operator -( const DateTime& rDateTime, long nDays ) |* |* DateTime::operator+() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime operator +( const DateTime& rDateTime, const Time& rTime ) @@ -306,10 +258,6 @@ DateTime operator +( const DateTime& rDateTime, const Time& rTime ) |* |* DateTime::operator-() |* -|* Beschreibung DATETIME.SDW -|* Ersterstellung TH 02.10.96 -|* Letzte Aenderung TH 02.10.96 -|* *************************************************************************/ DateTime operator -( const DateTime& rDateTime, const Time& rTime ) |