From 7ed80b196990e274a4ba6aa7fba665e97779a61f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 27 Jun 2015 20:47:24 +0100 Subject: coverity#1308500 Uncaught exception Change-Id: I38d6c03ee380ba6b3055e000f905a4cc568d5ab6 --- helpcompiler/source/HelpLinker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/source') 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 &args, std::string* pExtensionPath, std::string* pDestination, const OUString* pOfficeHelpPath ) - throw( HelpProcessingException ) + throw( HelpProcessingException, std::exception ) { bExtensionMode = false; helpFiles.clear(); -- cgit