summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeHandle.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeHandle.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
index 230f489f8062..ab4e0d93b460 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
@@ -47,7 +47,6 @@ void SAL_CALL EnhancedCustomShapeHandle::release() throw()
// XCustomShapeHandle
css::awt::Point SAL_CALL EnhancedCustomShapeHandle::getPosition()
- throw ( css::uno::RuntimeException, std::exception )
{
SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxCustomShape ) );
if ( !pSdrObjCustomShape )
@@ -61,7 +60,6 @@ css::awt::Point SAL_CALL EnhancedCustomShapeHandle::getPosition()
}
void SAL_CALL EnhancedCustomShapeHandle::setControllerPosition( const css::awt::Point& aPnt )
- throw ( css::uno::RuntimeException, std::exception )
{
SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxCustomShape ) );
if ( !pSdrObjCustomShape )
@@ -74,7 +72,6 @@ void SAL_CALL EnhancedCustomShapeHandle::setControllerPosition( const css::awt::
// XInitialization
void SAL_CALL EnhancedCustomShapeHandle::initialize( const css::uno::Sequence< css::uno::Any >& /* aArguments */ )
- throw ( css::uno::Exception, css::uno::RuntimeException, std::exception )
{
}