summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCor Nouws <cor.nouws@documentfoundation.org>2019-05-23 16:20:43 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-27 11:35:11 +0200
commit0d657498080aad86f4b97309fff9bf589c57dc2e (patch)
tree8aeb6b69b487ebea614b10edd88482fc5c8c1ec0 /officecfg
parente2df8f0245e93d7342fa6f65693b0d97639c3dae (diff)
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@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/72885 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'officecfg')
-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 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>