summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-29 18:39:46 +0530
committerRishabh Kumar <kris.kr296@yahoo.in>2016-07-29 14:52:56 +0000
commit7f262a41017685709c288b57c8f03244e8c6149e (patch)
tree130677ce67e64e47ab6341fa59a9ecac8fae2b63 /officecfg
parentbb01247f71a46fb7cae18b51516096adfd059bbc (diff)
[GSoC] Fix recent colors in color popup widget
Save recent colors in user configuration. Change-Id: I1637e9fe3150bd1892f72ff9df06dc2a7c3e1e9e Reviewed-on: https://gerrit.libreoffice.org/27688 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs10
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 2d9ea8cee647..5edc96c46edc 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3406,6 +3406,16 @@
</info>
</prop>
</group>
+ <group oor:name="UserColors">
+ <info>
+ <desc>Contains recent colors and custom colors</desc>
+ </info>
+ <prop oor:name="RecentColor" oor:type="oor:int-list" oor:nillable="false">
+ <info>
+ <desc>List of Recent colors</desc>
+ </info>
+ <value/> </prop>
+ </group>
<group oor:name="Help">
<info>
<desc>Contains settings that specify the common help settings.</desc>