summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorPeter Jentsch <pjotr@guineapics.de>2015-01-06 09:31:18 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-06 09:03:04 +0000
commit9417a42c29bcd695471736c944c7144f7b275229 (patch)
treea53a990ef794adb9126916afbac6ac787d06dd2b /filter
parent1ae0e6938b58cb94403aa71eeaf73ef9785b38e8 (diff)
fdo#50430: UOP import failed because of leading and trailing space in XSLT.
Change-Id: I5d802073505cec1800654e4413a161870506988e Reviewed-on: https://gerrit.libreoffice.org/13761 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/import/uof/uof2odf_presentation.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/import/uof/uof2odf_presentation.xsl b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
index 9e2d2cf5ef18..5150da381f13 100644
--- a/filter/source/xslt/import/uof/uof2odf_presentation.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
@@ -1341,7 +1341,7 @@
<xsl:attribute name="smil:end">next</xsl:attribute>
</xsl:when>
<xsl:when test="演:定时/@演:重复='until next slide' ">
- <xsl:attribute name="smil:repeatCount ">indefinite</xsl:attribute>
+ <xsl:attribute name="smil:repeatCount">indefinite</xsl:attribute>
</xsl:when>
<xsl:when test="演:定时/@演:重复 !='none'">
<xsl:attribute name="smil:repeatCount"><xsl:value-of select="演:定时/@演:重复"/></xsl:attribute>
@@ -2745,7 +2745,7 @@
<xsl:choose>
<xsl:when test="@字:字下划线 = 'true'">
<xsl:attribute name="style:text-underline">single</xsl:attribute>
- <xsl:attribute name=" style:text-underline-color">font-color</xsl:attribute>
+ <xsl:attribute name="style:text-underline-color">font-color</xsl:attribute>
<xsl:attribute name="fo:score-spaces">false</xsl:attribute>
</xsl:when>
<xsl:when test="@字:类型 = 'thick'">