sw/qa/extras/ooxmlexport/ooxmlexport6.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8f90f1ab1fdb50cb0c74687b276f62aa0391b880 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Sep 14 12:31:08 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Sep 14 19:41:33 2022 +0200 Fix typo Change-Id: I2bd3e533a6b93cded93659036ca057c04c426a47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139923 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx index c54580ee766a..13245f6f22fc 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx @@ -896,7 +896,7 @@ CPPUNIT_TEST_FIXTURE(Test, testAlignForShape) CPPUNIT_TEST_FIXTURE(Test, testLineStyle_DashType) { loadAndSave("LineStyle_DashType.docx"); - /* DOCX contatining Shape with LineStyle as Dash Type should get preserved inside + /* DOCX containing Shape with LineStyle as Dash Type should get preserved inside * an XML tag <a:prstDash> with value "dash", "sysDot", "lgDot", etc. */ xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml"); @@ -951,7 +951,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGradientFillPreservation) CPPUNIT_TEST_FIXTURE(Test, testLineStyle_DashType_VML) { loadAndSave("LineStyle_DashType_VML.docx"); - /* DOCX contatining "Shape with text inside" having Line Style as "Dash Type" should get + /* DOCX containing "Shape with text inside" having Line Style as "Dash Type" should get * preserved inside an XML tag <v:stroke> with attribute dashstyle having value "dash". */ xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");