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

Cor Nouws (via logerrit) logerrit at kemper.freedesktop.org
Thu May 23 21:21:19 UTC 2019


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

New commits:
commit f5b9590fc06811a9dff550c6998d1d1088507e23
Author:     Cor Nouws <cor.nouws at documentfoundation.org>
AuthorDate: Thu May 23 16:20:43 2019 +0200
Commit:     Xisco FaulĂ­ <xiscofauli at libreoffice.org>
CommitDate: Thu May 23 23:20:05 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>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 3b147dcfd25d..7eeb05e0dee3 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>
         <prop oor:name="SplitVerticalByDefault" oor:type="xs:boolean" oor:nillable="false">
           <info>


More information about the Libreoffice-commits mailing list