summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/HelpLinker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx2
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)