diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-25 11:12:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-25 11:46:54 +0100 |
commit | 89b8e673b7f37d2c990374e3ca80ad6138d0d783 (patch) | |
tree | 460c9e9742e05fcfc870fd43a5d25b6319a791bd /package | |
parent | 3e33b00ce7f39348de2dc7af7b94b1012ce95aff (diff) |
coverity#1209891 Uncaught exception
Change-Id: I366a13bc150085d647788fb085a63a63711731a0
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xstorage.cxx | 1 | ||||
-rw-r--r-- | package/source/xstor/xstorage.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index 40ba87109c22..8479eb811aaa 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -1652,6 +1652,7 @@ void OStorage_Impl::CloneStreamElement( const OUString& aStreamName, lang::IllegalArgumentException, packages::WrongPasswordException, packages::NoEncryptionException, + container::NoSuchElementException, io::IOException, embed::StorageWrappedTargetException, uno::RuntimeException ) diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index 778f0eee3e54..413590e9503d 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -265,6 +265,7 @@ struct OStorage_Impl ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::packages::WrongPasswordException, ::com::sun::star::packages::NoEncryptionException, + ::com::sun::star::container::NoSuchElementException, ::com::sun::star::io::IOException, ::com::sun::star::embed::StorageWrappedTargetException, ::com::sun::star::uno::RuntimeException ); |