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

coverity#1158353 Uncaught exception

Change-Id: Ib30c3f702a0f16922e5f7ab305bbe1f593714219
üst 6cb0a073
......@@ -1175,7 +1175,8 @@ public:
::com::sun::star::table::TableOrientation nOrientation )
throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL autoOutline( const ::com::sun::star::table::CellRangeAddress& aRange )
throw(::com::sun::star::uno::RuntimeException);
throw(::com::sun::star::uno::RuntimeException,
std::exception);
virtual void SAL_CALL clearOutline() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL hideDetail( const ::com::sun::star::table::CellRangeAddress& aRange )
throw(::com::sun::star::uno::RuntimeException);
......
......@@ -7894,7 +7894,7 @@ void SAL_CALL ScTableSheetObj::ungroup( const table::CellRangeAddress& rGroupRan
}
void SAL_CALL ScTableSheetObj::autoOutline( const table::CellRangeAddress& rCellRange )
throw(uno::RuntimeException)
throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
ScDocShell* pDocSh = GetDocShell();
......
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