summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
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
parentede57d24356d531cbe1f44ff3dcaf70354e29096 (diff)
#65293#: std
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmp.cxx8
-rw-r--r--svtools/bmpmaker/bmpgui.cxx6
-rw-r--r--svtools/bmpmaker/g2g.cxx8
3 files changed, 11 insertions, 11 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;
}
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx
index 90608e2e4632..6c885fd39e9a 100644
--- a/svtools/bmpmaker/bmpgui.cxx
+++ b/svtools/bmpmaker/bmpgui.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmpgui.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2001-05-10 13:56:14 $
+ * 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
@@ -386,7 +386,7 @@ void BmpApp::Main( )
}
if( EXIT_NOERROR != cExitCode )
- raise( SIGABRT );
+ std::raise( SIGABRT );
return;
}
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 );
}
// ---------------