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

coverity#1103730 Uncaught exception

Change-Id: Ic4fd67374ab79856e7c51010af83b8dcee33b512
üst 1491cea2
...@@ -117,7 +117,9 @@ namespace canvas ...@@ -117,7 +117,9 @@ namespace canvas
BaseType::maDeviceHelper.destroyBuffers(); BaseType::maDeviceHelper.destroyBuffers();
} }
virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::RuntimeException) virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll )
throw (::com::sun::star::uno::RuntimeException,
std::exception)
{ {
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