diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-13 16:43:39 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-13 16:44:25 +0100 |
commit | 8f8f59ba08834517a1e6f65044cf200b7d8f9736 (patch) | |
tree | 2462307f371858fd3475455b1daf0d57f433f605 /officecfg | |
parent | 88285f84bdf54147ee5238e97d0d805fa1c127c1 (diff) |
Set preference View/NewDocumentHandling/ForceFocusAndToFront only on Windows
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 7 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 5b94fcf74728..215999a81a0c 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -34,6 +34,11 @@ <value install:module="wnt">1</value> </prop> </node> + <node oor:name="NewDocumentHandling"> + <prop oor:name="ForceFocusAndToFront"> + <value install:module="wnt">true</value> + </prop> + </node> <node oor:name="Localisation"> <prop oor:name="AutoMnemonic"> <value xml:lang="x-no-translate">true</value> @@ -98,7 +103,7 @@ <value xml:lang="tr">13</value> <value xml:lang="zh-CN">13</value> <value xml:lang="zh-TW">13</value> - </prop> + </prop> </node> <node oor:name="FontAntiAliasing" install:module="gconflockdown"> <prop oor:name="Enabled"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 74e0c0f409fd..df838f7ebdbd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2633,7 +2633,7 @@ <author>CD</author> <desc>Every new document window will be forced to front and grabs the focus.</desc> </info> - <value>true</value> + <value>false</value> </prop> </group> <group oor:name="AppWindow"> |