diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-14 08:32:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-14 09:21:03 +0100 |
commit | ae1a8b38de47b0ceea65896f2be443d265c6f1ae (patch) | |
tree | b550c4366a7ded415c2777bb896d8b8f589bfbd9 /package | |
parent | 415e04894f909710e0f1dd4d03e6ba9f550afaea (diff) |
coverity#706576 Uncaught exception
Change-Id: I818049d10f0ac69eb528e72329bb798c56fcf424
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |