summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-29 12:13:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-29 12:58:05 +0100
commit92ca6ebebdfc2e11f98b9fa67caaa194087e0a41 (patch)
tree6d860b4490d7bf90069f5364abf2c1eab0866015 /filter
parent194140bda70724be47d9d73ad4f1c2fc99c7ac31 (diff)
coverity#1308592 Uncaught exception
Change-Id: I1a63116534430ebf8d203c21baf248a84a39b221
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msvbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 29e5433695fc..8216047efc8d 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -745,7 +745,7 @@ awt::KeyEvent parseKeyEvent( const OUString& Key ) throw ( uno::RuntimeException
return aKeyEvent;
}
-void applyShortCutKeyBinding ( const uno::Reference< frame::XModel >& rxModel, const awt::KeyEvent& rKeyEvent, const OUString& rMacroName ) throw (uno::RuntimeException)
+void applyShortCutKeyBinding ( const uno::Reference< frame::XModel >& rxModel, const awt::KeyEvent& rKeyEvent, const OUString& rMacroName ) throw (uno::RuntimeException, std::exception)
{
OUString MacroName( rMacroName );
if ( !MacroName.isEmpty() )