diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 16:38:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 20:37:33 +0100 |
commit | ecbc0a3cc7da9fb5c209c468abbccf6cb731f4be (patch) | |
tree | d6f08e965d6283bfacb9a22ff08afda1fbd80851 /include/canvas | |
parent | 40507db2c27bdfffcb25501af88e6d98dcbac96f (diff) |
coverity#1213450 Uncaught exception
Change-Id: I577b699d0d6b63d81565b0e2e6f2e0a96e87078c
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/canvascustomspritebase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx index 3e17319e53db..92fa61474ddc 100644 --- a/include/canvas/base/canvascustomspritebase.hxx +++ b/include/canvas/base/canvascustomspritebase.hxx @@ -105,7 +105,7 @@ namespace canvas } // XCanvas: selectively override base's methods here, for opacity tracking - virtual void SAL_CALL clear() throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE + virtual void SAL_CALL clear() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE { typename BaseType::MutexType aGuard( BaseType::m_aMutex ); |