Description: FILEEXPORT DOCX: Page break for a table on top of the first page on export to DOCX Steps to Reproduce: 1. Open the attached file 2. Table -> Properties -> Text flow -> Break is unchecked 3. File Save as DOCX 4. File reload 5. Table -> Properties -> Text flow -> Break is checked Actual Results: Page break is checked Expected Results: Probably not? Reproducible: Always User Profile Reset: No Additional Info: Found in Version: 7.1.0.0.alpha0+ (x64) Build ID: <buildversion> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL andin 3.3.0
Created attachment 164233 [details] Example file
Created attachment 167798 [details] The example file and its docx-version in 7.2alpha Repro in: Version: 7.2.0.0.alpha0+ (x64) Build ID: 4e63ec27b69fa01ff610c894c9fbf05c377a6179 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: CL
This is because import assigns a PROP_PAGE_DESC_NAME even to the default style, and the table notices and takes on the property as well. So this is effectively a duplicate of 118711 *** This bug has been marked as a duplicate of bug 118711 ***