https://bugs.documentfoundation.org/show_bug.cgi?id=157890
Bug ID: 157890
Summary: libreoffice conversion from odt to docx - fontsize is
not correct converted for empty text
Product: LibreOffice
Version: 7.5.4.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
if controlling space in document done using fontsize when converting from odt
to docx ( ms 2007 365 docx ) format the fontsize is not being honor.
Steps to Reproduce:
1. create libreoffice odt, the following example :
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )
2. open the odt file with libreoffice version 7.5.4.2 and select save as word
2007_365_docx format
3. the output is :
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 11]
example text2 (set font = Arial font_size = 11 )
Noted :
- the 2nd line which is the empty line should be font_size 5 instead of
font_size 11.
- in the case we have multiple of this empty line to control document
formatting,
it might not pick the parent font_size it might pick the previous correct
font_size.
Actual Results:
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 11]
example text2 (set font = Arial font_size = 11 )
Expected Results:
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )
Reproducible: Always
User Profile Reset: No
Additional Info:
This scenario is not an issue if the 2nd line has text ie
sampe_between_text1_text2,
only an issue if they are empty. we used the empty line with smaller size to
control the line height.
1. create libreoffice odt, the following example :
example text1 (set font = Arial font_size = 11 )
sampe_between_text1_text2 [set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )
2. open the odt file with libreoffice version 7.5.4.2 and select save as word
2007_365_docx format
3. the output is :
example text1 (set font = Arial font_size = 11 )
sampe_between_text1_text2 [set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )
--
You are receiving this mail because:
You are the assignee for the bug.