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

coverity#1194934 Uncaught exception

Change-Id: Ifab8abb0fe712b8593abe72ff8cab3bd336d6b09
üst bcb6362c
......@@ -120,7 +120,7 @@ public:
const SwFrm *GetCell( sal_Int32 nRow, sal_Int32 nColumn, sal_Bool bExact,
SwAccessibleTable *pThis ) const
throw(lang::IndexOutOfBoundsException );
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception);
const SwFrm *GetCellAtPos( sal_Int32 nLeft, sal_Int32 nTop,
sal_Bool bExact ) const;
inline sal_Int32 GetRowCount() const;
......@@ -421,7 +421,7 @@ void SwAccessibleTableData_Impl::GetSelection(
const SwFrm *SwAccessibleTableData_Impl::GetCell(
sal_Int32 nRow, sal_Int32 nColumn, sal_Bool,
SwAccessibleTable *pThis ) const
throw(lang::IndexOutOfBoundsException )
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
CheckRowAndCol( nRow, nColumn, pThis );
......
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