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

coverity#1269591 Uncaught exception

and

coverity#1269585 Uncaught exception

Change-Id: I1ec46b1c3996cf95744c15351d2c26a47d079c77
üst 14456794
...@@ -384,12 +384,14 @@ namespace canvas ...@@ -384,12 +384,14 @@ 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
drawText( const ::com::sun::star::rendering::StringContext& text, drawText(const css::rendering::StringContext& text,
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont >& xFont, const css::uno::Reference< ::com::sun::star::rendering::XCanvasFont >& xFont,
const ::com::sun::star::rendering::ViewState& viewState, const css::rendering::ViewState& viewState,
const ::com::sun::star::rendering::RenderState& renderState, const css::rendering::RenderState& renderState,
sal_Int8 textDirection ) throw (::com::sun::star::lang::IllegalArgumentException, sal_Int8 textDirection)
::com::sun::star::uno::RuntimeException) SAL_OVERRIDE throw (css::lang::IllegalArgumentException,
css::uno::RuntimeException,
std::exception) SAL_OVERRIDE
{ {
tools::verifyArgs(xFont, viewState, renderState, tools::verifyArgs(xFont, 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