Kaydet (Commit) 66e4c16f authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: catchExceptionByValue

Change-Id: Idbb7a68a9517270325fd9ec34c14d663573318ac
üst 9d0b6931
...@@ -1002,7 +1002,7 @@ uno::Reference< XAccessible > SAL_CALL ScAccessibleSpreadsheet::getAccessibleAtP ...@@ -1002,7 +1002,7 @@ uno::Reference< XAccessible > SAL_CALL ScAccessibleSpreadsheet::getAccessibleAtP
try{ try{
xAccessible = getAccessibleCellAt(nY, nX); xAccessible = getAccessibleCellAt(nY, nX);
} }
catch( ::com::sun::star::lang::IndexOutOfBoundsException e) catch(const ::com::sun::star::lang::IndexOutOfBoundsException &)
{ {
return NULL; return NULL;
} }
......
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