diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-29 12:27:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-29 12:27:10 +0000 |
commit | 14ba4b326bb1eacb5053647f0104f3b20fb76a84 (patch) | |
tree | 26740be128c0ef61a2023f22a7fe3584df01e5a7 /transex3 | |
parent | f1202fb9fd8daa0fa49f13a89ee532094aec5658 (diff) |
INTEGRATION: CWS hc2opti (1.23.20); FILE MERGED
2006/02/24 17:10:23 ihi 1.23.20.1: #i55666# hc2 build speedup
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/lngmerge.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/lngmerge.cxx b/transex3/source/lngmerge.cxx index daba6a00fa3e..a837bb277e4d 100644 --- a/transex3/source/lngmerge.cxx +++ b/transex3/source/lngmerge.cxx @@ -4,8 +4,8 @@ * * $RCSfile: lngmerge.cxx,v $ * - * $Revision: 1.23 $ - * last change: $Author: rt $ $Date: 2005-11-08 17:22:58 $ + * $Revision: 1.24 $ + * last change: $Author: obo $ $Date: 2006-03-29 13:27:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -262,7 +262,7 @@ BOOL LngParser::Merge( ByteString sID( sGroup ); ULONG nLastLangPos = 0; - ResData *pResData = new ResData( "", sID ); + ResData *pResData = new ResData( "", sID , sSource ); pResData->sResTyp = "LngText"; PFormEntrys *pEntrys = aMergeDataFile.GetPFormEntrys( pResData ); // read languages |