summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2018-07-03 23:13:05 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-08-19 12:25:46 +0200
commite68783344a88b827c5fe6a0fd1174b36d75d4d3c (patch)
tree53143eea3ed1e5051551ff718927ebf20a36f0f2 /officecfg
parent1a3bf54159f71f8feb67c89fa1e2452c31fc8701 (diff)
Menubar Calc: update sheet menuentry according to table in writer
Calc sheet menubar entry First section was use the same items than writer so the WriterCategories were moved to GenericCategorie Main benefit is that app specific items are centralized in sheets - Format -> Row, Columns and Merge items are in Sheet on the same subsection than writer - Format -> Print Range was moved from Format to Sheet where SplitTable is in writer - Format -> Conditional and Style stuff was moved to Sheet where the Style stuff is located in writer. In writer there are NO Style items in Format - Tools -> Protect and View -> Protect is centralized in Sheet like in Writer -> Table - Sheet -> Comments are now in Edit -> Comments like i writer open point: Sheet -> Size -> The entries has to be renamed to be more clear (like already in writer) Change-Id: Ic014ccc260dd3264ef6e79a2b71d268e40f22088 Reviewed-on: https://gerrit.libreoffice.org/56912 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu20
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu20
2 files changed, 20 insertions, 20 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index d1db5e253ed4..d6957a4c29d4 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2508,6 +2508,26 @@
<value>1</value>
</prop>
</node>
+ <node oor:name=".uno:TableInsertMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Insert</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:TableDeleteMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Delete</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:TableSelectMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Select</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:TableAutoFitMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Si~ze</value>
+ </prop>
+ </node>
<node oor:name=".uno:VerticalCaption" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Vertical Callouts</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b185aac57576..5856bb024d17 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2677,26 +2677,6 @@
<value xml:lang="en-US">T~able</value>
</prop>
</node>
- <node oor:name=".uno:TableInsertMenu" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Insert</value>
- </prop>
- </node>
- <node oor:name=".uno:TableDeleteMenu" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Delete</value>
- </prop>
- </node>
- <node oor:name=".uno:TableSelectMenu" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Select</value>
- </prop>
- </node>
- <node oor:name=".uno:TableAutoFitMenu" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Si~ze</value>
- </prop>
- </node>
<node oor:name=".uno:TableConvertMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Convert</value>