diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-06 09:21:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-06 09:21:59 +0000 |
commit | 78f042b9ab83ac43e9e341486bb30660a4258a11 (patch) | |
tree | 03f0d41f479678b287186b5e2dceb621fa98b7d0 /helpcompiler/inc/HelpLinker.hxx | |
parent | f24b5132ebca9f1103de8cfc022d184ac59eb48e (diff) |
coverity#1338235 Uncaught exception
Change-Id: I66bd63a75e9d75cb5d87be5e4573aec891994588
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 17e4fcdd25a0..0a13f93acdd0 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -89,7 +89,7 @@ private: bool m_bUseLangRoot; bool m_bCreateIndex; void initIndexerPreProcessor(); - void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException); + void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException, std::exception); static void addBookmark( FILE* pFile_DBHelp, std::string thishid, const std::string& fileB, const std::string& anchorB, const std::string& jarfileB, const std::string& titleB ); |