sfx2/source/doc/SfxRedactionHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f75c2b04785aa05cff3bcd52689feb7400a14e8e Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jun 15 09:06:55 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 15 13:36:17 2019 +0200 Fix typo Change-Id: I834039e8030857e1069bbadb9c7ef85664702168 Reviewed-on: https://gerrit.libreoffice.org/74094 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx b/sfx2/source/doc/SfxRedactionHelper.cxx index 244c5ababd26..b6c3264d769a 100644 --- a/sfx2/source/doc/SfxRedactionHelper.cxx +++ b/sfx2/source/doc/SfxRedactionHelper.cxx @@ -460,7 +460,7 @@ void SfxRedactionHelper::searchInMetaFile(const RedactionTarget* pRedactionTarge if (!aNewRect.IsEmpty()) aRedactionRectangles.push_back(aNewRect); - // Search for the next occurence + // Search for the next occurrence nStart = nEnd; nEnd = sText.getLength(); bFound = textSearch.SearchForward(sText, &nStart, &nEnd); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
