diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 12:05:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 12:58:03 +0100 |
commit | 10a7c828beeb6658124dfa94a9374d0a9971f079 (patch) | |
tree | d8ebc8d7b55b22ad1d0338b3781385cc91d3aed1 /include | |
parent | 7e5e4ac54cd374753389498d8a46c0c9e102a2a1 (diff) |
coverity#1308587 Uncaught exception
Change-Id: I45e699ebf255e7d933a3b5d77717dcd7583d8383
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/storagehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx index ec551d7d70bc..afa21760705d 100644 --- a/include/comphelper/storagehelper.hxx +++ b/include/comphelper/storagehelper.hxx @@ -137,7 +137,7 @@ public: // the following method supports only storages of OOo formats static sal_Int32 GetXStorageFormat( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage ) - throw ( ::com::sun::star::uno::Exception ); + throw ( ::com::sun::star::uno::Exception, std::exception ); static ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetStorageOfFormatFromURL( |