summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-25 20:34:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-26 11:10:40 +0000
commit901b6f587d566cc7d0a8177914f83f03cd82250b (patch)
tree21d1edb2ad14c9108370b19acf39a9535b06ac3e /l10ntools/source/helpex.cxx
parentb7da8304477428c317e20e1df7e469077bd1d8a3 (diff)
ByteString->rtl::OString
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r--l10ntools/source/helpex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx
index f06f618ecb1a..a8965959a258 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -237,7 +237,7 @@ int _cdecl main( int argc, char *argv[] )
rtl::OString sHelpFile; // dummy
MergeDataFile aMergeDataFile( sSDFFile, sHelpFile, sal_False );
- std::vector<ByteString> aLanguages;
+ std::vector<rtl::OString> aLanguages;
HelpParser::parse_languages( aLanguages , aMergeDataFile );
bool bCreateDir = true;