diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-13 15:27:41 +0100 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2017-01-31 14:21:21 +0000 |
commit | ab757c9b8f1e3c87c1cb0e651402c1d66100d1ad (patch) | |
tree | ea09e14645f33232d70d906e7f28a9e1dc140087 /officecfg | |
parent | d7b0c600e0873c2924089e024e59083b9957899a (diff) |
tdf#96011 Document is not focused when opening a second window
This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54.
Change-Id: Icddfc787a3300b54fea7393c07a7058711d582d6
Reviewed-on: https://gerrit.libreoffice.org/33757
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'officecfg')
-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 6bf85a293a2d..140a96030504 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 oor:name="Localisation"> |