summaryrefslogtreecommitdiff
path: root/transex3/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:22:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:22:22 +0000
commit19e271c2a33b8de614aafebd4546bd4fc09d4cbe (patch)
tree2cfa91b46c903e38bdc2d98df9d33c26401b7395 /transex3/source
parent6e9fe010051392962519df21389bedf8494d50af (diff)
INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED
2005/11/07 12:46:42 ihi 1.4.16.1: #i57362# Remove warnings
Diffstat (limited to 'transex3/source')
-rw-r--r--transex3/source/gsiconv.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/transex3/source/gsiconv.cxx b/transex3/source/gsiconv.cxx
index a70f3726d88d..8e1bf2a40742 100644
--- a/transex3/source/gsiconv.cxx
+++ b/transex3/source/gsiconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gsiconv.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:00:09 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:22:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -277,16 +277,16 @@ int _cdecl main( int argc, char *argv[] )
sText += " lines written.";
fprintf( stdout, "%s\n", sText.GetBuffer());
- String sOutput( sBase );
- sOutput += String( "_", RTL_TEXTENCODING_ASCII_US );
- sOutput += String::CreateFromInt64( nOutputFile );
+ String sOutput1( sBase );
+ sOutput1 += String( "_", RTL_TEXTENCODING_ASCII_US );
+ sOutput1 += String::CreateFromInt64( nOutputFile );
if ( sExt.Len()) {
- sOutput += String( ".", RTL_TEXTENCODING_ASCII_US );
- sOutput += sExt;
+ sOutput1 += String( ".", RTL_TEXTENCODING_ASCII_US );
+ sOutput1 += sExt;
}
nOutputFile ++;
- aOutput.SetName( sOutput );
+ aOutput.SetName( sOutput1 );
aOutputStream.Open( aOutput.GetFull(), STREAM_STD_WRITE | STREAM_TRUNC );
nLine = 0;