diff options
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 f9ddbd6bb783..40ba87109c22 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -1651,6 +1651,7 @@ void OStorage_Impl::CloneStreamElement( const OUString& aStreamName, throw ( embed::InvalidStorageException, lang::IllegalArgumentException, packages::WrongPasswordException, + packages::NoEncryptionException, io::IOException, embed::StorageWrappedTargetException, uno::RuntimeException ) diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index b7bb5beed730..778f0eee3e54 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -264,6 +264,7 @@ struct OStorage_Impl throw ( ::com::sun::star::embed::InvalidStorageException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::packages::WrongPasswordException, + ::com::sun::star::packages::NoEncryptionException, ::com::sun::star::io::IOException, ::com::sun::star::embed::StorageWrappedTargetException, ::com::sun::star::uno::RuntimeException ); |