diff options
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()) { |