summaryrefslogtreecommitdiff
path: root/helpcompiler/source/HelpLinker.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-17 09:43:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-17 10:57:58 +0100
commit04a4671b2d417b196c98884f1cd5dc2d188078be (patch)
tree1d0788ceb48f6eeec009b8283e301df5b5638e05 /helpcompiler/source/HelpLinker.cxx
parentedf57ee27b9cbc8eb544cc2f57d72f53e42c43a5 (diff)
coverity#1223090 Uncaught exception
Change-Id: Iec100b86e2952a5efe4fa52bd85fbc00b51f78c3
Diffstat (limited to 'helpcompiler/source/HelpLinker.cxx')
-rw-r--r--helpcompiler/source/HelpLinker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index f98c9a2f0545..4cc0585ce089 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -281,7 +281,7 @@ void HelpLinker::initIndexerPreProcessor()
/**
*
*/
-void HelpLinker::link() throw( HelpProcessingException )
+void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException)
{
bool bIndexForExtension = true;