diff options
author | Peter Jentsch <pjotr@guineapics.de> | 2015-01-06 09:31:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-01-06 09:34:10 +0100 |
commit | 79412ad26ce1e0a9da5295357ea8892433d6d0a3 (patch) | |
tree | 2a33e6a705154b8fc3a31e60417057b04cb523ee | |
parent | de7a5eb44f942054c42157bf9243fb89a1d39368 (diff) |
fdo#50430: UOP import failed because of leading and trailing space in XSLT.
Change-Id: I5d802073505cec1800654e4413a161870506988e
-rw-r--r-- | filter/source/xslt/import/uof/uof2odf_presentation.xsl | 4 |
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'"> |