From e89358aeca3dcb224917e30a7bfbc74f9995480a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 23 Oct 2014 09:57:52 +0100 Subject: coverity#706586 Uncaught exception Change-Id: I3ec05ae695428f92b7424295b6f2d3e833c6b162 --- package/inc/ZipPackageStream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/inc/ZipPackageStream.hxx') diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index cabc62004d39..d8b686eb6c2a 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -183,7 +183,7 @@ public: ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getPlainRawStream() - throw ( ::com::sun::star::io::IOException, + throw ( ::com::sun::star::io::IOException, ::com::sun::star::packages::NoEncryptionException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; // XUnoTunnel -- cgit