diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:09:26 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:45:48 +0000 |
commit | 7319f5faccc74dd1a0662c803a2c1428f7b7446e (patch) | |
tree | e77ff588bc2d58b8f3e5130190af3102e14b8ecb /svgio | |
parent | 82f0a4f9300ab3898925941ff541b3382b0175e0 (diff) |
Fix typos
Change-Id: Ic3d2171521e308261c354d8f699b44b26c95f1ea
Reviewed-on: https://gerrit.libreoffice.org/18978
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgnode.hxx | 2 | ||||
-rw-r--r-- | svgio/source/svgreader/svgnode.cxx | 2 | ||||
-rw-r--r-- | svgio/source/svgreader/svgstyleattributes.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svgio/inc/svgio/svgreader/svgnode.hxx b/svgio/inc/svgio/svgreader/svgnode.hxx index 129e3f5dc7d6..34a1505b4c45 100644 --- a/svgio/inc/svgio/svgreader/svgnode.hxx +++ b/svgio/inc/svgio/svgreader/svgnode.hxx @@ -112,7 +112,7 @@ namespace svgio // node hierarchy itself which also needs to be used in style entry solving SvgStyleAttributeVector maCssStyleVector; - /// possibbe local CssStyle, e.g. style="fill:red; stroke:red;" + /// possible local CssStyle, e.g. style="fill:red; stroke:red;" SvgStyleAttributes* mpLocalCssStyle; /// bitfield 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 |