sw/qa/extras/ooxmlexport/ooxmlexport13.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 0460490f3ea703cd69d54902b86ef8b90f378f72
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Jan 15 14:04:02 2026 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Sun Jan 18 20:01:28 2026 +0100

    this passes validation now
    
    Change-Id: I510fbff1322f29f3a0c61fa1d4fd59166120f3a7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197424
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index 621fd952887f..20ab9215a127 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -484,9 +484,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf123636_newlinePageBreak4, 
"tdf123636_newlinePage
 
 DECLARE_OOXMLEXPORT_TEST(testTdf118947_tableStyle, "tdf118947_tableStyle.docx")
 {
-    // FIXME: validation error in OOXML export: Errors: 2
-    skipValidation();
-
     uno::Reference<text::XTextTable> xTable(getParagraphOrTable(1), 
uno::UNO_QUERY);
     uno::Reference<text::XTextRange> xCell(xTable->getCellByName(u"A1"_ustr), 
uno::UNO_QUERY);
     uno::Reference<container::XEnumerationAccess> 
xParaEnumAccess(xCell->getText(), uno::UNO_QUERY);
@@ -520,9 +517,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf118947_tableStyle, 
"tdf118947_tableStyle.docx")
 
 DECLARE_OOXMLEXPORT_TEST(testTdf118947_tableStyle2, 
"tdf118947_tableStyle2.docx")
 {
-    // FIXME: validation error in OOXML export: Errors: 2
-    skipValidation();
-
     uno::Reference<text::XTextTable> xTable(getParagraphOrTable(1), 
uno::UNO_QUERY);
     // This cell is affected by compatSetting 
overrideTableStyleFontSizeAndJustification=1 (no goofy exception)
     uno::Reference<text::XTextRange> xCell(xTable->getCellByName(u"A2"_ustr), 
uno::UNO_QUERY);

Reply via email to