Kaydet (Commit) 7af84e5f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158342 Uncaught exception

Change-Id: Ia6cad30b9ad262168d86c52eb72f08efb65af790
üst 6a5c2661
......@@ -399,7 +399,9 @@ public:
throw(::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
queryEmptyCells() throw(::com::sun::star::uno::RuntimeException);
queryEmptyCells()
throw(::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
queryContentCells( sal_Int16 nContentFlags )
throw(::com::sun::star::uno::RuntimeException,
......
......@@ -3495,7 +3495,7 @@ uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryVisibleC
}
uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryEmptyCells()
throw(uno::RuntimeException)
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