summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-18 07:17:50 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-18 07:17:50 +0000
commitdb6ae3a5160663bea36cdd70f2f1a916594ed050 (patch)
tree8081614f1862a835fac137f0cb06700fb4626a0e /transex3
parent373b222d7495758882ecee34f716b6fb968923ff (diff)
INTEGRATION: CWS babelfish04 (1.4.12); FILE MERGED
2004/11/17 18:07:11 ihi 1.4.12.1: #i35471# #i36441# Sort order / speed fix
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/xmlparse.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/xmlparse.cxx b/transex3/source/xmlparse.cxx
index 84a42449b61e..ad7319080f4a 100644
--- a/transex3/source/xmlparse.cxx
+++ b/transex3/source/xmlparse.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlparse.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 12:43:17 $
+ * last change: $Author: rt $ $Date: 2004-11-18 08:17:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -549,6 +549,7 @@ void XMLFile::InsertL10NElement( XMLElement* pElement ){
//(*elem)[langid]=pElement;
(*elem)[ language ]=pElement;
XMLStrings->insert( XMLHashMap::value_type( id , elem ) );
+ order.push_back( id );
}else{ // Already there
elem=pos->second;
//(*elem)[langid]=pElement;