summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-06 12:33:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-06 12:33:06 +0100
commit2cb0e28f82fd35a860ce00f229d17e4ccf1839ec (patch)
treeed650bb1377611b6a2b21ce26a672ef4ce3a8b31 /officecfg
parent70b40157a66a552c3e93b9c0327e2c9cb8c372bc (diff)
turn off NumberRecognition in writer, its surprising behaviour
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 9abada415f..d75708e9c1 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2403,7 +2403,7 @@
<desc>Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
<label>Number recognition</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
<!-- OldPath: Writer/Insert/IntoTables -->
@@ -2414,7 +2414,7 @@
<desc>Specifies if 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">
<!-- OldPath: Writer/Insert/IntoTables -->