solenv/bin/striplanguagetags.sh |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 83b729ebcf525d03ce4c0c85dd871c91968e78ac
Author: Eike Rathke <[email protected]>
Date:   Wed Jan 16 18:12:18 2013 +0100

    also strip fo:script and *:rfc-language-tag
    
    For future reference, before this gets forgotten.
    
    Change-Id: Ibe8d0ac673a12b53cb53169ba9afe721029375ff

diff --git a/solenv/bin/striplanguagetags.sh b/solenv/bin/striplanguagetags.sh
index 591e22f..4734306 100755
--- a/solenv/bin/striplanguagetags.sh
+++ b/solenv/bin/striplanguagetags.sh
@@ -44,6 +44,12 @@ cat > $XSL << EOF
 
 <xsl:template match="@fo:language"/>
 <xsl:template match="@fo:country"/>
+<xsl:template match="@fo:script"/>
+<xsl:template match="@number:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag"/>
+<xsl:template match="@table:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag-asian"/>
+<xsl:template match="@style:rfc-language-tag-complex"/>
 
 </xsl:stylesheet>
 EOF
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to