Kaydet (Commit) 04a4671b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1223090 Uncaught exception

Change-Id: Iec100b86e2952a5efe4fa52bd85fbc00b51f78c3
üst edf57ee2
......@@ -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 );
......
......@@ -281,7 +281,7 @@ void HelpLinker::initIndexerPreProcessor()
/**
*
*/
void HelpLinker::link() throw( HelpProcessingException )
void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException)
{
bool bIndexForExtension = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment