diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index f6df007d0bff..0b9f6e13e9d1 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -74,10 +74,6 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel ) |* |* RscError::StdErr(); |* -|* Beschreibung -|* Ersterstellung PL 11/07/2001 -|* Letzte Aenderung PL 11/07/2001 -|* *************************************************************************/ void RscError::StdErr( const char * pStr ) { @@ -111,10 +107,6 @@ void RscError::StdLstOut( const char * pStr ){ |* |* RscError::StdLstErr(); |* -|* Beschreibung -|* Ersterstellung PL 11/07/2001 -|* Letzte Aenderung PL 11/07/2001 -|* *************************************************************************/ void RscError::StdLstErr( const char * pStr ){ StdErr( pStr ); |