xmloff/qa/unit/style.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 23800ba95e290d604c7c210c075c213fe2d60554
Author: Noel Grandin <[email protected]>
AuthorDate: Mon Nov 24 16:33:26 2025 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Tue Nov 25 09:59:44 2025 +0100
tdf#153183 testAxialGradientCompatible does not need skipValidation
anymore, I suspect fixed by:
commit 8a1406164584262002a84849341739f5ef85906e
Author: Noel Grandin <[email protected]>
Date: Thu Nov 13 20:16:44 2025 +0200
officeotron: ID is not valid attribute in vml shape
Change-Id: I3c30caee6130b4e8a002f3c52b4d0e058dd913ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194447
Tested-by: Noel Grandin <[email protected]>
Reviewed-by: Noel Grandin <[email protected]>
Code-Style: Noel Grandin <[email protected]>
Tested-by: Jenkins
diff --git a/xmloff/qa/unit/style.cxx b/xmloff/qa/unit/style.cxx
index 3acf5b8b7577..03c3a3069433 100644
--- a/xmloff/qa/unit/style.cxx
+++ b/xmloff/qa/unit/style.cxx
@@ -613,8 +613,6 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest,
testAxialGradientCompatible)
loadFromFile(u"tdf155549_MCGR_AxialGradientCompatible.odt");
//Round-trip through OOXML.
- // FixMe tdf#153183. Here "Attribute 'ID' is not allowed to appear in
element 'v:rect'".
- skipValidation();
saveAndReload(TestFilter::DOCX);
saveAndReload(TestFilter::ODT);
@@ -645,8 +643,6 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest,
testAxialTransparencyCompatible)
loadFromFile(u"tdf155549_MCGR_AxialTransparencyCompatible.odt");
//Round-trip through OOXML.
- // FixMe tdf#153183, and error in charSpace and in CharacterSet
- //skipValidation();
saveAndReload(TestFilter::DOCX);
saveAndReload(TestFilter::ODT);