summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-14 08:32:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-14 09:21:03 +0100
commitae1a8b38de47b0ceea65896f2be443d265c6f1ae (patch)
treeb550c4366a7ded415c2777bb896d8b8f589bfbd9 /package
parentcoverity#706574 Uncaught exception (diff)
downloadcore-ae1a8b38de47b0ceea65896f2be443d265c6f1ae.tar.gz
core-ae1a8b38de47b0ceea65896f2be443d265c6f1ae.zip
coverity#706576 Uncaught exception
Change-Id: I818049d10f0ac69eb528e72329bb798c56fcf424
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/xstorage.cxx2
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 );
}