[Libreoffice-commits] core.git: sfx2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 15 11:37:52 UTC 2019


 sfx2/source/doc/SfxRedactionHelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f75c2b04785aa05cff3bcd52689feb7400a14e8e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 15 09:06:55 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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);


More information about the Libreoffice-commits mailing list