Bug 44770

Summary: Writer FILESAVE: document, saved by LibO 3.5.0 opens incorrectly in LibO 3.3.4 and 3.4.3
Product: LibreOffice Reporter: sasha.libreoffice
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: medium    
Version: 3.5.0 Beta1   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description sasha.libreoffice 2012-01-14 01:53:14 UTC
When we save page in LibO 3.5.0 with default page format and then open in LibO previous versions, document opens incorrectly: right page margin becomes 0 cm. This is because office saves in file styles.xml inside of odt as this:
LibO 3.3.4:
fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm"
LibO 3.5.0:
fo:margin="2cm"

and previous versions of LibO can not understand this.
Workaround: change right margin from 2cm to 2.01cm.
My be makes sense change right margin in default template of LibO 3.5.0 for users can not encounter this problem?

reproduced on Fedora 64 bit and WindowsXP 32 bit on LibO 3.4.3 and 3.3.4
Comment 1 Lior Kaplan 2012-01-14 01:59:15 UTC

*** This bug has been marked as a duplicate of bug 43862 ***