summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-08 23:14:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-09 04:51:56 +0100
commit61eafd7d39665dd6dc90e1d2b8ddaf7562fc58ed (patch)
tree2a9a4e137c2fe5aa6b5fc84ce066e3b7884a2f76
parent0036992ceb8787484e2b2c6d46844a9aedb4a411 (diff)
Fix typos
Change-Id: I21d0277a010e589b1e3aa91be55cb515fa3bdc4d Reviewed-on: https://gerrit.libreoffice.org/46129 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2
-rw-r--r--include/svx/framelink.hxx8
2 files changed, 5 insertions, 5 deletions
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.