summaryrefslogtreecommitdiff
path: root/l10ntools/source/xgfconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/xgfconv.cxx')
-rw-r--r--l10ntools/source/xgfconv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xgfconv.cxx b/l10ntools/source/xgfconv.cxx
index 9e1b46d75cbb..80545304de12 100644
--- a/l10ntools/source/xgfconv.cxx
+++ b/l10ntools/source/xgfconv.cxx
@@ -22,7 +22,7 @@ int _cdecl main( int argc, char *argv[] )
ByteString sInput( argv[ 1 ] );
ByteString sOutput( argv[ 2 ] );
-
+
SvFileStream aInput( String( sInput, RTL_TEXTENCODING_ASCII_US ), STREAM_STD_READ );
if ( !aInput.IsOpen()) {
fprintf( stderr, "ERROR: Unable to open input file!\n" );
@@ -48,7 +48,7 @@ int _cdecl main( int argc, char *argv[] )
CharSet aCharSet = Export::GetCharSet( nLangId );
if ( aCharSet != 0xFFFF && sText.Len()) {
sText = UTF8Converter::ConvertToUTF8( sText, aCharSet );
- ByteString sOutput = sFile;
+ ByteString sOutput = sFile;
sOutput += "\t";
sOutput += sText;
if ( !bFirst ) {