summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/bmp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker/bmp.cxx')
-rw-r--r--svtools/bmpmaker/bmp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/bmpmaker/bmp.cxx b/svtools/bmpmaker/bmp.cxx
index 1abf58040d1c..6b264f8c8706 100644
--- a/svtools/bmpmaker/bmp.cxx
+++ b/svtools/bmpmaker/bmp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2002-01-10 10:08:41 $
+ * last change: $Author: hr $ $Date: 2002-02-21 14:45:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,7 +151,7 @@ void BmpApp::Message( const String& rText, BYTE cExitCode )
ByteString aText( rText, RTL_TEXTENCODING_UTF8 );
aText.Append( "\r\n" );
- fprintf( stderr, aText.GetBuffer() );
+ std::fprintf( stderr, aText.GetBuffer() );
}
// -----------------------------------------------------------------------------
@@ -208,7 +208,7 @@ int BmpApp::Start( const ::std::vector< String >& rArgs )
}
if ( EXIT_NOERROR != cExitCode )
- raise( SIGABRT );
+ std::raise( SIGABRT );
return cExitCode;
}