diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-08-12 00:56:18 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-08-12 08:07:31 +0200 |
commit | b8f263c2172a6ad51e2e07cf09c823aa28f3afa2 (patch) | |
tree | 24ffce473bec2474a354ff3ebeab76d6063e3958 /officecfg | |
parent | 6bc0e3f12f926450aaa72b56e2fd866fabe8c020 (diff) |
Draw menubar: add icons to shape menusection
Change-Id: Ia095375bc300e45ce4956867fc02472d1e11a0dc
Reviewed-on: https://gerrit.libreoffice.org/58890
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 18 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 15 |
2 files changed, 33 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 51faca943f2d..ffbc681f6702 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -351,6 +351,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Cross-fading...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:MeasureAttributes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -714,6 +717,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Duplicat~e...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:ManageLinks" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -822,6 +828,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Comb~ine</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:ConnectorToolbox" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1089,6 +1098,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Spl~it</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:PageStatus" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1125,11 +1137,17 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">C~onnect</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:Break" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Break</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:AdvancedMode" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 3d30a974ee06..d1db5e253ed4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3867,21 +3867,33 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Merge</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:Substract" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Subtract</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:EqualizeWidth" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Equalize ~Width</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:EqualizeHeight" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Equalize ~Height</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:SuperScript" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -3895,6 +3907,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">I~ntersect</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:SubScript" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |