diff options
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 2 | ||||
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 2 |
2 files changed, 2 insertions, 2 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 ); diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index 021802825cd6..6c40d14afe61 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -279,7 +279,7 @@ void HelpLinker::initIndexerPreProcessor() /** * */ -void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException) +void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException, std::exception) { if( bExtensionMode ) |