summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2003-07-17 15:06:53 +0000
committerNils Fuhrmann <nf@openoffice.org>2003-07-17 15:06:53 +0000
commit650affee39961ec6dd5f6c8b0b34ba1d3d65b8e0 (patch)
treef68f3464bef8c96fc577bc57ea093e190cce67ce /transex3
parent60c461bfdd12afaece258a8a6841a078259aa839 (diff)
L10N-Fixes
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/lngmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/lngmerge.cxx b/transex3/source/lngmerge.cxx
index 747056dbd24b..2f6667f34e3a 100644
--- a/transex3/source/lngmerge.cxx
+++ b/transex3/source/lngmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngmerge.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-04-29 16:48:24 $
+ * last change: $Author: nf $ $Date: 2003-07-17 16:02:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -395,7 +395,7 @@ BOOL LngParser::Merge(
!(( i == COMMENT ) && ( sNewText == "-" )))
{
ByteString sLine;
- if ( Export::LangId[ i ] < 10 )
+ if ( !bULF && Export::LangId[ i ] < 10 )
sLine += "0";
if ( bULF )
if ( i == ENGLISH_US_INDEX )