summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-25 11:10:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-25 11:46:54 +0100
commit3e33b00ce7f39348de2dc7af7b94b1012ce95aff (patch)
tree55c89ff1c76a5b0c5ac108b41ae7249363d1a449
parent8547599e0e27dd38bdbd76201d2359c59c3650f2 (diff)
coverity#1209892 Uncaught exception
Change-Id: I7ff87e29769e1d911002d6e1d25cafe40c2d9b8a
-rw-r--r--package/source/xstor/xstorage.cxx1
-rw-r--r--package/source/xstor/xstorage.hxx1
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 );