Kaydet (Commit) 7ed80b19 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308500 Uncaught exception

Change-Id: I38d6c03ee380ba6b3055e000f905a4cc568d5ab6
üst 398d2f48
......@@ -53,7 +53,7 @@ public:
std::string* pExtensionPath = NULL,
std::string* pDestination = NULL,
const OUString* pOfficeHelpPath = NULL )
throw( HelpProcessingException );
throw( HelpProcessingException, std::exception );
HelpLinker()
: bExtensionMode(false)
......
......@@ -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();
......
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