Kaydet (Commit) 4f351515 authored tarafından Robert Antoni Buj Gelonch's avatar Robert Antoni Buj Gelonch Kaydeden (comit) Adolfo Jayme Barrientos

tdf#75531 failed to convert the margins

Change-Id: I025c4c14bcae9c925809f44425fabb6bc3d66806
Reviewed-on: https://gerrit.libreoffice.org/15451Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 26b9122e
...@@ -755,6 +755,14 @@ ...@@ -755,6 +755,14 @@
<with-param name="style-name" select="'color'"/> <with-param name="style-name" select="'color'"/>
<with-param name="style-property" select="$style-element/style:text-properties/@fo:color"/> <with-param name="style-property" select="$style-element/style:text-properties/@fo:color"/>
</call-template> </call-template>
<call-template name="translate-style-property">
<with-param name="style-name" select="'margin-left'"/>
<with-param name="style-property" select="$style-element/style:paragraph-properties/@fo:margin-left"/>
</call-template>
<call-template name="translate-style-property">
<with-param name="style-name" select="'margin-right'"/>
<with-param name="style-property" select="$style-element/style:paragraph-properties/@fo:margin-right"/>
</call-template>
</if> </if>
</when> </when>
<otherwise> <otherwise>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment