summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-25 21:07:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-26 11:10:41 +0000
commit0143300979ecf2d25deebf69c7c9d52217204fa8 (patch)
tree4bc7fd428450faba9b0e48217a9754ea5d547e4d /l10ntools/inc
parent1f26095e9c4f72f7bd6e78416c409f68ceae3027 (diff)
convert vectors to OString
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/lngmerge.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 4dc9fb90aef2..2a4a0d31db1f 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -29,7 +29,7 @@
#include "export.hxx"
#include <vector>
-typedef ::std::vector< ByteString* > LngLineList;
+typedef ::std::vector< rtl::OString* > LngLineList;
#define LNG_OK 0x0000
#define LNG_FILE_NOTFOUND 0x0001