oox/qa/unit/export.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9633cad413960a4bd2963a3ace25ad52d5747929 Author: Sarper Akdemir <[email protected]> AuthorDate: Wed Mar 23 09:54:22 2022 +0300 Commit: Sarper Akdemir <[email protected]> CommitDate: Wed Mar 23 09:28:51 2022 +0100 correct misleading comment Corrects copy/paste residue with the correct content Change-Id: Ie10a4db728de154ebbdaf6c7902b28c71c815456 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131957 Tested-by: Jenkins Reviewed-by: Sarper Akdemir <[email protected]> diff --git a/oox/qa/unit/export.cxx b/oox/qa/unit/export.cxx index 24090b8e3cb3..8876d507dd9c 100644 --- a/oox/qa/unit/export.cxx +++ b/oox/qa/unit/export.cxx @@ -407,7 +407,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf146690_endParagraphRunPropertiesNewLinesTextSi std::unique_ptr<SvStream> pStream = parseExportStream(getTempFile(), "ppt/slides/slide1.xml"); xmlDocUniquePtr pXmlDoc = parseXmlStream(pStream.get()); - // Then make sure the shape text color is a scheme color: + // Make sure the text size is exported correctly: // Without the accompanying fix in place, this test would have failed with: // - Expected: 500 // - Actual : 1800
