diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:12:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:12:35 +0000 |
commit | 7411244d704d899eb8732da53deec703104656ad (patch) | |
tree | b4986d4cc995ce1c4ddf3780bf482ce48ecf27f0 /transex3 | |
parent | cb7f81360cf56d6e6b1c07ba6eb869c4d26ab648 (diff) |
INTEGRATION: CWS dr33 (1.33.18); FILE MERGED
2005/02/09 12:01:19 dr 1.33.18.1: #i36782# remove non-ASCII chars from sources
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/cfgmerge.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/cfgmerge.cxx b/transex3/source/cfgmerge.cxx index 7f4285fa9195..0ad139c2f6dc 100644 --- a/transex3/source/cfgmerge.cxx +++ b/transex3/source/cfgmerge.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cfgmerge.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: rt $ $Date: 2004-11-18 08:16:25 $ + * last change: $Author: vg $ $Date: 2005-02-16 18:12:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -741,7 +741,7 @@ void CfgExport::WorkOnRessourceEnd() )) || ( bForce && ( pStackData->sText[ ByteString("de") ].Len() || - pStackData->sText[ ByteString("n-US") ].Len() ))) + pStackData->sText[ ByteString("en-US") ].Len() ))) { pStackData->FillInFallbacks(); |