From 89b8e673b7f37d2c990374e3ca80ad6138d0d783 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 25 Jul 2014 11:12:03 +0100 Subject: coverity#1209891 Uncaught exception Change-Id: I366a13bc150085d647788fb085a63a63711731a0 --- package/source/xstor/xstorage.cxx | 1 + package/source/xstor/xstorage.hxx | 1 + 2 files changed, 2 insertions(+) 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 ); -- cgit v1.2.3