summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/ChildrenManager.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManager.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx
index d1a7acde0f07..972228117db5 100644
--- a/svx/source/accessibility/ChildrenManager.cxx
+++ b/svx/source/accessibility/ChildrenManager.cxx
@@ -55,21 +55,16 @@ long ChildrenManager::GetChildCount() const throw ()
}
css::uno::Reference<XAccessible> ChildrenManager::GetChild (long nIndex)
- throw (css::uno::RuntimeException,
- css::lang::IndexOutOfBoundsException)
{
return mpImpl->GetChild (nIndex);
}
Reference<XAccessible> ChildrenManager::GetChild (const Reference<drawing::XShape>& xShape)
- throw (css::uno::RuntimeException)
{
return mpImpl->GetChild (xShape);
}
css::uno::Reference<css::drawing::XShape> ChildrenManager::GetChildShape(long nIndex)
- throw (css::uno::RuntimeException,
- css::lang::IndexOutOfBoundsException)
{
return mpImpl->GetChildShape(nIndex);
}