remove unused code in accessibility::AccessibleShape::AccessibleShape
Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
This commit is contained in:
@@ -105,8 +105,6 @@ public:
|
|||||||
AccessibleShape (
|
AccessibleShape (
|
||||||
const AccessibleShapeInfo& rShapeInfo,
|
const AccessibleShapeInfo& rShapeInfo,
|
||||||
const AccessibleShapeTreeInfo& rShapeTreeInfo);
|
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.
|
//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 getAccessibleName (void) throw (::com::sun::star::uno::RuntimeException, std::exception);
|
||||||
virtual OUString SAL_CALL getAccessibleDescription() 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();
|
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)
|
AccessibleShape::~AccessibleShape (void)
|
||||||
{
|
{
|
||||||
delete mpChildrenManager;
|
delete mpChildrenManager;
|
||||||
|
@@ -97,7 +97,6 @@ UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::X
|
|||||||
VclMultiLineEdit::IsRightToLeft() const
|
VclMultiLineEdit::IsRightToLeft() const
|
||||||
VclMultiLineEdit::SetTextSelectable(bool)
|
VclMultiLineEdit::SetTextSelectable(bool)
|
||||||
accessibility::AccessibleParaManager::Release(int)
|
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::testRotateReference()
|
||||||
apitest::CellProperties::testVertJustify()
|
apitest::CellProperties::testVertJustify()
|
||||||
apitest::DataPilotField::testAutoShowInfo()
|
apitest::DataPilotField::testAutoShowInfo()
|
||||||
|
Reference in New Issue
Block a user