summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationShape.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationShape.hxx b/sd/source/ui/inc/AccessiblePresentationShape.hxx
index e32fc4141472..ae918ebcb1f8 100644
--- a/sd/source/ui/inc/AccessiblePresentationShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationShape.hxx
@@ -41,20 +41,17 @@ public:
/** Returns an identifier for the implementation of this object.
*/
virtual OUString SAL_CALL
- getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ getImplementationName() override;
//===== internal ========================================================
/// Create a name string that contains the accessible name.
virtual OUString
- CreateAccessibleBaseName ()
- throw (css::uno::RuntimeException, std::exception) override;
+ CreateAccessibleBaseName () override;
/// Create a description string that contains the accessible description.
virtual OUString
- CreateAccessibleDescription ()
- throw (css::uno::RuntimeException, std::exception) override;
+ CreateAccessibleDescription () override;
OUString GetStyle() override;
private: