diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-02-21 03:59:08 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-02-22 13:46:17 +0000 |
commit | 46a0235cf8a20f15a470dfd91c460d20c02d5b6b (patch) | |
tree | 131e976a67a94eddc8dbcdd07047d44e21b62f0f /officecfg | |
parent | cbeab6ac386a59b27d5d589f7f68739c12a8d0ce (diff) |
tdf#91013 Create freeze cells submenu in the view menu
Change-Id: Icf1f61dda25d48f0b8e1b74492be21cbea8ed7b5
Reviewed-on: https://gerrit.libreoffice.org/22580
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-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 df6cfe1e1b86..40b3e6465eda 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -65,6 +65,14 @@ <value xml:lang="en-US">Remove ~Dependents</value> </prop> </node> + <node oor:name=".uno:FreezeCellsMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Freeze ~Cells</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:FreezePanes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Freeze ~Rows and Columns</value> |