coverity#1213450 Uncaught exception

Change-Id: I577b699d0d6b63d81565b0e2e6f2e0a96e87078c
This commit is contained in:
Caolán McNamara
2014-05-23 16:38:24 +01:00
parent 40507db2c2
commit ecbc0a3cc7

View File

@@ -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 );