summaryrefslogtreecommitdiff
path: root/rsc/inc/rscerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscerror.h')
-rw-r--r--rsc/inc/rscerror.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 2f6a6a71bf03..89bbe56d8ad5 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -127,7 +127,7 @@ public:
sal_uInt32 nErrors;// Anzahl der Fehler
RscError( RscVerbosity _verbosity )
{
- fListing = NULL;
+ fListing = nullptr;
nErrors = 0;
m_verbosity = _verbosity;
}
@@ -138,11 +138,11 @@ public:
static void StdErr( const char * );
void LstOut( const char * );
void Error( const ERRTYPE& rError, RscTop* pClass, const RscId &aId,
- const char * pMessage = NULL );
+ const char * pMessage = nullptr );
// Dieser Fehler sollte nur im Compilermodus auftreten,
// das Programm wird mit exit() verlassen
void FatalError( const ERRTYPE& rError, const RscId &aId,
- const char * pMessage = NULL );
+ const char * pMessage = nullptr );
};
#endif // INCLUDED_RSC_INC_RSCERROR_H