diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-18 14:38:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-18 14:39:43 +0100 |
commit | 16d50ae144d4ddd86177bd35ddd0b79529fbf79e (patch) | |
tree | 271813ea3bfb9f9ce1e07e985f8e2560deb31e07 /officecfg | |
parent | 6d36a31df1726e45d5c4e3623354afe5c5ab814d (diff) |
add all the new conditional formats to the menu, related fdo#58778
Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index b5b8bfda6389..f23b383ccde1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -459,6 +459,16 @@ <value xml:lang="en-US">Data Bar...</value> </prop> </node> + <node oor:name=".uno:IconSetFormatDialog" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Icon Set...</value> + </prop> + </node> + <node oor:name=".uno:CondDateFormatDialog" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Date...</value> + </prop> + </node> <node oor:name=".uno:ConditionalFormatManagerDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Manage...</value> |