summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterAccessibility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterAccessibility.cxx')
-rw-r--r--sdext/source/presenter/PresenterAccessibility.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx
index 0a22ca345896..beb609a83ede 100644
--- a/sdext/source/presenter/PresenterAccessibility.cxx
+++ b/sdext/source/presenter/PresenterAccessibility.cxx
@@ -1632,15 +1632,11 @@ sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacterCount()
}
sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getIndexAtPoint (
- const css::awt::Point& rPoint)
+ const css::awt::Point& )
throw (css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
-
sal_Int32 nIndex (-1);
- if (mpParagraph)
- nIndex = mpParagraph->GetIndexAtPoint(rPoint);
-
return nIndex;
}