summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-23 06:36:20 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-23 06:36:20 -0800
commitb0c5af2c62b897c40778929415ec7c56562ebcd1 (patch)
treed449366d33b5e2e3a777310f2accae8548c11cac /l10ntools/inc
parent4099852dfc3e185e6ece6f91d739b208e58caac0 (diff)
Remove DECLARE_LIST( LngLineList, ByteString* )
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/lngmerge.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index b5df781cc5e2..7dbe884bb868 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -27,8 +27,9 @@
************************************************************************/
// local includes
#include "export.hxx"
+#include <vector>
-DECLARE_LIST( LngLineList, ByteString * )
+typedef ::std::vector< ByteString* > LngLineList;
#define LNG_OK 0x0000
#define LNG_FILE_NOTFOUND 0x0001