summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.