coverity#1231676 Uncaught exception
Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3
This commit is contained in:
parent
43b39d3e47
commit
ba48c86a03
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue