diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 07:21:07 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 07:22:22 +0200 |
commit | 4146406205ce6f939944685e1931dcd45f3de708 (patch) | |
tree | acaf35336c3c9c41046f31e8be83f9500f30b699 /l10ntools/source/helpex.cxx | |
parent | c1a2f580f0a5a479282cfa7ffa538de6d30b216a (diff) |
l10ntools: export use only en-US
So no need to ad it in a commandline parameter.
No need to use a vector to store languages.
Change-Id: I1f7d3bd131b5a9ff23d403cee4ac6804ae8e0a0b
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r-- | l10ntools/source/helpex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx index 35aec5e3b8d9..b1486553a67e 100644 --- a/l10ntools/source/helpex.cxx +++ b/l10ntools/source/helpex.cxx @@ -115,7 +115,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { HelpParser aParser( aArgs.m_sInputFile ); hasNoError = aParser.CreatePO( - aArgs.m_sOutputFile, aArgs.m_sInputFile, aArgs.m_sLanguage, + aArgs.m_sOutputFile, aArgs.m_sInputFile, new XMLFile( OUString('0') ), "help" ); } |