summaryrefslogtreecommitdiff
path: root/rsc/source/parser/erscerr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/erscerr.cxx')
-rw-r--r--rsc/source/parser/erscerr.cxx84
1 files changed, 42 insertions, 42 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index bea83c62113a..5628e2091620 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,11 +42,11 @@
/*************************************************************************
|*
-|* ERRTYPE::operator = ;
+|* ERRTYPE::operator = ;
|*
-|* Beschreibung
-|* Ersterstellung MM 25.09.91
-|* Letzte Aenderung MM 25.09.91
+|* Beschreibung
+|* Ersterstellung MM 25.09.91
+|* Letzte Aenderung MM 25.09.91
|*
*************************************************************************/
ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
@@ -60,11 +60,11 @@ ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
/*************************************************************************
|*
-|* RscError::StdOut();
+|* RscError::StdOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
@@ -80,11 +80,11 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
/*************************************************************************
|*
-|* RscError::StdErr();
+|* RscError::StdErr();
|*
-|* Beschreibung
-|* Ersterstellung PL 11/07/2001
-|* Letzte Aenderung PL 11/07/2001
+|* Beschreibung
+|* Ersterstellung PL 11/07/2001
+|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void RscError::StdErr( const char * pStr )
@@ -97,11 +97,11 @@ void RscError::StdErr( const char * pStr )
/*************************************************************************
|*
-|* RscError::LstOut();
+|* RscError::LstOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::LstOut( const char * pStr ){
@@ -111,11 +111,11 @@ void RscError::LstOut( const char * pStr ){
/*************************************************************************
|*
-|* RscError::StdLstOut();
+|* RscError::StdLstOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::StdLstOut( const char * pStr ){
@@ -125,11 +125,11 @@ void RscError::StdLstOut( const char * pStr ){
/*************************************************************************
|*
-|* RscError::StdLstErr();
+|* RscError::StdLstErr();
|*
-|* Beschreibung
-|* Ersterstellung PL 11/07/2001
-|* Letzte Aenderung PL 11/07/2001
+|* Beschreibung
+|* Ersterstellung PL 11/07/2001
+|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void RscError::StdLstErr( const char * pStr ){
@@ -139,11 +139,11 @@ void RscError::StdLstErr( const char * pStr ){
/*************************************************************************
|*
-|* RscError::WriteError();
+|* RscError::WriteError();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
@@ -203,7 +203,7 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
case ERR_USAGE:
StdLstOut( "Copyright (C) 2000, 2010 Oracle and/or its affiliates.\n" );
{
- char buf[40];
+ char buf[40];
StdLstOut( "DataVersion: " );
sprintf( buf, "%d.%d\n\n",
@@ -408,11 +408,11 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
/*************************************************************************
|*
-|* RscErrorFormat()
+|* RscErrorFormat()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
@@ -470,11 +470,11 @@ void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
/*************************************************************************
|*
-|* RscError::Error()
+|* RscError::Error()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
@@ -493,11 +493,11 @@ void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
/*************************************************************************
|*
-|* RscError::FatalError();
+|* RscError::FatalError();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
+|* Beschreibung
+|* Ersterstellung MM 06.05.91
+|* Letzte Aenderung MM 06.05.91
|*
*************************************************************************/
void RscError::FatalError( const ERRTYPE& rError, const RscId &aId,