diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 10:08:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 10:09:53 +0200 |
commit | 694a433d5fbc9ab77dd37e7be9e79f3d3776eb24 (patch) | |
tree | 571031a693bc3c4a56056973ec782dbefc989424 /svgio | |
parent | 9b4c6892630a98c1218aca72827f718184a4b5f0 (diff) |
remove duplicate line
accidentally introduced with
commit 23f9d2b092989c5f105144083e79066e3070afbc
match_colorKeyword should be using static const lookup table
Change-Id: I64c85504af6edba9f5e6a20b20ef245d43fd611b
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgtools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx index 9eec14a75ec0..27d14eeda9f1 100644 --- a/svgio/source/svgreader/svgtools.cxx +++ b/svgio/source/svgreader/svgtools.cxx @@ -636,7 +636,6 @@ namespace svgio typedef std::pair< OUString, Color > ColorTokenValueType; static const ColorTokenMapper aColorTokenMapperList { { ColorTokenValueType(OUString("aliceblue"), Color(240, 248, 255)) }, - { ColorTokenValueType(OUString("aliceblue"), Color(240, 248, 255) ) }, { ColorTokenValueType(OUString("antiquewhite"), Color(250, 235, 215) ) }, { ColorTokenValueType(OUString("aqua"), Color( 0, 255, 255) ) }, { ColorTokenValueType(OUString("aquamarine"), Color(127, 255, 212) ) }, |