From ae1a8b38de47b0ceea65896f2be443d265c6f1ae Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 14 Jul 2014 08:32:54 +0100 Subject: coverity#706576 Uncaught exception Change-Id: I818049d10f0ac69eb528e72329bb798c56fcf424 --- package/source/xstor/xstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/source') diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index bab645ff63a0..f9ddbd6bb783 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -4629,7 +4629,7 @@ void SAL_CALL OStorage::setEncryptionAlgorithms( const uno::Sequence< beans::Nam m_pImpl->AddLog( THROW_WHERE "Rethrow" ); uno::Any aCaught( ::cppu::getCaughtException() ); - throw lang::WrappedTargetException( THROW_WHERE "Can not open package!", + throw lang::WrappedTargetRuntimeException( THROW_WHERE "Can not open package!", static_cast< OWeakObject* >( this ), aCaught ); } -- cgit