[Libreoffice-commits] core.git: svgio/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 08:11:40 UTC 2018


 svgio/source/svgreader/svgtools.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 694a433d5fbc9ab77dd37e7be9e79f3d3776eb24
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Sep 17 10:08:41 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Sep 17 10:09:53 2018 +0200

    remove duplicate line
    
    accidentally introduced with
       commit 23f9d2b092989c5f105144083e79066e3070afbc
        match_colorKeyword should be using static const lookup table
    
    Change-Id: I64c85504af6edba9f5e6a20b20ef245d43fd611b

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) ) },


More information about the Libreoffice-commits mailing list