sd/qa/unit/export-tests.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8bc3784036eec875f82f17e25bd16d472c59ddaa Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Oct 29 19:58:37 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Nov 1 16:33:25 2025 +0100 Fix typo Change-Id: I10beba75fa69b9121a424159295403ff9be52818 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193163 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index 085757fc86ed..b54e424e4546 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -1211,8 +1211,8 @@ CPPUNIT_TEST_FIXTURE(SdExportTest, testExplodedPdfClippedImages) xGraphicShape1->getPropertyValue(u"Visible"_ustr) >>= bVisible; CPPUNIT_ASSERT_MESSAGE("1st Graphic should be Visible", bVisible); - // before the fix the clip for this graphic wasn't taken into account so it was visiblem - // not it is detected as entirely clipped out and toggled to invisible + // before the fix the clip for this graphic wasn't taken into account so it was visible + // now it is detected as entirely clipped out and toggled to invisible uno::Reference<beans::XPropertySet> xGraphicShape2(xGroupShape->getByIndex(1), uno::UNO_QUERY); CPPUNIT_ASSERT(xGraphicShape2.is()); xGraphicShape2->getPropertyValue(u"Visible"_ustr) >>= bVisible;
