[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - officecfg/registry

Cor Nouws (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 09:35:52 UTC 2019


 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0d657498080aad86f4b97309fff9bf589c57dc2e
Author:     Cor Nouws <cor.nouws at documentfoundation.org>
AuthorDate: Thu May 23 16:20:43 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon May 27 11:35:11 2019 +0200

    Revert "tdf#113241 better default for number recognition options in Writer tables"
    
    This reverts commit 2b0cb3cf4ac35dbe29b203d24adf5604a860cde5.
    As per tdf#125371 there are changes in existing documents in cells that are re-calculated on file-open. IMO this needs to be fixed before this patch can be re-applied. As such there is no question on the changed settings in the Options.
    
    Change-Id: Ib748cc520d4d475097cd5fd7e5500456b34f0789
    Reviewed-on: https://gerrit.libreoffice.org/72860
    Tested-by: Jenkins
    Reviewed-by: Xisco FaulĂ­ <xiscofauli at libreoffice.org>
    Reviewed-on: https://gerrit.libreoffice.org/72885
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 259c3d2f4cf3..a5e6a121b03b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2296,7 +2296,7 @@
             <desc>Specifies whether only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
             <label>Number format recognition</label>
           </info>
-          <value>true</value>
+          <value>false</value>
         </prop>
         <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
           <!-- OldPath: Writer/Insert/IntoTables -->
@@ -2306,7 +2306,7 @@
             <desc>Specifies whether all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
             <label>Alignment</label>
           </info>
-          <value>true</value>
+          <value>false</value>
         </prop>
       </group>
     </group>


More information about the Libreoffice-commits mailing list