sw/qa/extras/ooxmlexport/ooxmlexport7.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit fb943268daf594b7292ede739655bce74203905c
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Jan 14 10:14:19 2026 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Wed Jan 14 10:40:59 2026 +0100

    add comment to validation failure
    
    Change-Id: Icc7c18b0cf3b994e8f9b90ff8884afd88e6b0ade
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197247
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index 988c6f60d163..06462516d369 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -796,6 +796,10 @@ CPPUNIT_TEST_FIXTURE(Test, testRubyHyperlink)
     createSwDoc("rubyhyperlink.fodt");
 
     //FIXME: validation error in OOXML export: Errors: 4
+    // We have hyperlink inside rubyBase here, like:
+    //    <w:rubyBase>
+    //         <w:hyperlink r:id="rId3">
+    // but not obvious what the right output should be.
     skipValidation();
 
     saveAndReload(TestFilter::DOCX);

Reply via email to