sd/qa/unit/export-tests-ooxml3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ebd1026b40adecf87203fa817dabb0e73bae2c67 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Nov 30 15:36:00 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 1 23:25:39 2025 +0100 Fix typo Change-Id: I45a1bebb98bfefd354dc1d9c0d62878d8f53c808 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194845 Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sd/qa/unit/export-tests-ooxml3.cxx b/sd/qa/unit/export-tests-ooxml3.cxx index 77e48c451cd5..36f3348979ec 100644 --- a/sd/qa/unit/export-tests-ooxml3.cxx +++ b/sd/qa/unit/export-tests-ooxml3.cxx @@ -1041,7 +1041,7 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest3, testtdf169706_invalid_audio_link) xmlDocUniquePtr pXmlDoc = parseExport(u"ppt/slides/slide1.xml"_ustr); - // Without the patch the incompleet audio node would be exported + // Without the patch the incomplete audio node would be exported int nAudioNode = countXPathNodes( pXmlDoc, "//p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/" "p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/"
