summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeHandle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeHandle.hxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeHandle.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.hxx b/svx/source/customshapes/EnhancedCustomShapeHandle.hxx
index 15525d50fb6d..eca3a8c045ff 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.hxx
@@ -48,14 +48,11 @@ public:
virtual void SAL_CALL release() throw() override;
// XCustomShapeHandle
- virtual css::awt::Point SAL_CALL getPosition()
- throw ( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL setControllerPosition( const css::awt::Point& )
- throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Point SAL_CALL getPosition() override;
+ virtual void SAL_CALL setControllerPosition( const css::awt::Point& ) override;
// XInitialization
- virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments )
- throw ( css::uno::Exception, css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) override;
};
#endif