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.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
index d3e66f06d8ce..230f489f8062 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
@@ -22,7 +22,6 @@
#include "svx/unoapi.hxx"
-
EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::drawing::XShape >& xCustomShape, sal_uInt32 nIndex ) :
mnIndex ( nIndex ),
mxCustomShape ( xCustomShape )
@@ -30,20 +29,17 @@ EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::
}
-
EnhancedCustomShapeHandle::~EnhancedCustomShapeHandle()
{
}
-
void SAL_CALL EnhancedCustomShapeHandle::acquire() throw()
{
OWeakObject::acquire();
}
-
void SAL_CALL EnhancedCustomShapeHandle::release() throw()
{
OWeakObject::release();