diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 14:49:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 20:04:36 +0100 |
commit | e58d4cc1dd954371ef4c3438a3a880939620cd87 (patch) | |
tree | 76c5ab1086077fc9fea8e2c793ff26cfe56c57d5 /svx/source/accessibility/ChildrenManagerImpl.hxx | |
parent | 48b23bbfa0271ed327f668933b92d2ae9b99e806 (diff) |
loplugin:unusedmethods
Change-Id: Id5f7a9c34d1d159dd0f930a4ce66871bdd3796c1
Reviewed-on: https://gerrit.libreoffice.org/83305
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.hxx')
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index 553779f2f766..325bed20d366 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -152,22 +152,6 @@ public: css::uno::Reference<css::accessibility::XAccessible> GetChild (ChildDescriptor& aChildDescriptor,sal_Int32 _nIndex); - /** Return the requested accessible child given a shape. This method - searches the list of descriptors for the one that holds the - association of the given shape to the requested accessible object - and returns that. If no such descriptor is found that is - interpreted so that the specified shape is not visible at the moment. - @param xShape - The shape for which to return the associated accessible object. - @return - Returns a reference to the requested accessible child. The - reference is empty if there is no shape descriptor that - associates the shape with an accessible object. - @throws css::uno::RuntimeException - */ - css::uno::Reference<css::accessibility::XAccessible> - GetChild (const css::uno::Reference<css::drawing::XShape>& xShape); - /** Update the child manager. Take care of a modified set of children and modified visible area. This method can optimize the update process with respect separate updates of a modified children list |