diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-11-20 18:31:18 +0400 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-11-20 15:47:22 +0100 |
commit | 036a5177485b3c07b3297e4daae4c11331f4c8db (patch) | |
tree | ede8f116387f7266e83a1535ed8a66bc6925d9f3 /officecfg | |
parent | 9abd653129986d5aa8a07b8f8bb92b2d4254126e (diff) |
Move position of Formula in File > New to similar to start center
Change-Id: I3d5f81e444d2f48f2f2d90e474bd51dbd6a674b5
Reviewed-on: https://gerrit.libreoffice.org/44926
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index c7d198e38cd4..6b94ff9be853 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -155,7 +155,18 @@ <value>_default</value> </prop> </node> - <node oor:name="m4" oor:op="replace" install:module="base"> + <node oor:name="m4" oor:op="replace" install:module="math"> + <prop oor:name="URL" oor:type="xs:string"> + <value>private:factory/smath</value> + </prop> + <prop oor:name="Title"> + <value xml:lang="en-US">F~ormula</value> + </prop> + <prop oor:name="TargetName" oor:type="xs:string"> + <value>_default</value> + </prop> + </node> + <node oor:name="m5" oor:op="replace" install:module="base"> <prop oor:name="URL" oor:type="xs:string"> <value>private:factory/sdatabase?Interactive</value> </prop> @@ -169,7 +180,7 @@ <value>private:image/3245</value> </prop> </node> - <node oor:name="m5" oor:op="replace"> + <node oor:name="m6" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> <value>private:separator</value> </prop> @@ -177,7 +188,7 @@ <value>_default</value> </prop> </node> - <node oor:name="m6" oor:op="replace" install:module="writer"> + <node oor:name="m7" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> <value>private:factory/swriter/web</value> </prop> @@ -188,7 +199,7 @@ <value>_default</value> </prop> </node> - <node oor:name="m7" oor:op="replace" install:module="writer"> + <node oor:name="m8" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> <value>private:factory/swriter?slot=21053</value> </prop> @@ -199,7 +210,7 @@ <value>_default</value> </prop> </node> - <node oor:name="m8" oor:op="replace" install:module="writer"> + <node oor:name="m9" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> <value>private:factory/swriter/GlobalDocument</value> </prop> @@ -210,7 +221,7 @@ <value>_default</value> </prop> </node> - <node oor:name="m9" oor:op="replace"> + <node oor:name="m10" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> <value>private:separator</value> </prop> @@ -218,17 +229,6 @@ <value>_default</value> </prop> </node> - <node oor:name="m10" oor:op="replace" install:module="math"> - <prop oor:name="URL" oor:type="xs:string"> - <value>private:factory/smath</value> - </prop> - <prop oor:name="Title"> - <value xml:lang="en-US">F~ormula</value> - </prop> - <prop oor:name="TargetName" oor:type="xs:string"> - <value>_default</value> - </prop> - </node> <node oor:name="m11" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> <value>private:factory/swriter?slot=21051</value> |