diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:41 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-09 11:16:19 +0200 |
commit | a7fb765e44696d307c789b146cd851a8474283dc (patch) | |
tree | 69998b447b321b0ac58520e2cd72063c2aff395c /include/editeng | |
parent | 7a0164f0d82d91e2ac481d74cdacfe9a7ad6080f (diff) |
Fix typo
Change-Id: I588cf3dbcfc9ed0ac03b710379d6277298d65cd6
Reviewed-on: https://gerrit.libreoffice.org/75270
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unoedsrc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |