From a7fb765e44696d307c789b146cd851a8474283dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 8 Jul 2019 10:44:41 +0000 Subject: Fix typo Change-Id: I588cf3dbcfc9ed0ac03b710379d6277298d65cd6 Reviewed-on: https://gerrit.libreoffice.org/75270 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/editeng/unoedsrc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx index e83cb4208060..a55cdf72adf7 100644 --- a/include/editeng/unoedsrc.hxx +++ b/include/editeng/unoedsrc.hxx @@ -115,7 +115,7 @@ public: object to inform all created text ranges about changes and also allows to re use already created instances. All SvxUnoTextRangeBase must remove itself with - removeRange() before theire deleted. */ + removeRange() before they are deleted. */ virtual void addRange( SvxUnoTextRangeBase* pNewRange ); /** removes the given SvxUnoTextRangeBase from the text @@ -364,7 +364,7 @@ public: */ virtual void GetLineBoundaries( /*out*/sal_Int32 &rStart, /*out*/sal_Int32 &rEnd, sal_Int32 nParagraph, sal_Int32 nLine ) const = 0; - /** Query the line number for a index in the paragraphs text + /** Query the line number for an index in the paragraphs text @param nPara[0 .. n-1] Index of paragraph to query line length in -- cgit