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

coverity#1269594 Uncaught exception

and

coverity#1269588 Uncaught exception

Change-Id: I9e36c9636b7783530973272229dfb5bbfed556e5
üst c1e25f9a
......@@ -159,14 +159,14 @@ namespace canvas
return maDeviceHelper.getColorSpace();
}
virtual css::geometry::RealSize2D SAL_CALL getPhysicalResolution( ) throw (css::uno::RuntimeException) SAL_OVERRIDE
virtual css::geometry::RealSize2D SAL_CALL getPhysicalResolution() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
MutexType aGuard( BaseType::m_aMutex );
return maDeviceHelper.getPhysicalResolution();
}
virtual css::geometry::RealSize2D SAL_CALL getPhysicalSize( ) throw (css::uno::RuntimeException) SAL_OVERRIDE
virtual css::geometry::RealSize2D SAL_CALL getPhysicalSize() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
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