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

New commits:
commit 2b0cb3cf4ac35dbe29b203d24adf5604a860cde5
Author:     Cor Nouws <oo...@nouenoff.nl>
AuthorDate: Thu Sep 27 23:45:04 2018 +0200
Commit:     Heiko Tietze <tietze.he...@gmail.com>
CommitDate: Tue Oct 16 10:44:05 2018 +0200

    tdf#113241 better default for number recognition options in Writer tables
    
    Change-Id: Ibcaa185dc16953302ed04fab65153e4275709ad9
    Reviewed-on: https://gerrit.libreoffice.org/61065
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <tietze.he...@gmail.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 164d74e24dc5..f922e54e80ba 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>false</value>
+          <value>true</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>false</value>
+          <value>true</value>
         </prop>
       </group>
     </group>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to