coverity#738461 Uncaught exception
Change-Id: Iecc2653faae6bebd31909139392586fe66a17cb4
This commit is contained in:
@@ -348,7 +348,8 @@ SwVbaSelection::Move( const uno::Any& _unit, const uno::Any& _count, const uno::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SwVbaSelection::NextCell( sal_Int32 nCount, word::E_DIRECTION eDirection ) throw ( uno::RuntimeException )
|
void SwVbaSelection::NextCell(sal_Int32 nCount, word::E_DIRECTION eDirection)
|
||||||
|
throw (css::script::BasicErrorException, uno::RuntimeException)
|
||||||
{
|
{
|
||||||
uno::Reference< beans::XPropertySet > xCursorProps( mxTextViewCursor, uno::UNO_QUERY_THROW );
|
uno::Reference< beans::XPropertySet > xCursorProps( mxTextViewCursor, uno::UNO_QUERY_THROW );
|
||||||
uno::Reference< text::XTextTable > xTextTable;
|
uno::Reference< text::XTextTable > xTextTable;
|
||||||
|
@@ -42,7 +42,8 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void Move( const css::uno::Any& _unit, const css::uno::Any& _count, const css::uno::Any& _extend, ooo::vba::word::E_DIRECTION eDirection ) throw (css::uno::RuntimeException);
|
void Move( const css::uno::Any& _unit, const css::uno::Any& _count, const css::uno::Any& _extend, ooo::vba::word::E_DIRECTION eDirection ) throw (css::uno::RuntimeException);
|
||||||
void NextCell( sal_Int32 nCount, ooo::vba::word::E_DIRECTION eDirection ) throw ( css::uno::RuntimeException );
|
void NextCell( sal_Int32 nCount, ooo::vba::word::E_DIRECTION eDirection )
|
||||||
|
throw (css::script::BasicErrorException, css::uno::RuntimeException);
|
||||||
css::uno::Reference< css::text::XTextRange > GetSelectedRange() throw ( css::uno::RuntimeException );
|
css::uno::Reference< css::text::XTextRange > GetSelectedRange() throw ( css::uno::RuntimeException );
|
||||||
void GetSelectedCellRange( OUString& sTLName, OUString& sBRName ) throw ( css::uno::RuntimeException );
|
void GetSelectedCellRange( OUString& sTLName, OUString& sBRName ) throw ( css::uno::RuntimeException );
|
||||||
css::uno::Reference< css::text::XTextTable > GetXTextTable() throw ( css::uno::RuntimeException );
|
css::uno::Reference< css::text::XTextTable > GetXTextTable() throw ( css::uno::RuntimeException );
|
||||||
|
Reference in New Issue
Block a user