summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader')
-rw-r--r--svgio/source/svgreader/svgnode.cxx2
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 88cc39db92db..2ea11be2ad22 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -230,7 +230,7 @@ namespace svgio
// only changing some pointers.
// The alternative would be to create the style hierarchy for every element (or even
// for the element containing the hierarchy) in a vector of pointers and to use that.
- // Resetting the CssStyleParent on rOriginal is probably not needeed
+ // Resetting the CssStyleParent on rOriginal is probably not needed
// but simply safer to do.
const_cast< SvgStyleAttributes& >(rOriginal).setCssStyleParent(0);
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 1ca8d646c43a..ae9bb3a91bf6 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -305,7 +305,7 @@ namespace svgio
// add fill. Use geometry even for simple color fill when stroke
// is used, else text rendering and the geometry-based stroke will
- // normally not really match optically due to divrese system text
+ // normally not really match optically due to diverse system text
// renderers
if(aMergedArea.count() && (pFillGradient || pFillPattern || bStrokeUsed))
{
@@ -964,7 +964,7 @@ namespace svgio
{
const sal_uInt32 nPointIndex(b % nSubPolygonPointCount);
- // get entering and leaving tangents; this will search backward/froward
+ // get entering and leaving tangents; this will search backward/forward
// in the polygon to find tangents unequal to zero, skipping empty edges
// see basegfx descriptions)
// Hint: Mozilla, Inkscape and others use only leaving tangent for start marker