coverity#1210018 Uncaught exception

Change-Id: I3033f3d84c5c7835c4f1f3809ff343abe8958fef
This commit is contained in:
Caolán McNamara 2014-05-23 17:01:20 +01:00
parent ae08fe4327
commit 7f88a26e17

View file

@ -83,7 +83,7 @@ namespace canvas
}
virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > SAL_CALL getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
sal_Bool beFast ) throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
sal_Bool beFast ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
typename BaseType::MutexType aGuard( BaseType::m_aMutex );