filter/source/msfilter/util.cxx | 2 +- filter/source/xslt/export/wordml/ooo2wordml_draw.xsl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a2f249c722ed0fa6a78171a1241f913e9c4b383b Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:50 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri May 31 08:37:08 2019 +0200 Fix typo Change-Id: I5f7e6e52bb0826fc46ca842417e946633359dff8 Reviewed-on: https://gerrit.libreoffice.org/73237 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl index 3e009aefafc8..1e68ffe38012 100644 --- a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl +++ b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl @@ -1398,7 +1398,7 @@ <!-- end line special attribute--> <!-- polyline and polygon special attribute--> <xsl:if test="$ooshapename='polyline' or $ooshapename='polygon' "> - <!-- translate ' ' to in ' tranclate ',' to 'in,' --> + <!-- translate ' ' to in ' translate ',' to 'in,' --> <xsl:variable name="points"> <xsl:call-template name="points2points"> <xsl:with-param name="input_x" select="$x"/> @@ -1557,7 +1557,7 @@ <xsl:attribute name="src"> <xsl:value-of select="concat( 'wordml://', $fill-image-name)"/> </xsl:attribute> - <xsl:attribute name="o:titile"> + <xsl:attribute name="o:title"> <xsl:value-of select="$fill-image-name"/> </xsl:attribute> <xsl:attribute name="recolor"> commit 4a442fea5f97ad62d1bb19408c8ccea52fed6e45 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:58 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri May 31 08:36:49 2019 +0200 Fix typo Change-Id: Ie3774885344241983e3b6fd952b59cb01fe18ad3 Reviewed-on: https://gerrit.libreoffice.org/73230 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx index 4342eed296f7..a007c709b66a 100644 --- a/filter/source/msfilter/util.cxx +++ b/filter/source/msfilter/util.cxx @@ -116,7 +116,7 @@ sal_Unicode bestFitOpenSymbolToMSFont(sal_Unicode cChar, else { /* - Well we don't have an available substition, and we're + Well we don't have an available substitution, and we're in our private area, so give up and show a standard bullet symbol */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
