summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleGridControlTableCell.cxx
diff options
context:
space:
mode:
authorArnaud Versini <Arnaud.Versini@libreoffice.org>2017-11-12 14:23:52 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-13 07:09:02 +0100
commit8d4a44d176fc7e80d6c5f13b1e73069967b9593b (patch)
treed84e75d33d6c2a157142450cb8fc3a0bacd6a55a /accessibility/source/extended/AccessibleGridControlTableCell.cxx
parent102acb3675fed4e4e61a98722e279b9d8bc18ad2 (diff)
Remove OCommonAccessibleText::getText and getCharacterCount.
No need to create helper for those methods. Change-Id: I0505fe8141b1bad852b7f30aeb69628fb6a90071 Reviewed-on: https://gerrit.libreoffice.org/44649 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/source/extended/AccessibleGridControlTableCell.cxx')
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableCell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
index 71f378492c0b..42709cc5bb4a 100644
--- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
@@ -253,7 +253,7 @@ namespace accessibility
{
SolarMutexGuard aSolarGuard;
- return OCommonAccessibleText::getCharacterCount( );
+ return implGetText().getLength();
}
OUString SAL_CALL AccessibleGridControlTableCell::getSelectedText( )