diff options
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r-- | l10ntools/source/helpex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx index 463c8a4139da..e68abb53f9c4 100644 --- a/l10ntools/source/helpex.cxx +++ b/l10ntools/source/helpex.cxx @@ -88,6 +88,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { aInput >> sTemp; while( !aInput.eof() ) { + // coverity[tainted_data] - this is a build time tool const OString sXhpFile( sTemp.data(), (sal_Int32)sTemp.length() ); HelpParser aParser( sXhpFile ); const OString sOutput( |