Kaydet (Commit) 49352b4e authored tarafından Noel Grandin's avatar Noel Grandin

cid#707415 Uncaught exception

Change-Id: Ia4674e74621fe152ba764f3beaa7376533977d19
üst e168210b
......@@ -31,7 +31,7 @@ SwVbaWrapFormat::SwVbaWrapFormat( uno::Sequence< uno::Any > const& aArgs, uno::R
m_xPropertySet.set( m_xShape, uno::UNO_QUERY_THROW );
}
void SwVbaWrapFormat::makeWrap() throw (uno::RuntimeException)
void SwVbaWrapFormat::makeWrap() throw (uno::RuntimeException, script::BasicErrorException)
{
text::WrapTextMode eTextMode = text::WrapTextMode_NONE;
if( mnSide == word::WdWrapSideType::wdWrapLeft )
......
......@@ -34,7 +34,7 @@ private:
sal_Int32 mnSide;
private:
void makeWrap() throw (css::uno::RuntimeException);
void makeWrap() throw (css::uno::RuntimeException, css::script::BasicErrorException);
float getDistance( const OUString& sName ) throw (css::uno::RuntimeException);
void setDistance( const OUString& sName, float _distance ) throw (css::uno::RuntimeException);
......
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