diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-18 07:16:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-18 07:16:01 +0000 |
commit | 37281ca06442f797e550cd0502bff7b897db3728 (patch) | |
tree | c8a78aed248a62bfc407e93a781da2e4bb566812 /transex3 | |
parent | b3a2d0ad3ce4d33552176315f3edf8de9c3410e6 (diff) |
INTEGRATION: CWS babelfish04 (1.3.16); FILE MERGED
2004/11/17 18:07:07 ihi 1.3.16.1: #i35471# #i36441# Sort order / speed fix
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/inc/xmlparse.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/inc/xmlparse.hxx b/transex3/inc/xmlparse.hxx index aaec253dd57d..76279cfd78fa 100644 --- a/transex3/inc/xmlparse.hxx +++ b/transex3/inc/xmlparse.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlparse.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-10-11 13:55:53 $ + * last change: $Author: rt $ $Date: 2004-11-18 08:16:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -304,6 +304,7 @@ public: /// returns file name const String &GetName() { return sFileName; } + const std::vector<ByteString> getOrder(){ return order; } private: // writes a string as UTF8 with dos line ends to a given stream @@ -322,6 +323,8 @@ private: //HashMap nodes_include,nodes_localize,nodes_print; TagMap nodes_localize; XMLHashMap* XMLStrings; + + std::vector <ByteString> order; }; /// An Utility class for XML |