diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-13 15:27:41 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-13 15:35:15 +0100 |
commit | 08316e7b2fd913dc20f9477d161b48d8e676a9bb (patch) | |
tree | 215905b4b6f3c0decce54fb76e063740af890284 /officecfg/registry | |
parent | 3107a5d0e9ff7a3ccaac536606a733767886d438 (diff) |
tdf#96011 Document is not focused when opening a second window
This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54.
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 00ba109fe6fd..e45beb406041 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -27,7 +27,7 @@ </node> <node oor:name="NewDocumentHandling"> <prop oor:name="ForceFocusAndToFront"> - <value install:module="wnt">false</value> + <value install:module="wnt">true</value> </prop> </node> </node> |