summaryrefslogtreecommitdiffstats
path: root/src/id-clash.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-04-25 05:46:24 +0000
committertavmjong-free <tavmjong@free.fr>2014-04-25 05:46:24 +0000
commit444217df4c55243d5110c18e1a67110b9893a862 (patch)
tree9eafad7a655fa0c132a579dbc3860adfad2f3418 /src/id-clash.cpp
parentClean up of style code: refactor marker properties. Step 3. (diff)
downloadinkscape-444217df4c55243d5110c18e1a67110b9893a862.tar.gz
inkscape-444217df4c55243d5110c18e1a67110b9893a862.zip
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)
Diffstat (limited to 'src/id-clash.cpp')
-rw-r--r--src/id-clash.cpp4
1 files changed, 2 insertions, 2 deletions
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",