diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 1c96c06261ba..cd3859059c82 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -115,25 +115,6 @@ AccessibleShape::AccessibleShape ( UpdateNameAndDescription(); } -AccessibleShape::AccessibleShape ( - const ::com::sun::star::uno::Reference< - ::com::sun::star::drawing::XShape>& rxShape, - const ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessible>& rxParent, - const AccessibleShapeTreeInfo& rShapeTreeInfo, - sal_Int32 nIndex) - : AccessibleContextBase (rxParent,AccessibleRole::SHAPE), - mpChildrenManager(NULL), - mxShape (rxShape), - maShapeTreeInfo (rShapeTreeInfo), - mnIndex (nIndex), - m_nIndexInParent(-1), - mpText (NULL), - mpParent (NULL) -{ - m_pShape = GetSdrObjectFromXShape(mxShape); -} - AccessibleShape::~AccessibleShape (void) { delete mpChildrenManager; |