Kaydet (Commit) ccc4a306 authored tarafından Julien Nabet's avatar Julien Nabet

Fix typo in wordml2000_draw

Change-Id: I95d32b1e9b6058b35566d629a813a9f9a64e7e4e
Reviewed-on: https://gerrit.libreoffice.org/46137Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 61eafd7d
......@@ -1900,7 +1900,7 @@
<xsl:value-of select="concat( $value1 , '+' , $value2 , '*pi/180',' - ' ,$value3 , '*pi/180' )"/>
</xsl:when>
<xsl:otherwise>
<xsl:message>Find an unsupported formulas:<xsl:value-of select="$v-formula"/>
<xsl:message>Find an unsupported formula:<xsl:value-of select="$v-formula"/>
</xsl:message>
<!--<xsl:value-of select="'0'"/><-for release use-->
<xsl:value-of select="concat('not found this:', $v-formula)"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment