summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/access/accdoc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index bb34b83bcea0..b3016af0cac1 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -189,7 +189,7 @@ sal_Int32 SAL_CALL SwAccessibleDocumentBase::getAccessibleIndexInParent (void)
if( xAcc->getAccessibleChild( i ) == xThis )
return i;
}
- catch(::com::sun::star::lang::IndexOutOfBoundsException e)
+ catch(::com::sun::star::lang::IndexOutOfBoundsException)
{
return -1L;
}
@@ -253,7 +253,7 @@ awt::Rectangle SAL_CALL SwAccessibleDocumentBase::getBounds()
return aBox;
}
- catch(::com::sun::star::lang::IndexOutOfBoundsException e)
+ catch(::com::sun::star::lang::IndexOutOfBoundsException)
{
return awt::Rectangle();
}