https://bugs.documentfoundation.org/show_bug.cgi?id=168419

--- Comment #5 from Maxim Britov <[email protected]> ---
(In reply to Tex2002ans from comment #3)
> And after unzipping both DOCX files and quickly comparing, it does look like
> the only thing that was different between them was a single:
> 
> - w:footer="400"
> 
> and:
> 
> - w:footer="500"
> 
> Sure is a strange one...

Some wrong with page breaks / footer.
This diff make file wirking too


$ diff -Naur 500 500-2 
diff '--color=auto' -Naur 500/word/document.xml 500-2/word/document.xml
--- 500/word/document.xml       2025-09-15 15:44:28.000000000 +0300
+++ 500-2/word/document.xml     2025-09-15 18:23:45.452404988 +0300
@@ -4479,7 +4479,7 @@
                     w:eastAsia="zh-CN"/>
               </w:rPr>
               <w:t
-                  xml:space="preserve">ssddddddddddddd dddddddddddd
dddddddddddddddddd ddddddddddd ddddddddddd ddddddd dddd  ddddddddddddd
dddddddddd dddddddddddddd dddddddddddd  ddd 
+                  xml:space="preserve">d 
               </w:t>
             </w:r>
             <w:r
@@ -6443,4 +6443,4 @@
           w:linePitch="326"/>
     </w:sectPr>
   </w:body>
-</w:document>
\ No newline at end of file
+</w:document>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to