https://bugs.documentfoundation.org/show_bug.cgi?id=153811
--- Comment #6 from BogdanB <[email protected]> --- Based on Documentation, in a document with 3 pages and NO offset: Page 1 is Page 1 Page 2 is Page 2 Page 3 is Page 3 Expected: In the same document with 3 pages and with an offset of 2, based of documentation: Page 1 is Page 3 Page 2 doesn't have a number (should be 4, but there is no a 4-th page) Page 3 doesn't have a number (should be 5, but there is no a 5-th page) Actual Result: Page 1 is Page 3 [OK] Page 2 is Page 4 (in spite of not having 4 pages in total) [NOT ok] Page 3 doesn't have a number (should be 5, but there is no a 5-th page), so is correct based on documentation. Documentation: https://help.libreoffice.org/7.6/en-US/text/swriter/01/04090001.html With an Offset value of 1, the field will display a number that is 1 more than the current page number, but only if a page with that number exists. On the last page of the document, this same field will be empty. -- You are receiving this mail because: You are the assignee for the bug.
