summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2020-11-28 14:24:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-29 10:59:57 +0100
commit613c55115a57dc2dcdf4212e79259d4d1be2979c (patch)
treea4288337e7709fb902b6c99a399c8f63fa957e56 /accessibility/inc
parent836b9c08b11f386e243a5a074a169b2cb2c2b93e (diff)
a11y : avoid double locking
Change-Id: I1348fb33b9c93d54cd128bf6ac56a3c4c57eec3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106806 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/inc')
-rw-r--r--accessibility/inc/extended/AccessibleGridControl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/accessibility/inc/extended/AccessibleGridControl.hxx b/accessibility/inc/extended/AccessibleGridControl.hxx
index 3140db59e395..5584fe5ed01b 100644
--- a/accessibility/inc/extended/AccessibleGridControl.hxx
+++ b/accessibility/inc/extended/AccessibleGridControl.hxx
@@ -151,6 +151,9 @@ private:
/** The table cell child. */
rtl::Reference<AccessibleGridControlTableCell> m_xCell;
+
+ /** @return The count of visible children. */
+ inline sal_Int32 implGetAccessibleChildCount();
};