Kaydet (Commit) ba48c86a authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1231676 Uncaught exception

Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3
üst 43b39d3e
...@@ -126,7 +126,7 @@ namespace canvas ...@@ -126,7 +126,7 @@ namespace canvas
return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll ); 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 ); MutexType aGuard( BaseType::m_aMutex );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment