summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:37 +0000
commit23f575305336f63044c03632456a75b0e740c383 (patch)
tree1ba318130fddefecc706d9a449e894d2ccb171d0 /svtools
parentd0858601f652ea86cff513f653c758d62f95182a (diff)
INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED
2006/05/23 20:08:38 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/14 14:41:48 pl 1.6.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/bmpmaker/bmpsum.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/svtools/bmpmaker/bmpsum.cxx b/svtools/bmpmaker/bmpsum.cxx
index 4c2c2bb61df3..0293632549ad 100644
--- a/svtools/bmpmaker/bmpsum.cxx
+++ b/svtools/bmpmaker/bmpsum.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bmpsum.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 14:00:39 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:07:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,10 +166,10 @@ BOOL BmpSum::GetCommandOptions( const ::std::vector< String >& rArgs, const Stri
// -----------------------------------------------------------------------
-void BmpSum::Message( const String& rText, BYTE cExitCode )
+void BmpSum::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" );
@@ -370,7 +370,6 @@ void BmpSum::ProcessFileList( const String& rInFileList,
while( aIter != aFileNameSet.end() )
{
ByteString aStr( *aIter++ );
- Bitmap aBmp;
SvFileStream aBmpStm( String( aStr.GetBuffer(), RTL_TEXTENCODING_ASCII_US ), STREAM_READ );
sal_uInt64 nCRC = 0;