oox/qa/unit/drawingml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b8400fe4d3b8aa2b2efd57479cd8c445674e391e Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Feb 27 08:36:36 2025 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Feb 27 10:17:23 2025 +0100 oox: fix outdated comment After commit 1bec1608a55c1b5096e7a9d06564c658bd5be1d5 (tdf#165132 DOCX import: fix unexpected rotation on entirely vertical line, 2025-02-26). Change-Id: Ia23d0f03edffa1fdfe25521e3b19e4e7be654f68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182274 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/oox/qa/unit/drawingml.cxx b/oox/qa/unit/drawingml.cxx index 8fbffebf0a32..49a037c2cc0f 100644 --- a/oox/qa/unit/drawingml.cxx +++ b/oox/qa/unit/drawingml.cxx @@ -746,7 +746,7 @@ CPPUNIT_TEST_FIXTURE(OoxDrawingmlTest, testToplevelLineHorOffsetDOCX) double fShearX = 0; aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); // Without the accompanying fix in place, this test would have failed with: - // - Expected: 1 + // - Expected: 1.78 // - Actual : 4094.76362560479 // i.e. this was a horizontal line, not a vertical one. CPPUNIT_ASSERT_DOUBLES_EQUAL(1.78, aScale.getX(), 0.01);