coverity#1231676 Uncaught exception

Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3
This commit is contained in:
Caolán McNamara 2014-08-17 11:42:24 +01:00
parent 43b39d3e47
commit ba48c86a03

View file

@ -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 );