summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCor Nouws <oolst@nouenoff.nl>2018-09-27 23:45:04 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-10-16 10:44:05 +0200
commit2b0cb3cf4ac35dbe29b203d24adf5604a860cde5 (patch)
treedc3bfc7e044f8a5b0541f5927381584c7d48f830
parent27dadc070ec2c2a602d3c5b3494dd0bdc15c785f (diff)
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.heiko@gmail.com>
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs4
1 files changed, 2 insertions, 2 deletions
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>