diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-26 23:02:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-26 23:03:14 +0100 |
commit | ca7f62c8262662c8f58a3fa3b298623f25b55eaa (patch) | |
tree | fa094c98fa77f90887457535684182abfe773619 /svgio/source | |
parent | 46ce83541b2670e72f1281f8d3a7df5af9c4aed2 (diff) |
Typos
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
Diffstat (limited to 'svgio/source')
-rw-r--r-- | svgio/source/svgreader/svgstyleattributes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx index fa71c63213cc..888c8d99c46f 100644 --- a/svgio/source/svgreader/svgstyleattributes.cxx +++ b/svgio/source/svgreader/svgstyleattributes.cxx @@ -2272,7 +2272,7 @@ namespace svgio if(maFontSize.isSet()) { // #122524# Handle Unit_percent realtive to parent FontSize (see SVG1.1 - // spec 10.10 Font selection properties \91font-size\92, lastline (klick 'normative + // spec 10.10 Font selection properties \91font-size\92, lastline (click 'normative // definition of the property') if(Unit_percent == maFontSize.getUnit()) { |