diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 15:12:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 16:08:04 +0100 |
commit | 3cd26a85e3e30c4e75f8ec81a76c48bb16cef1ee (patch) | |
tree | 52f053e8bb46e93c7b36fc3ff2d5cba31ff17b89 /helpcompiler/source | |
parent | 668ed132188d30a73607129c95372d17fa90544d (diff) |
coverity#983682 Uncaught exception
Change-Id: Ie5c7ce0ba499ce67365c5e2079a50d73b9849e73
Diffstat (limited to 'helpcompiler/source')
-rw-r--r-- | helpcompiler/source/HelpCompiler.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 8c5a579e5a92..a43864f36603 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -415,7 +415,8 @@ void myparser::traverse( xmlNodePtr parentNode ) } } -bool HelpCompiler::compile( void ) throw( HelpProcessingException ) +bool HelpCompiler::compile() + throw (HelpProcessingException, BasicCodeTagger::TaggerException) { // we now have the jaroutputstream, which will contain the document. // now determine the document as a dom tree in variable docResolved |