diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-15 09:06:55 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-15 13:36:17 +0200 |
commit | f75c2b04785aa05cff3bcd52689feb7400a14e8e (patch) | |
tree | 38d2eee7b5147e2e6f8b4ba5709cf477ea7f0ed0 /sfx2 | |
parent | de9a451ffb504c99ba240f34bb360810e41cea89 (diff) |
Fix typo
Change-Id: I834039e8030857e1069bbadb9c7ef85664702168
Reviewed-on: https://gerrit.libreoffice.org/74094
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/SfxRedactionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |