xmloff/qa/unit/style.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 724d21ec7383c7422efafc784ec21bad8b448569 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 4 13:14:22 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 4 14:02:58 2023 +0200 Fix typo Change-Id: I95d5aff29a500ef171f198b28e8b5a4b43b61fe2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151361 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/xmloff/qa/unit/style.cxx b/xmloff/qa/unit/style.cxx index 9f67fb9d20d6..8d0a19d26624 100644 --- a/xmloff/qa/unit/style.cxx +++ b/xmloff/qa/unit/style.cxx @@ -337,7 +337,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMCGR_OldToNew) saveAndReload("draw8"); // Examine file markup - // For compatibilty the file should still have the old attributes 'start-color' and 'end-color' + // For compatibility the file should still have the old attributes 'start-color' and 'end-color' xmlDocUniquePtr pXmlDoc = parseExport("styles.xml"); OString sPath = "/office:document-styles/office:styles/draw:gradient[@draw:name='red2yellow']"; assertXPath(pXmlDoc, sPath, "start-color", "#ff0000"); @@ -390,7 +390,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMCGR_OldToNew_opacity) saveAndReload("draw8"); // Examine file markup - // For compatibilty the file should still have the old attributes. + // For compatibility the file should still have the old attributes. xmlDocUniquePtr pXmlDoc = parseExport("styles.xml"); OString sPath = "/office:document-styles/office:styles/draw:opacity"; assertXPath(pXmlDoc, sPath, "start", "10%"); // UI 90% transparency @@ -452,7 +452,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMCGR_threeStops) saveAndReload("draw8"); // Examine file markup - // For compatibilty the file should still have the old attributes 'start-color' and 'end-color' + // For compatibility the file should still have the old attributes 'start-color' and 'end-color' xmlDocUniquePtr pXmlDoc = parseExport("styles.xml"); OString sPath = "/office:document-styles/office:styles/draw:gradient[@draw:name='threeStops']"; assertXPath(pXmlDoc, sPath, "start-color", "#ff0000");