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/lngex.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/lngex.cxx')
-rw-r--r-- | l10ntools/source/lngex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index 957ebd4645a9..399c9cf16f9a 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -39,7 +39,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { aParser.Merge( aArgs.m_sMergeSrc, aArgs.m_sOutputFile, aArgs.m_sLanguage ); else - aParser.CreatePO( aArgs.m_sOutputFile, aArgs.m_sLanguage ); + aParser.CreatePO( aArgs.m_sOutputFile ); return 0; } |