helpauthoring/filter/xmlhelp2soffice.xsl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cfc05699a5e541f0e0785ed342443506f272255f
Author: Regina Henschel <rb.hensc...@t-online.de>
Date:   Wed Oct 7 10:34:30 2015 +0200

    tdf#94201: No 'localize' on the 'switch' element.
    
    Change-Id: I25e4b5bc6dd1fc96121fcfb80d5e7b3ebaa07c09

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index 3175f39..e9221ad 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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to