summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-17 11:42:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-17 16:39:19 +0100
commitba48c86a03e18a2e2c22f4cf90ed8053cbb99367 (patch)
tree486c2f4e5241248845457dba4c3b3bbb67235297 /include
parent43b39d3e47ffd179071732c0a8fc201c31b2bb46 (diff)
coverity#1231676 Uncaught exception
Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/bufferedgraphicdevicebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx
index 9e66e43fe0f0..108bef64063e 100644
--- a/include/canvas/base/bufferedgraphicdevicebase.hxx
+++ b/include/canvas/base/bufferedgraphicdevicebase.hxx
@@ -126,7 +126,7 @@ namespace canvas
return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll );
}
- virtual sal_Bool SAL_CALL switchBuffer( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
+ virtual sal_Bool SAL_CALL switchBuffer( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
MutexType aGuard( BaseType::m_aMutex );