diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-04-22 05:30:15 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-04-24 22:57:03 +0200 |
commit | c909609c28e12c2aba260dc565bd8c82aed28086 (patch) | |
tree | 6ed76a7d4d4b62bb382d912efd345485e1e7bb5b /officecfg | |
parent | b00a3185d1e4f20ae76db93c092b474cad62b54a (diff) |
tdf#84837 Comment submenu icon and remove hide/show all comments
Change-Id: Ifa0fd92363a4edc64e312a8b063179ce6ea30dd4
Reviewed-on: https://gerrit.libreoffice.org/36570
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index dc0797652f9f..6c0ebf974d89 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -2081,7 +2081,10 @@ </node> <node oor:name=".uno:SheetCommentMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Cell ~Comment</value> + <value xml:lang="en-US">Cell ~Comments</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> </prop> </node> <node oor:name=".uno:MergeCellsMenu" oor:op="replace"> |