diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-26 01:50:36 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-10-27 01:41:47 +0000 |
commit | e7c6d29a8c85ae657f6de898c01d313dabff2674 (patch) | |
tree | eba437973cc42b71570ed43e5f0ac742169415ea /officecfg | |
parent | 167f10f846b58fd5a35d48a96fcec2d50c832fc6 (diff) |
TANGO: Add icons for table/sheet management
Change-Id: Ida1ce8b62d93f37c75d0fee5e7930c75f6dbdb33
Reviewed-on: https://gerrit.libreoffice.org/19593
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/WriterCommands.xcu | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 53eb5cbd8874..44727d9d8f34 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -833,6 +833,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Number Format...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:LoadStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1297,6 +1300,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">C~ell</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoUp" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1349,6 +1355,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Protect Cells</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoToEndOfLine" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1380,6 +1389,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Unprotect Cells</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoToEndOfDoc" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1967,6 +1979,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Split Table...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:WrapAnchorOnly" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |