summaryrefslogtreecommitdiff
path: root/tools/source/generic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-22 00:20:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-22 00:21:04 +0100
commit9bec4c995bedf1e5e19276a5c58ae70ed069241c (patch)
treebb0d96ebc8f0390776aae2860fe7cf97e8e13af5 /tools/source/generic
parent17637e2a2f2a0ca3e52f916a1e64733bde048965 (diff)
Remove empty description and dates.
Diffstat (limited to 'tools/source/generic')
-rw-r--r--tools/source/generic/fract.cxx58
-rw-r--r--tools/source/generic/gen.cxx28
-rw-r--r--tools/source/generic/link.cxx4
3 files changed, 0 insertions, 90 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 4a4741c2b0a6..07d794de80bf 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -43,8 +43,6 @@
|* Beschreibung Berechnet den groessten gemeinsamen Teiler von
|* nVal1 und nVal2
|* Parameter long nVal1, long nVal2
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
|*
*************************************************************************/
@@ -128,10 +126,6 @@ static void Reduce( BigInt &rVal1, BigInt &rVal2 )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung WP 07.03.97
-|* Letzte Aenderung
-|*
*************************************************************************/
Fraction::Fraction( long nN1, long nN2, long nD1, long nD2 )
@@ -177,10 +171,6 @@ Fraction::Fraction( long nN1, long nN2, long nD1, long nD2 )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zur Initialisierung eines Bruches wird nNum dem Zaehler und nDen dem
@@ -209,10 +199,6 @@ Fraction::Fraction( long nNum, long nDen )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Wenn der Wert von dVal groesser ist als LONG_MAX, dann wird der Bruch
@@ -251,10 +237,6 @@ Fraction::Fraction( double dVal )
|*
|* Fraction::operator double()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 14.05.91
-|*
*************************************************************************/
Fraction::operator double() const
@@ -269,10 +251,6 @@ Fraction::operator double() const
|*
|* Fraction::operator+=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -325,10 +303,6 @@ Fraction& Fraction::operator += ( const Fraction& rVal )
|*
|* Fraction::operator-=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -381,10 +355,6 @@ Fraction& Fraction::operator -= ( const Fraction& rVal )
|*
|* Fraction::operator*=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -433,10 +403,6 @@ Fraction& Fraction::operator *= ( const Fraction& rVal )
|*
|* Fraction::operator/=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -493,10 +459,6 @@ Fraction& Fraction::operator /= ( const Fraction& rVal )
|*
|* Fraction::ReduceInaccurate()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung JOE 17.09.95
-|* Letzte Aenderung kendy 2007-06-13
-|*
*************************************************************************/
@@ -627,10 +589,6 @@ void Fraction::ReduceInaccurate( unsigned nSignificantBits )
|*
|* Fraction::operator ==()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
bool operator == ( const Fraction& rVal1, const Fraction& rVal2 )
@@ -646,10 +604,6 @@ bool operator == ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* Fraction::operator <()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Beide Operanden werden zunaechst auf ihre Gueltigkeit ueberprueft und
@@ -676,10 +630,6 @@ bool operator < ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* Fraction::operator >()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
// Beide Operanden werden zunaechst auf ihre Gueltigkeit ueberprueft und
@@ -706,10 +656,6 @@ bool operator > ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* SvStream& operator>>( SvStream& rIStream, Fraction& rFract )
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung MM 08.01.96
-|* Letzte Aenderung MM 08.01.96
-|*
*************************************************************************/
SvStream& operator >> ( SvStream& rIStream, Fraction& rFract )
{
@@ -722,10 +668,6 @@ SvStream& operator >> ( SvStream& rIStream, Fraction& rFract )
|*
|* SvStream& operator<<( SvStream& rIStream, Fraction& rFract )
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung MM 08.01.96
-|* Letzte Aenderung MM 08.01.96
-|*
*************************************************************************/
SvStream& operator << ( SvStream& rOStream, const Fraction& rFract )
{
diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx
index 93f01ce4c4cb..591873558ca5 100644
--- a/tools/source/generic/gen.cxx
+++ b/tools/source/generic/gen.cxx
@@ -194,10 +194,6 @@ SvStream& operator<<( SvStream& rOStream, const Pair& rPair )
|*
|* Rectangle::SetSize()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung DV 29.10.91
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
void Rectangle::SetSize( const Size& rSize )
@@ -221,10 +217,6 @@ void Rectangle::SetSize( const Size& rSize )
|*
|* Rectangle::Union()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 20.10.92
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
Rectangle& Rectangle::Union( const Rectangle& rRect )
@@ -249,10 +241,6 @@ Rectangle& Rectangle::Union( const Rectangle& rRect )
|*
|* Rectangle::Intersection()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 20.10.92
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
Rectangle& Rectangle::Intersection( const Rectangle& rRect )
@@ -287,10 +275,6 @@ Rectangle& Rectangle::Intersection( const Rectangle& rRect )
|*
|* Rectangle::Justify()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung DV 07.03.91
-|* Letzte Aenderung DV 07.03.91
-|*
*************************************************************************/
void Rectangle::Justify()
@@ -318,10 +302,6 @@ void Rectangle::Justify()
|*
|* Rectangle::IsInside()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsInside( const Point& rPoint ) const
@@ -357,10 +337,6 @@ BOOL Rectangle::IsInside( const Point& rPoint ) const
|*
|* Rectangle::IsInside()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsInside( const Rectangle& rRect ) const
@@ -375,10 +351,6 @@ BOOL Rectangle::IsInside( const Rectangle& rRect ) const
|*
|* Rectangle::IsOver()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsOver( const Rectangle& rRect ) const
diff --git a/tools/source/generic/link.cxx b/tools/source/generic/link.cxx
index 3fee01c5ee9a..60231889556e 100644
--- a/tools/source/generic/link.cxx
+++ b/tools/source/generic/link.cxx
@@ -34,10 +34,6 @@
|*
|* Link::operator==()
|*
-|* Beschreibung LINK.SDW
-|* Ersterstellung AM 14.02.91
-|* Letzte Aenderung TH 07.11.95
-|*
*************************************************************************/
BOOL Link::operator==( const Link& rLink ) const