summaryrefslogtreecommitdiff
path: root/helpauthoring
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2015-10-07 10:34:30 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-07 10:36:19 +0200
commitcfc05699a5e541f0e0785ed342443506f272255f (patch)
treea180686e2d982d69cf896fea26e7558f59ef9185 /helpauthoring
parenta010c418ff5940b0103745945658b4ff9b914eda (diff)
tdf#94201: No 'localize' on the 'switch' element.
Change-Id: I25e4b5bc6dd1fc96121fcfb80d5e7b3ebaa07c09
Diffstat (limited to 'helpauthoring')
-rw-r--r--helpauthoring/filter/xmlhelp2soffice.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl b/helpauthoring/filter/xmlhelp2soffice.xsl
index 3175f39d..e9221adc 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -1086,14 +1086,13 @@ SORT
######################################################
SWITCH
+ select (sys | appl | distrib ) #REQUIRED
- + localize CDATA #IMPLIED
######################################################
-->
<xsl:template match="switch">
<text:p text:style-name="hlp_aux_switch">
<text:span text:style-name="hlp_aux_tag">
<text:variable-set text:name="SWITCH_" text:value-type="string">
- <xsl:value-of select="concat('&lt;SWITCH select=&quot;',@select,'&quot; localize=&quot;',@localize,'&quot;&gt;')"/>
+ <xsl:value-of select="concat('&lt;SWITCH select=&quot;',@select,'&quot;&gt;')"/>
</text:variable-set>
</text:span>
<xsl:text></xsl:text>