From b2fb84499e1f75735e8fd90bc2eece3fed9af5f6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Mar 2016 14:19:22 +0200 Subject: loplugin:write only fields Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c --- sd/source/ui/inc/AccessiblePageShape.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sd/source/ui/inc/AccessiblePageShape.hxx') diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx index 3027d752aa13..90a977f79cb6 100644 --- a/sd/source/ui/inc/AccessiblePageShape.hxx +++ b/sd/source/ui/inc/AccessiblePageShape.hxx @@ -47,11 +47,6 @@ public: the getIndexInParent method is called. @param rShapeTreeInfo Bundel of information passed to this shape and all of its desendants. - @param nIndex - Index used to disambiguate between objects that have the same - name. Passing a value of -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. @attention Always call the init method after creating a new accessible shape. This is one way to overcome the potential @@ -62,8 +57,7 @@ public: AccessiblePageShape ( const css::uno::Reference& rxPage, const css::uno::Reference& rxParent, - const AccessibleShapeTreeInfo& rShapeTreeInfo, - long nIndex = -1); + const AccessibleShapeTreeInfo& rShapeTreeInfo); virtual ~AccessiblePageShape(); -- cgit