diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 00:19:18 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 00:19:18 +0100 |
commit | a5ff21d92e8359c60d661d7cf9bc0ce96453b77f (patch) | |
tree | 8326b45cbf7977a21debf2ca01399437d78373c8 /editeng | |
parent | 5d39c7f613c89e7021bb9f05bc4f7e2b379846e5 (diff) |
Remove empty description and dates.
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/txtrange.hxx | 4 | ||||
-rw-r--r-- | editeng/source/misc/txtrange.cxx | 12 |
2 files changed, 0 insertions, 16 deletions
diff --git a/editeng/inc/editeng/txtrange.hxx b/editeng/inc/editeng/txtrange.hxx index 0cd816140900..9b607c84f26f 100644 --- a/editeng/inc/editeng/txtrange.hxx +++ b/editeng/inc/editeng/txtrange.hxx @@ -50,10 +50,6 @@ typedef SvLongs* SvLongsPtr; |* |* class TextRanger |* -|* Beschreibung -|* Ersterstellung 20.01.97 -|* Letzte Aenderung AMA 20.01.97 -|* *************************************************************************/ class EDITENG_DLLPUBLIC TextRanger { diff --git a/editeng/source/misc/txtrange.cxx b/editeng/source/misc/txtrange.cxx index 12b6510947ca..780a7f84b718 100644 --- a/editeng/source/misc/txtrange.cxx +++ b/editeng/source/misc/txtrange.cxx @@ -40,10 +40,6 @@ |* |* TextRanger::TextRanger() |* -|* Beschreibung -|* Ersterstellung 20.01.97 -|* Letzte Aenderung 20.01.97 AMA -|* *************************************************************************/ #ifdef WIN @@ -106,10 +102,6 @@ TextRanger::TextRanger( const basegfx::B2DPolyPolygon& rPolyPolygon, const baseg |* |* TextRanger::~TextRanger() |* -|* Beschreibung -|* Ersterstellung 20.01.97 -|* Letzte Aenderung 20.01.97 AMA -|* *************************************************************************/ TextRanger::~TextRanger() @@ -142,10 +134,6 @@ void TextRanger::SetVertical( BOOL bNew ) |* |* SvxBoundArgs |* -|* Beschreibung -|* Ersterstellung 20.01.97 -|* Letzte Aenderung 20.01.97 AMA -|* *************************************************************************/ class SvxBoundArgs |