From 444217df4c55243d5110c18e1a67110b9893a862 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 25 Apr 2014 07:46:24 +0200 Subject: Clean up of style code: 'color' is not a paint. Step 1.1. Fixes bug 1312120. modified: src/id-clash.cpp unknown: .comments/ FILTERS/ doxygen/ style-internal.h share/attributes/attindex.html share/attributes/propidx.html share/symbols/FlowSymbolsNew.svg src/cxxtests src/cxxtests.cpp src/cxxtests.log src/cxxtests.xml src/ui/dialog/symbols.cpp_new (bzr r13302) --- src/id-clash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/id-clash.cpp') diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 8d852315f..66357b75b 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -58,7 +58,7 @@ const SPIPaint SPStyle::* SPIPaint_members[] = { &SPStyle::stroke, }; const char* SPIPaint_properties[] = { - "color", + //"color", "fill", "stroke", }; @@ -76,7 +76,7 @@ const char* other_url_properties[] = { #define NUM_OTHER_URL_PROPERTIES (sizeof(other_url_properties) / sizeof(*other_url_properties)) const char* clipboard_properties[] = { - "color", + //"color", "fill", "filter", "stroke", -- cgit v1.2.3