diff options
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r-- | comphelper/source/misc/accessibletexthelper.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comphelper/source/misc/accessibletexthelper.cxx b/comphelper/source/misc/accessibletexthelper.cxx index 99f095bdeb83..279cb995e238 100644 --- a/comphelper/source/misc/accessibletexthelper.cxx +++ b/comphelper/source/misc/accessibletexthelper.cxx @@ -282,12 +282,6 @@ namespace comphelper } - OUString OCommonAccessibleText::getText() - { - return implGetText(); - } - - OUString OCommonAccessibleText::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) { OUString sText( implGetText() ); @@ -816,7 +810,7 @@ namespace comphelper { OExternalLockGuard aGuard( this ); - return OCommonAccessibleText::getText(); + return implGetText(); } |