[Libreoffice-commits] core.git: officecfg/registry

Caolán McNamara caolanm at redhat.com
Thu Oct 5 19:29:47 UTC 2017


 officecfg/registry/data/org/openoffice/Setup.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 47580d75364cbf7c6c00c2cc557f4fb4d0505b98
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Oct 5 17:26:41 2017 +0100

    Related: rhbz#1422353 make dbaccess forms behave like other modules
    
    and start off by default maximized
    
    Change-Id: I21b720186a4d0b834092bd8b3b782d8ed611c822
    Reviewed-on: https://gerrit.libreoffice.org/43175
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu
index 84a7f67fb2a3..84a2bb68fa52 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -318,6 +318,9 @@
         <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:finalized="true">
           <value>private:factory/swriter</value>
         </prop>
+        <prop oor:name="ooSetupFactoryWindowAttributes">
+          <value>,,,;4;</value>
+        </prop>
         <prop oor:name="ooSetupFactoryCommandConfigRef">
           <value>WriterCommands</value>
         </prop>


More information about the Libreoffice-commits mailing list