summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShapeInfo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-07 14:19:22 +0200
committerNoel Grandin <noel@peralex.com>2016-03-07 14:55:55 +0200
commitb2fb84499e1f75735e8fd90bc2eece3fed9af5f6 (patch)
tree186f3a6947b4d5feffe1326f66021102fac88c83 /include/svx/AccessibleShapeInfo.hxx
parentc89f73a6033b28484f5e10054b542fa69a9fe475 (diff)
loplugin:write only fields
Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c
Diffstat (limited to 'include/svx/AccessibleShapeInfo.hxx')
-rw-r--r--include/svx/AccessibleShapeInfo.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/include/svx/AccessibleShapeInfo.hxx b/include/svx/AccessibleShapeInfo.hxx
index a9ed3174bdf3..d81529e8de0f 100644
--- a/include/svx/AccessibleShapeInfo.hxx
+++ b/include/svx/AccessibleShapeInfo.hxx
@@ -60,13 +60,6 @@ public:
*/
IAccessibleParent* mpChildrenManager;
- /** This index is used to disambiguate names of accessible objects. A
- value of (the default) -1 leads to the use of the object's z-order
- instead. Because that is not a good substitute, better pass an ever
- increasing counter.
- */
- sal_Int32 mnIndex;
-
/** Copy the given values into the members described above.
*/
AccessibleShapeInfo (
@@ -74,8 +67,7 @@ public:
css::drawing::XShape>& rxShape,
const css::uno::Reference<
css::accessibility::XAccessible>& rxParent,
- IAccessibleParent* pChildrenManager,
- sal_Int32 nIndex = -1);
+ IAccessibleParent* pChildrenManager);
/** Copy the given values into the members described above.
The accessible parent implementation object is set to NULL.
@@ -84,8 +76,7 @@ public:
const css::uno::Reference<
css::drawing::XShape>& rxShape,
const css::uno::Reference<
- css::accessibility::XAccessible>& rxParent,
- sal_Int32 nIndex = -1);
+ css::accessibility::XAccessible>& rxParent);
~AccessibleShapeInfo();