summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/g2g.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:53 +0000
commitdc59ec6377c88ccd3e5ea295dab7a10134e0f451 (patch)
tree3c6ab150e3b5aee7f18c174ae447e764bf96b5bb /svtools/bmpmaker/g2g.cxx
parent23f575305336f63044c03632456a75b0e740c383 (diff)
INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED
2005/11/14 14:41:48 pl 1.8.62.2: #i55991# removed warnings 2005/10/25 12:44:26 pl 1.8.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools/bmpmaker/g2g.cxx')
-rw-r--r--svtools/bmpmaker/g2g.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/bmpmaker/g2g.cxx b/svtools/bmpmaker/g2g.cxx
index 197b53353376..faa643267637 100644
--- a/svtools/bmpmaker/g2g.cxx
+++ b/svtools/bmpmaker/g2g.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: g2g.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:54:54 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:07:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@ private:
public:
G2GApp();
- ~G2GApp();
+ virtual ~G2GApp();
int Start( const ::std::vector< String >& rArgs );
};
@@ -123,10 +123,10 @@ BOOL G2GApp::GetCommandOption( const ::std::vector< String >& rArgs, const Strin
// -----------------------------------------------------------------------
-void G2GApp::Message( const String& rText, BYTE cExitCode )
+void G2GApp::Message( const String& rText, BYTE nExitCode )
{
- if( EXIT_NOERROR != cExitCode )
- SetExitCode( cExitCode );
+ if( EXIT_NOERROR != nExitCode )
+ SetExitCode( nExitCode );
ByteString aText( rText, RTL_TEXTENCODING_UTF8 );
aText.Append( "\r\n" );