summaryrefslogtreecommitdiffstats
path: root/helpcompiler/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:47:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:23:00 +0100
commit7ed80b196990e274a4ba6aa7fba665e97779a61f (patch)
tree570d51fca34787fcffa4e4da96d35fecaf558a3e /helpcompiler/source
parentcoverity#1308499 Uncaught exception (diff)
downloadcore-7ed80b196990e274a4ba6aa7fba665e97779a61f.tar.gz
core-7ed80b196990e274a4ba6aa7fba665e97779a61f.zip
coverity#1308500 Uncaught exception
Change-Id: I38d6c03ee380ba6b3055e000f905a4cc568d5ab6
Diffstat (limited to 'helpcompiler/source')
-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 77202b98e11b..a977392de5ed 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -550,7 +550,7 @@ void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerEx
void HelpLinker::main( std::vector<std::string> &args,
std::string* pExtensionPath, std::string* pDestination,
const OUString* pOfficeHelpPath )
- throw( HelpProcessingException )
+ throw( HelpProcessingException, std::exception )
{
bExtensionMode = false;
helpFiles.clear();