summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShape.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 15:04:54 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:44 +0200
commita04e9484d1632d3f8a1181bddd0d6f71e25fd76b (patch)
tree64462d81adb0b91bdc1f2dd0c5ee47af079389b4 /include/svx/AccessibleShape.hxx
parent6f0dfc462e3bcb9368f93862457673ad0cd3dc45 (diff)
remove unused code in accessibility::AccessibleShape::AccessibleShape
Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
Diffstat (limited to 'include/svx/AccessibleShape.hxx')
-rw-r--r--include/svx/AccessibleShape.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 51e497d3c26b..86d3ca285cfa 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -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);