summaryrefslogtreecommitdiff
path: root/include/svx/ChildrenManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ChildrenManager.hxx')
-rw-r--r--include/svx/ChildrenManager.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index 0116909fda88..c9803116f703 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -123,16 +123,12 @@ public:
*/
css::uno::Reference<
css::accessibility::XAccessible>
- GetChild (long nIndex)
- throw (css::uno::RuntimeException,
- css::lang::IndexOutOfBoundsException);
+ GetChild (long nIndex);
/// @throws css::uno::RuntimeException
- css::uno::Reference< css::accessibility::XAccessible> GetChild (const css::uno::Reference< css::drawing::XShape>& xShape) throw (css::uno::RuntimeException);
+ css::uno::Reference< css::accessibility::XAccessible> GetChild (const css::uno::Reference< css::drawing::XShape>& xShape);
/// @throws css::lang::IndexOutOfBoundsException
/// @throws css::uno::RuntimeException
- css::uno::Reference< css::drawing::XShape> GetChildShape (long nIndex)
- throw (css::lang::IndexOutOfBoundsException,
- css::uno::RuntimeException);
+ css::uno::Reference< css::drawing::XShape> GetChildShape (long nIndex);
/** Update the child manager. Take care of a modified set of children
and modified visible area. This method can optimize the update