Kaydet (Commit) a04e9484 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code in accessibility::AccessibleShape::AccessibleShape

Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
üst 6f0dfc46
......@@ -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);
......
......@@ -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;
......
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment