summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-09 22:36:35 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-09 22:40:48 +0100
commitc03c144d4a8453d0b4e94def8d0f5780d07643b7 (patch)
tree01ae75881e569a8ec45d339e63d8ae0d2da6f0e7 /l10ntools/inc
parentdc6277ef41dcf529760ad894e0aa124f18722c33 (diff)
Revert "Make src lists modifiable"
It is more difficult than I think first and it needs to solve in an other way. This reverts commit e1a91a9ceda6020bb256739e83dc371a50af3b1d.
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index ecc9e2e515c7..af94c17b5c2b 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -39,7 +39,6 @@
#include <vector> /* std::vector*/
#include <queue>
#include <string>
-#include <map>
#include <unistd.h>
#ifdef WNT
@@ -330,7 +329,6 @@ 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,