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

coverity#1269598 Uncaught exception

and

coverity#1269595 Uncaught exception

Change-Id: Ia32be45c93769de92ad649eb765a343b659ddc3f
üst e2ea5d1e
...@@ -287,10 +287,12 @@ namespace canvas ...@@ -287,10 +287,12 @@ 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
fillPolyPolygon( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon, fillPolyPolygon(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 ) throw (::com::sun::star::lang::IllegalArgumentException, const css::rendering::RenderState& renderState)
::com::sun::star::uno::RuntimeException) SAL_OVERRIDE throw (css::lang::IllegalArgumentException,
css::uno::RuntimeException,
std::exception) SAL_OVERRIDE
{ {
tools::verifyArgs(xPolyPolygon, viewState, renderState, tools::verifyArgs(xPolyPolygon, viewState, renderState,
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