summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-09 17:03:56 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-09 17:17:59 +0100
commite1a91a9ceda6020bb256739e83dc371a50af3b1d (patch)
tree78c90d13ba525772065b1d7ce3ad946e64b2e4c5 /l10ntools/inc
parentc2e25b82f0cf43afc86126f1fb5066693cd00d07 (diff)
Make src lists modifiable
This work when appending elements to the end of list or deleting elements from list. Change-Id: Ic0b920f79c72ebc3bf70555506466660b13d2aca
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index af94c17b5c2b..ecc9e2e515c7 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -39,6 +39,7 @@
#include <vector> /* std::vector*/
#include <queue>
#include <string>
+#include <map>
#include <unistd.h>
#ifdef WNT
@@ -329,6 +330,7 @@ public:
private:
static std::vector<rtl::OString> aLanguages;
static std::vector<rtl::OString> aForcedLanguages;
+ std::map<OString,OString> aOrigListItems;
sal_Bool WriteData( ResData *pResData, sal_Bool bCreateNew = sal_False );// called befor dest. cur ResData
sal_Bool WriteExportList( ResData *pResData, ExportList *pExportList,