diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-13 15:27:41 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-01-26 16:35:37 +0000 |
commit | 67f4a9d73fbff816a90f26b76441f0e8cd6a1cca (patch) | |
tree | 1162b83bbdc5fa7ecad994640ed8d011b6c1e427 /officecfg | |
parent | 7f5a10a3aaf8b48156aeab168afb7648dae1e020 (diff) |
tdf#75471 Document is not focused when opening a second window
This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54.
Change-Id: I30fd747af1c332c361f5015641971fce45eaec01
Reviewed-on: https://gerrit.libreoffice.org/33271
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
Reviewed-by: Eike Rathke <erack@redhat.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 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> |