diff options
Diffstat (limited to 'svgio/source/svgreader/svgstyleattributes.cxx')
-rw-r--r-- | svgio/source/svgreader/svgstyleattributes.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx index 15abeb022ff1..19e2bfd9bb91 100644 --- a/svgio/source/svgreader/svgstyleattributes.cxx +++ b/svgio/source/svgreader/svgstyleattributes.cxx @@ -1230,7 +1230,6 @@ namespace svgio maFontSizeNumber(), maFontStretch(FontStretch_notset), maFontStyle(FontStyle_notset), - maFontVariant(FontVariant_notset), maFontWeight(FontWeight_notset), maTextAlign(TextAlign_notset), maTextDecoration(TextDecoration_notset), @@ -1651,17 +1650,6 @@ namespace svgio } case SVGTokenFontVariant: { - if(!aContent.isEmpty()) - { - if(aContent.startsWith("normal")) - { - setFontVariant(FontVariant_normal); - } - else if(aContent.startsWith("small-caps")) - { - setFontVariant(FontVariant_small_caps); - } - } break; } case SVGTokenFontWeight: |