diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:47:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:23:00 +0100 |
commit | 7ed80b196990e274a4ba6aa7fba665e97779a61f (patch) | |
tree | 570d51fca34787fcffa4e4da96d35fecaf558a3e /helpcompiler/inc | |
parent | 398d2f48347d0264bc1a6fe06c628818135c33ee (diff) |
coverity#1308500 Uncaught exception
Change-Id: I38d6c03ee380ba6b3055e000f905a4cc568d5ab6
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 1ba69500db2f..17e4fcdd25a0 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -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) |