remove unused code in accessibility::AccessibleShape::AccessibleShape

Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
This commit is contained in:
Noel Grandin
2014-03-03 15:04:54 +02:00
parent 6f0dfc462e
commit a04e9484d1
3 changed files with 0 additions and 22 deletions

View File

@@ -105,8 +105,6 @@ public:
AccessibleShape (
const AccessibleShapeInfo& rShapeInfo,
const AccessibleShapeTreeInfo& rShapeTreeInfo);
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 = -1);
//Solution: Overwrite the object's current name.
virtual OUString SAL_CALL getAccessibleName (void) throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual OUString SAL_CALL getAccessibleDescription() throw (::com::sun::star::uno::RuntimeException, std::exception);

View File

@@ -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;

View File

@@ -97,7 +97,6 @@ UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::X
VclMultiLineEdit::IsRightToLeft() const
VclMultiLineEdit::SetTextSelectable(bool)
accessibility::AccessibleParaManager::Release(int)
accessibility::AccessibleShape::AccessibleShape(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&, accessibility::AccessibleShapeTreeInfo const&, int)
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testVertJustify()
apitest::DataPilotField::testAutoShowInfo()