Kaydet (Commit) 73fe65cf authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158341 Uncaught exception

Change-Id: If88cddfb13ea2db24a5c95ea0c367e51b87b75c4
üst 7af84e5f
......@@ -426,7 +426,8 @@ public:
// XFormulaQuery
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
queryDependents( sal_Bool bRecursive )
throw(::com::sun::star::uno::RuntimeException);
throw(::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
queryPrecedents( sal_Bool bRecursive )
throw(::com::sun::star::uno::RuntimeException,
......
......@@ -3837,7 +3837,7 @@ uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryPreceden
}
uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryDependents(
sal_Bool bRecursive ) throw(uno::RuntimeException)
sal_Bool bRecursive ) throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
if ( pDocShell )
......
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