summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /svgio/source/svgreader
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'svgio/source/svgreader')
-rw-r--r--svgio/source/svgreader/svgcharacternode.cxx2
-rw-r--r--svgio/source/svgreader/svgnode.cxx2
-rw-r--r--svgio/source/svgreader/svgstylenode.cxx2
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/svgio/source/svgreader/svgcharacternode.cxx b/svgio/source/svgreader/svgcharacternode.cxx
index b2b127fd1d37..2fd439cfd854 100644
--- a/svgio/source/svgreader/svgcharacternode.cxx
+++ b/svgio/source/svgreader/svgcharacternode.cxx
@@ -448,7 +448,7 @@ namespace svgio
|| TextDecoration_overline == aDeco
|| TextDecoration_line_through == aDeco)
{
- // get the fill for decroation as described by SVG. We cannot
+ // get the fill for decoration as described by SVG. We cannot
// have different stroke colors/definitions for those, though
const SvgStyleAttributes* pDecoDef = rSvgStyleAttributes.getTextDecorationDefiningSvgStyleAttributes();
const basegfx::BColor aDecoColor(pDecoDef && pDecoDef->getFill() ? *pDecoDef->getFill() : aFill);
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index f08d2b2e36f1..4e90d511d910 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -211,7 +211,7 @@ namespace svgio
if(maCssStyleVector.empty())
{
- // return given original if no CssStlyes found
+ // return given original if no CssStyles found
return &rOriginal;
}
else
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index 42cc554a654e..61497fcde94a 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -84,7 +84,7 @@ namespace svgio
void SvgStyleNode::addCssStyleSheet(const OUString& aSelectors, const SvgStyleAttributes& rNewStyle)
{
// aSelectors: CssStyle selectors, any combination, no comma separations, no spaces at start/end
- // rNewStyle: the already preapared style to register on that name
+ // rNewStyle: the already prepared style to register on that name
if(!aSelectors.isEmpty())
{
std::vector< OUString > aSelectorParts;
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index bc61a4514418..79697c16a455 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -299,7 +299,7 @@ namespace svgio
drawinglayer::primitive2d::Primitive2DContainer aSequence;
// #i125258# check now if we need to init some style settings locally. Do not do this
- // in the constructor, there is not yet informatikon e.g. about existing CssStyles.
+ // in the constructor, there is not yet information e.g. about existing CssStyles.
// Here all nodes are read and interpreted
const_cast< SvgSvgNode* >(this)->initializeStyleAttributes();
@@ -590,7 +590,7 @@ namespace svgio
// no clip needed, but an invisible HiddenGeometryPrimitive2D
// to allow getting the full Svg range using the primitive mechanisms.
// This is needed since e.g. an SdrObject using this as graphic will
- // create a mapping transformation to exactly map the content to it's
+ // create a mapping transformation to exactly map the content to its
// real life size
const drawinglayer::primitive2d::Primitive2DReference xLine(
new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(