coverity#1213450 Uncaught exception
Change-Id: I577b699d0d6b63d81565b0e2e6f2e0a96e87078c
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user