https://bugs.documentfoundation.org/show_bug.cgi?id=143982
--- Comment #6 from Justin L <[email protected]> --- A brief code read suggests that <w:tblW w:w="0" w:type="auto"/> in DOCX means something different from automatic in SW. It sounds like auto means "the table size is just all the cell sizes added up" while in SW it means "use the full page width" which is identical to relative 100% and LEFT=0. That suggests that we should export "auto" as relative, which shouldn't be that hard. -- You are receiving this mail because: You are the assignee for the bug.
