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

Andrea Gelmini andrea.gelmini at gelma.net
Sat Dec 9 03:53:54 UTC 2017


 filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |    2 +-
 include/svx/framelink.hxx                            |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 61eafd7d39665dd6dc90e1d2b8ddaf7562fc58ed
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Dec 8 23:14:58 2017 +0100

    Fix typos
    
    Change-Id: I21d0277a010e589b1e3aa91be55cb515fa3bdc4d
    Reviewed-on: https://gerrit.libreoffice.org/46129
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-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 6ce8f408f0a4..e8cc703aa644 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 a unsupported formule:<xsl:value-of select="$v-formula"/>
+                    <xsl:message>Find an unsupported formulas:<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)"/>
diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx
index efbf27dc30af..ce7f09345a80 100644
--- a/include/svx/framelink.hxx
+++ b/include/svx/framelink.hxx
@@ -294,7 +294,7 @@ public:
  *                        always *pointing away* from the common StartPoint rOrigin
  *          bMirrored   : define if rStyle of one other BorderLine shall be mirrored (e.g. bottom-right edges)
  *      With multiple BorderLines the definitions have to be CounterClockWise. This will be
- *      ensured by StyleVectorTable sorting the entries, but knowing this may allow more efficcient
+ *      ensured by StyleVectorTable sorting the entries, but knowing this may allow more efficient
  *      data creation.
  *  rEndStyleVectorTable: All other BorderLines that have the same EndPoint. There are differences to
  *      the Start definitions:
@@ -302,10 +302,10 @@ public:
  *          - definitions have to be ClockWise for the EndBorderLines, will be ensured by sorting
  *
  *  If you take all this into account, you will gett correctly extended BorderLinePrimitive2D
- *  reprsentations for the new to be defined BorderLine. That extensions will overlap nicely
- *  with the corresponding BordreLines and take all multiple line definitions in the ::Style into
+ *  representations for the new to be defined BorderLine. That extensions will overlap nicely
+ *  with the corresponding BorderLines and take all multiple line definitions in the ::Style into
  *  account.
- *  The internal solver is *not limitied* to ::Style(s) with three parts (Left/Gap/Right), this is
+ *  The internal solver is *not limited* to ::Style(s) with three parts (Left/Gap/Right), this is
  *  just due to svx::frame::Style's definitions. A new solver based on this one can be created
  *  anytime using more mulötiple borders based on the more flexible
  *  std::vector< drawinglayer::primitive2d::BorderLine > if needed.


More information about the Libreoffice-commits mailing list