summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-12-09 09:33:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-09 09:34:09 +0100
commitccc4a306ef8b7db1d2bc8a48cfdec896084b8839 (patch)
tree62c8056386da5524761741b623b1ba45cdde8c95 /filter/source/xslt
parent61eafd7d39665dd6dc90e1d2b8ddaf7562fc58ed (diff)
Fix typo in wordml2000_draw
Change-Id: I95d32b1e9b6058b35566d629a813a9f9a64e7e4e Reviewed-on: https://gerrit.libreoffice.org/46137 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2
1 files changed, 1 insertions, 1 deletions
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)"/>