filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36c9eddf44b302bf1e9a9b88af8f89d3e2012df2
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Dec 5 15:05:46 2017 +0100

    Fix typo
    
    Change-Id: I6d00282ec472fb145cc31bced6f5c033e6936596
    Reviewed-on: https://gerrit.libreoffice.org/45881
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index fcff21e7e614..6ce8f408f0a4 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1977,7 +1977,7 @@
             </xsl:if>
         </xsl:element>
     </xsl:template>
-    <!--this template map word's points to svg:viewbox's point they are quite 
differect because word's use pt but svg's use 0.001cm as a unit-->
+    <!--this template map word's points to svg:viewbox's point they are quite 
different because word's use pt but svg's use 0.001cm as a unit-->
     <xsl:template name="wordpoints2oopoints">
         <xsl:param name="input_points"/>
         <xsl:param name="input_x"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to