diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-17 09:43:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-17 10:57:58 +0100 |
commit | 04a4671b2d417b196c98884f1cd5dc2d188078be (patch) | |
tree | 1d0788ceb48f6eeec009b8283e301df5b5638e05 /helpcompiler/inc | |
parent | edf57ee27b9cbc8eb544cc2f57d72f53e42c43a5 (diff) |
coverity#1223090 Uncaught exception
Change-Id: Iec100b86e2952a5efe4fa52bd85fbc00b51f78c3
Diffstat (limited to 'helpcompiler/inc')
-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 9f016ed68ef5..113b427e3e55 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 ); + void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException); void addBookmark( FILE* pFile_DBHelp, std::string thishid, const std::string& fileB, const std::string& anchorB, const std::string& jarfileB, const std::string& titleB ); |