summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-23 16:38:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 20:37:33 +0100
commitecbc0a3cc7da9fb5c209c468abbccf6cb731f4be (patch)
treed6f08e965d6283bfacb9a22ff08afda1fbd80851 /include
parent40507db2c27bdfffcb25501af88e6d98dcbac96f (diff)
coverity#1213450 Uncaught exception
Change-Id: I577b699d0d6b63d81565b0e2e6f2e0a96e87078c
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/canvascustomspritebase.hxx2
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 );