sw/qa/extras/ooxmlexport/ooxmlexport9.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd35d9d084e586f6c71a8de2d138d29d3d5cc2b3
Author:     Xisco Fauli <[email protected]>
AuthorDate: Fri Nov 21 14:14:43 2025 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Fri Nov 21 21:00:19 2025 +0100

    sw_ooxmlexport9: do not skip DOCX export validation (part 2)
    
    Change-Id: I312c5e0d12d2b2b6ba1a9e2448613c9a59859b46
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194327
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
index 4573185b0a5d..dc16c092b023 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -41,7 +41,7 @@ class DocmTest : public SwModelTestBase
 {
 public:
     DocmTest()
-        : SwModelTestBase(u"/sw/qa/extras/ooxmlexport/data/"_ustr, 
/*bSkipValidation*/ true)
+        : SwModelTestBase(u"/sw/qa/extras/ooxmlexport/data/"_ustr)
     {
     }
 };

Reply via email to