diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 17:01:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 20:37:35 +0100 |
commit | 7f88a26e172f303ebd34cc4ddff70171676d6346 (patch) | |
tree | bad076d187d015109e0d8e67460082756a63048f /include/canvas | |
parent | ae08fe4327f6de11004a2d781883ddd2fa8a6558 (diff) |
coverity#1210018 Uncaught exception
Change-Id: I3033f3d84c5c7835c4f1f3809ff343abe8958fef
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/bitmapcanvasbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/base/bitmapcanvasbase.hxx b/include/canvas/base/bitmapcanvasbase.hxx index d43efee2fa3f..b7a788796ed3 100644 --- a/include/canvas/base/bitmapcanvasbase.hxx +++ b/include/canvas/base/bitmapcanvasbase.hxx @@ -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 ); |