summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/g2g.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:45:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:45:08 +0000
commite94d5d1f3aa670629cf01e8bc955e78af097c61e (patch)
treeb5af213d94a525f9be003d9f29d0ba6edfd27e99 /svtools/bmpmaker/g2g.cxx
parentede57d24356d531cbe1f44ff3dcaf70354e29096 (diff)
#65293#: std
Diffstat (limited to 'svtools/bmpmaker/g2g.cxx')
-rw-r--r--svtools/bmpmaker/g2g.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/bmpmaker/g2g.cxx b/svtools/bmpmaker/g2g.cxx
index cddb9198cf14..c921d1ae8f3e 100644
--- a/svtools/bmpmaker/g2g.cxx
+++ b/svtools/bmpmaker/g2g.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: g2g.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * 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
@@ -138,7 +138,7 @@ void G2GApp::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() );
}
// -----------------------------------------------------------------------------
@@ -244,7 +244,7 @@ void G2GApp::Main( )
ShowUsage();
if( EXIT_NOERROR != cExitCode )
- raise( SIGABRT );
+ std::raise( SIGABRT );
}
// ---------------