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 /comphelper | |
parent | 7e5e4ac54cd374753389498d8a46c0c9e102a2a1 (diff) |
coverity#1308587 Uncaught exception
Change-Id: I45e699ebf255e7d933a3b5d77717dcd7583d8383
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index 91e3687a7ff8..68e4f3a22369 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -229,7 +229,7 @@ void OStorageHelper::SetCommonStorageEncryptionData( sal_Int32 OStorageHelper::GetXStorageFormat( const uno::Reference< embed::XStorage >& xStorage ) - throw ( uno::Exception ) + throw ( uno::Exception, std::exception ) { uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); |