diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-03-14 15:35:26 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-05 00:13:13 +0200 |
commit | 9691f2652f157f375881aea3bf5e39d72a133e0f (patch) | |
tree | 004315d3e3b16330a9e1326ab33cf8524d4c1d88 /officecfg/registry | |
parent | 87a5be1cb579cb1e215c39990986c0a770c18b50 (diff) |
tdf#95885 Add new toolbar and toggle icons for Cell Protection
Change-Id: Ib0d7f2a8cc07988d27f5cf96e5c57727ad1eca71
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/35218
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 |
1 files changed, 8 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 6c0ebf974d89..a558ff951111 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -610,6 +610,14 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:CellProtection" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Cell Protection</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>9</value> + </prop> + </node> <node oor:name=".uno:DefinePrintArea" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Print Area</value> |