diff options
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 2d7c413ad1ed..69d49f885a1c 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -30,7 +30,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) common::HandledArgs aArgs; if (!common::handleArguments(argc, argv, aArgs)) { - common::writeUsage("ulfex", "*.ulf"); + common::writeUsage("ulfex"_ostr, "*.ulf"_ostr); return 1; } |