summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2017-07-08 14:41:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-10 09:53:45 +0200
commit2ed9a2b641682d8612b5404bd3978ed049aa0266 (patch)
treebd1b33ba8da5451f86744062d4b4964aab4cc993 /include/comphelper
parent19b34f615c04555f27978e2823ba735a9c9f882e (diff)
Remove useless method OCommonAccessibleText::getText
Change-Id: I4ee2df05ffceaea9d22ec7e2f78dc6e13061b5ef Reviewed-on: https://gerrit.libreoffice.org/39714 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessibletexthelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/accessibletexthelper.hxx b/include/comphelper/accessibletexthelper.hxx
index 7b5e1a144eac..3b633716c2b3 100644
--- a/include/comphelper/accessibletexthelper.hxx
+++ b/include/comphelper/accessibletexthelper.hxx
@@ -76,8 +76,6 @@ namespace comphelper
sal_Int32 SAL_CALL getSelectionStart();
/// @throws css::uno::RuntimeException
sal_Int32 SAL_CALL getSelectionEnd();
- /// @throws css::uno::RuntimeException
- OUString SAL_CALL getText();
/// @throws css::lang::IndexOutOfBoundsException
/// @throws css::uno::RuntimeException
OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex );