diff options
Diffstat (limited to 'l10ntools/source/propex.cxx')
-rw-r--r-- | l10ntools/source/propex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/propex.cxx b/l10ntools/source/propex.cxx index 32d2e3d3c52e..9d62dd688414 100644 --- a/l10ntools/source/propex.cxx +++ b/l10ntools/source/propex.cxx @@ -17,7 +17,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) common::HandledArgs aArgs; if( !common::handleArguments(argc, argv, aArgs) ) { - common::writeUsage("propex","*.properties"); + common::writeUsage("propex"_ostr,"*.properties"_ostr); return 1; } |