summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-11-07 15:51:18 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-11-07 15:51:18 +0000
commit32dd2d7ea4cc7195a5bbf9aba59c7e357dd4db20 (patch)
tree5a4c5656d92eaddd0eeb4031cdfb8b4a6bea5099 /rsc/inc
parent7bc16ece10713eabcdea904f0e912f830e695013 (diff)
#94297# error output to stderr
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscerror.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index d803a5e63297..96c6285da3a6 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -2,9 +2,9 @@
*
* $RCSfile: rscerror.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hjs $ $Date: 2001-11-06 11:23:56 $
+ * last change: $Author: pl $ $Date: 2001-11-07 16:51:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,6 +156,7 @@ class RscError
void WriteError( const ERRTYPE& rError, const char * pMessage );
void StdLstOut( const char * pStr );
+ void StdLstErr( const char * pStr );
void ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
const RscId & aId );
public:
@@ -171,6 +172,7 @@ public:
return fListing;
};
virtual void StdOut( const char * );
+ virtual void StdErr( const char * );
virtual void LstOut( const char * );
virtual void Error( const ERRTYPE& rError, RscTop* pClass, const RscId &aId,
const char * pMessage = NULL );