filter/source/xslt/import/wordml/wordml2ooo_draw.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ccc4a306ef8b7db1d2bc8a48cfdec896084b8839 Author: Julien Nabet <[email protected]> Date: Sat Dec 9 09:33:12 2017 +0100 Fix typo in wordml2000_draw Change-Id: I95d32b1e9b6058b35566d629a813a9f9a64e7e4e Reviewed-on: https://gerrit.libreoffice.org/46137 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl index e8cc703aa644..a2ba7fe34e03 100644 --- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl +++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl @@ -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)"/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
