summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.cxx')
-rw-r--r--sdext/source/presenter/PresenterTextView.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx
index 6ce7e3235ae6..e0b3838ef660 100644
--- a/sdext/source/presenter/PresenterTextView.cxx
+++ b/sdext/source/presenter/PresenterTextView.cxx
@@ -992,12 +992,6 @@ awt::Rectangle PresenterTextParagraph::GetCharacterBounds (
return awt::Rectangle(sal_Int32(nX+0.5), sal_Int32(nY+0.5), 0, 0);
}
-sal_Int32 PresenterTextParagraph::GetIndexAtPoint (const awt::Point& rPoint) const
-{
- (void)rPoint;
- return -1;
-}
-
sal_Int8 PresenterTextParagraph::GetTextDirection() const
{
// Find first portion that has a non-neutral text direction.