summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-11 13:27:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-11 14:33:38 +0000
commit5dd3ad8163f68a7f50eb83aad8afc460fa9b03c1 (patch)
tree7693fefd9230c3a77cd1c656056718ad590f3321 /include
parent1491cea2c73ad328ddc0b192e85748ce0c545477 (diff)
coverity#1103730 Uncaught exception
Change-Id: Ic4fd67374ab79856e7c51010af83b8dcee33b512
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/bufferedgraphicdevicebase.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx
index 09a1590972be..0eec72a2b2bb 100644
--- a/include/canvas/base/bufferedgraphicdevicebase.hxx
+++ b/include/canvas/base/bufferedgraphicdevicebase.hxx
@@ -117,7 +117,9 @@ namespace canvas
BaseType::maDeviceHelper.destroyBuffers();
}
- virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::RuntimeException)
+ virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll )
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception)
{
MutexType aGuard( BaseType::m_aMutex );