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:45:27 +0100
commit8944eaa774b64d4d903abc5c0b0631252c02a46d (patch)
treeb9e368054d0629c0b08454ee73a526e69f0b24f8
parent68086c59acd936d677dbc76473d34b484ec0b809 (diff)
fdo#57254: XHTML export: hidden text should not be visible
Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a (cherry picked from commit 23dee56dca5cbbed4cf97180b8dcfe12a6a8fa8f) Signed-off-by: Michael Stahl <mstahl@redhat.com>
-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="."/>