[Libreoffice-commits] core.git: include/editeng
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 9 09:17:23 UTC 2019
include/editeng/unoedsrc.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a7fb765e44696d307c789b146cd851a8474283dc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 10:44:41 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 9 11:16:19 2019 +0200
Fix typo
Change-Id: I588cf3dbcfc9ed0ac03b710379d6277298d65cd6
Reviewed-on: https://gerrit.libreoffice.org/75270
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list