summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/accessibletexthelper.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/comphelper/source/misc/accessibletexthelper.cxx b/comphelper/source/misc/accessibletexthelper.cxx
index 1dcf2f669eeb..38ad66679b1b 100644
--- a/comphelper/source/misc/accessibletexthelper.cxx
+++ b/comphelper/source/misc/accessibletexthelper.cxx
@@ -234,12 +234,6 @@ namespace comphelper
}
- sal_Int32 OCommonAccessibleText::getCharacterCount()
- {
- return implGetText().getLength();
- }
-
-
OUString OCommonAccessibleText::getSelectedText()
{
OUString sText;
@@ -774,14 +768,6 @@ namespace comphelper
}
- sal_Int32 OAccessibleTextHelper::getCharacterCount()
- {
- OExternalLockGuard aGuard( this );
-
- return OCommonAccessibleText::getCharacterCount();
- }
-
-
OUString OAccessibleTextHelper::getSelectedText()
{
OExternalLockGuard aGuard( this );
@@ -806,14 +792,6 @@ namespace comphelper
}
- OUString OAccessibleTextHelper::getText()
- {
- OExternalLockGuard aGuard( this );
-
- return implGetText();
- }
-
-
OUString OAccessibleTextHelper::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex )
{
OExternalLockGuard aGuard( this );