[Libreoffice-commits] core.git: filter/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Dec 5 16:34:20 UTC 2017


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

New commits:
commit 36c9eddf44b302bf1e9a9b88af8f89d3e2012df2
Author: Andrea Gelmini <andrea.gelmini at 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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at 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"/>


More information about the Libreoffice-commits mailing list