diff options
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index 4cc0585ce089..fccd2d3533c6 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -357,8 +357,7 @@ void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerEx SAL_WARN("helpcompiler", "ERROR: input list entry '" << xhpFileName - << "' has the wrong extension (only files with extension .xhp " - << "are accepted)"); + << "' has the wrong extension (only files with extension .xhp are accepted)"); continue; } |