https://bugs.documentfoundation.org/show_bug.cgi?id=144368
Kiyotaka Nishibori <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #9 from Kiyotaka Nishibori <[email protected]> --- The issue could be reproduced on the libreoffice-fresh package of Arch linux: Version: 7.2.0.4 / LibreOffice CommunityBuild ID: 20(Build:4) CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3 Locale: ja-JP (ja_JP.UTF-8); UI: en-US 7.2.0-2 Calc: threaded In my examination, it could be reproduced not only a file saved as ods format but also one as fods . The steps for my examination are as follows: 1. Open a new calc file 2. Go to Format -> Page Style -> Header 3. Check "Header on" 4. Enter 1.6 cm in "Height" 5. Go to Footer tab 6. Check "Footer on" 7. Enter 1.6 cm in "Height" 8. Click "OK" in the Page Style dialog 9. Enter something in A1 cell 10. Save the file with .fods format 11. Close the file 12. Reopen the saved file Expected Results: "Header on" and "Footer on" are checked and both height is 1.6 cm. Actual Results: "Header on" and "Footer on" are unchecked and both height is the default value; 0.50 cm. The attachment is the saved file. If you open it using a text editor, you will find those following lines: <style:header-style> <style:header-footer-properties fo:min-height="1.6cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-bottom="0cm"/> </style:header-style> <style:footer-style> <style:header-footer-properties fo:min-height="1.6cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm"/> </style:footer-style> I suppose that this issue occurs when a file is opened rather than a file is saved. -- You are receiving this mail because: You are the assignee for the bug.
