diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-07 14:33:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-07 14:53:05 +0100 |
commit | 88fc1e0b3be8239bda2b6daf58f0e34936ad9e1b (patch) | |
tree | 946ebfa6c4aa79c6867858bf1a6dc30489acfd5f | |
parent | d32bf6ae1c905f5811cf433c1c15ba2f584fa538 (diff) |
Fix typo
Change-Id: I44241cf4c81543ad2a3091e3b19639f63e016cd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88193
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx index 7948106338fd..4b8e9e39b2a2 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx @@ -276,7 +276,7 @@ DECLARE_OOXMLEXPORT_TEST(testFDO77725, "fdo77725.docx") DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testFootnoteSeparator, "footnotesep.fodt") { - // foontote separator definitions - taken from default page style + // footnote separator definitions - taken from default page style xmlDocPtr pXmlFootnotes = parseExport("word/footnotes.xml"); assertXPath(pXmlFootnotes, "/w:footnotes[1]/w:footnote[1]", "id", "0"); assertXPath(pXmlFootnotes, "/w:footnotes[1]/w:footnote[1]", "type", "separator"); |