xmloff/source/core/xmltoken.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22c4e4cda7c67aac59f29a3c21452216b26c727f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 27 23:07:05 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Feb 28 08:49:27 2020 +0100

    Fix typo
    
    Change-Id: I72b70641c83d5d2b43b44990b5e3ed286f2e3e53
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89654
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 9aace65cb7b5..36739573e012 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -3376,7 +3376,7 @@ namespace xmloff::token {
 
                 // verify that we have no duplicates, which can mess us up 
when doing fast-parser import
                 if (pEntry->nLength && nPos >= XML_MM)
-                    // ignoring the zero-length fake entries and the namespace 
prefix entrie
+                    // ignoring the zero-length fake entries and the namespace 
prefix entries
                 {
                     auto pair = tokenSet.insert(OString(pEntry->pChar, 
pEntry->nLength));
                     if (!pair.second)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to