diff options
Diffstat (limited to 'helpcompiler/source')
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index 77202b98e11bf..a977392de5ed3 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(); |