summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-31 09:25:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-31 09:35:34 +0100
commit6f11653287ad41df935bf25ffd6ffe8e7acb3bb1 (patch)
tree5b5beb327402a60079bf44fcc93f2f6337d63223 /officecfg
parent2e31a37b87397e6d77cbffc127a0998f54e7f35c (diff)
Resolves: tdf#98097 no tooltip for colors in "Recent" colors area
cause the tip is the color name and that's not stored, so store the name when we have one, generate a #rrggbb if there isn't one and on loading the names, "repair" the names if the names didnt't exist because this option didn't exist when the colors were last saved Change-Id: I33d373081e8a5a46ac585bc55fe449dba0519f99
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs8
1 files changed, 7 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 394b00df4913..117f803a538a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3416,6 +3416,12 @@
</info>
<value/>
</prop>
+ <prop oor:name="RecentColorName" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of Recent color names</desc>
+ </info>
+ <value/>
+ </prop>
<prop oor:name="PaletteName" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Name of selected palette</desc>
@@ -3430,7 +3436,7 @@
</prop>
<prop oor:name="CustomColorName" oor:type="oor:string-list" oor:nillable="false">
<info>
- <desc>List of Custom colors</desc>
+ <desc>List of Custom color names</desc>
</info>
<value/>
</prop>