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

coverity#1210086 Uncaught exception

Change-Id: I33b50aa5934e37adeae041ca8ad3751b3bdc8ac6
üst 24ef62fc
......@@ -57,7 +57,7 @@ namespace canvas
virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< sal_Int8 >& data,
const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
tools::verifyArgs(bitmapLayout, rect,
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