summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne de Bruijn <mail@arnedebruijn.nl>2012-12-11 18:23:38 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-11 19:40:50 +0100
commit23dee56dca5cbbed4cf97180b8dcfe12a6a8fa8f (patch)
treee00bd42d7102caf3f2657f0dca339373d2121431
parent374c9af20d93029d999ca21beb2b989e0a428b98 (diff)
fdo#57254: XHTML export: hidden text should not be visible
Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
index 986dd3d5d877..e56be2817e0c 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
@@ -79,7 +79,7 @@
</xsl:template>
<!-- text-shadow is a CSS2 feature and yet not common used in user-agents -->
- <xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow">
+ <xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow |@text:display">
<xsl:value-of select="substring-after(name(), ':')"/>
<xsl:text>:</xsl:text>
<xsl:value-of select="."/>