summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
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 6fc5e328ac7a..1ceda2f08a18 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -89,7 +89,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
while( !aInput.eof() )
{
// coverity[tainted_data] - this is a build time tool
- const OString sXhpFile( sTemp.data(), (sal_Int32)sTemp.length() );
+ const OString sXhpFile( sTemp.data(), static_cast<sal_Int32>(sTemp.length()) );
HelpParser aParser( sXhpFile );
const OString sOutput(
aArgs.m_sOutputFile +