summaryrefslogtreecommitdiff
path: root/include/svx/IAccessibleParent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/IAccessibleParent.hxx')
-rw-r--r--include/svx/IAccessibleParent.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index e54cb551a9c0..36d1cb848340 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -79,18 +79,16 @@ public:
const css::uno::Reference< css::drawing::XShape >& _rxShape,
const long _nIndex,
const AccessibleShapeTreeInfo& _rShapeTreeInfo
- ) throw (css::uno::RuntimeException, std::exception) = 0;
+ ) = 0;
//Add this method to support Form Controls
/// @throws css::uno::RuntimeException
virtual AccessibleControlShape* GetAccControlShapeFromModel
- (css::beans::XPropertySet*)
- throw (css::uno::RuntimeException){return nullptr;};
+ (css::beans::XPropertySet*){return nullptr;};
/// @throws css::uno::RuntimeException
virtual css::uno::Reference<
css::accessibility::XAccessible>
GetAccessibleCaption (const css::uno::Reference<
- css::drawing::XShape>&)
- throw (css::uno::RuntimeException){return nullptr;};
+ css::drawing::XShape>&){return nullptr;};
virtual bool IsDocumentSelAll(){ return false; }
};