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

coverity#1269584 Uncaught exception

and

coverity#12695783 Uncaught exception

Change-Id: I68ef6ada3521cb12e17c5fe2ccecd67ade4ed40b
üst c5875fd2
...@@ -212,11 +212,13 @@ namespace canvas ...@@ -212,11 +212,13 @@ namespace canvas
} }
virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCachedPrimitive > SAL_CALL virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCachedPrimitive > SAL_CALL
strokePolyPolygon( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon, strokePolyPolygon(const css::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
const ::com::sun::star::rendering::ViewState& viewState, const css::rendering::ViewState& viewState,
const ::com::sun::star::rendering::RenderState& renderState, const css::rendering::RenderState& renderState,
const ::com::sun::star::rendering::StrokeAttributes& strokeAttributes ) throw (::com::sun::star::lang::IllegalArgumentException, const css::rendering::StrokeAttributes& strokeAttributes)
::com::sun::star::uno::RuntimeException) SAL_OVERRIDE throw (css::lang::IllegalArgumentException,
css::uno::RuntimeException,
std::exception) SAL_OVERRIDE
{ {
tools::verifyArgs(xPolyPolygon, viewState, renderState, strokeAttributes, tools::verifyArgs(xPolyPolygon, viewState, renderState, strokeAttributes,
BOOST_CURRENT_FUNCTION, BOOST_CURRENT_FUNCTION,
......
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