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

coverity#1158399 Uncaught exception

Change-Id: I1217daedb7af3daf7b8d59f3dc5e68d50068d5e1
üst 2de1ddd7
......@@ -51,7 +51,7 @@ public:
// XUsedAreaCursor
virtual void SAL_CALL gotoStartOfUsedArea( sal_Bool bExpand )
throw(::com::sun::star::uno::RuntimeException);
throw(::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL gotoEndOfUsedArea( sal_Bool bExpand )
throw(::com::sun::star::uno::RuntimeException);
......
......@@ -239,8 +239,8 @@ void SAL_CALL ScCellCursorObj::collapseToSize( sal_Int32 nColumns, sal_Int32 nRo
// XUsedAreaCursor
void SAL_CALL ScCellCursorObj::gotoStartOfUsedArea( sal_Bool bExpand )
throw(uno::RuntimeException)
void SAL_CALL ScCellCursorObj::gotoStartOfUsedArea(sal_Bool bExpand)
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