diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-17 11:42:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-17 16:39:19 +0100 |
commit | ba48c86a03e18a2e2c22f4cf90ed8053cbb99367 (patch) | |
tree | 486c2f4e5241248845457dba4c3b3bbb67235297 /include | |
parent | 43b39d3e47ffd179071732c0a8fc201c31b2bb46 (diff) |
coverity#1231676 Uncaught exception
Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3
Diffstat (limited to 'include')
-rw-r--r-- | include/canvas/base/bufferedgraphicdevicebase.hxx | 2 |
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 ); |