diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-27 23:07:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-28 08:49:27 +0100 |
commit | 22c4e4cda7c67aac59f29a3c21452216b26c727f (patch) | |
tree | ccdb38c9e7595f2b8fbc61a4dae10f55289c2341 /xmloff | |
parent | c07c8567ea81aa98c587d1b327b53836c30e1809 (diff) |
Fix typo
Change-Id: I72b70641c83d5d2b43b44990b5e3ed286f2e3e53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89654
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |