Bug ID 1205956
Summary Export of .odt file to html produces incorrect output
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component LibreOffice
Assignee screening-team-bugs@suse.de
Reporter turtlevt@yahoo.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Created attachment 863259 [details]
odt file with right-aligned text

When a odt file is exported as a html file, text which is right-aligned in the
odt file is incorrectly given a style which aligns it to the left in the html
file.

odt file:

<style:style style:name="P1" style:family="paragraph"
style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="end"
style:justify-single-word="false"/>
<style:text-properties officeooo:rsid="00131f5a"
officeooo:paragraph-rsid="00131f5a"/>
</style:style>
.......

<text:p text:style-name="P1">Right aligned</text:p>

html file:

 .P1 { font-size:10pt; font-family:Courier; writing-mode:horizontal-tb;
direction:ltr;text-align:left ! important; }
.........

<p class="P1">Right aligned</p>


You are receiving this mail because: