summaryrefslogtreecommitdiff
path: root/transex3/inc/export.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'transex3/inc/export.hxx')
-rw-r--r--transex3/inc/export.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx
index 89c1cf548947..3d7eee8e1eaf 100644
--- a/transex3/inc/export.hxx
+++ b/transex3/inc/export.hxx
@@ -510,7 +510,9 @@ private:
SvFileStream aErrLog;
ByteStringSet aLanguageSet;
MergeDataHashMap aMap;
- std::vector<ByteString> aLanguages;
+ ByteStringHashMap aLanguageMap;
+ std::vector<ByteString> aLanguageList;
+ ByteStringHashMap aFilenames;
public: