diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:25:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:25:09 +0000 |
commit | 5af8ea9d92369b028b1521b35bbcb57396706cf1 (patch) | |
tree | 9e5123e828221b455c72788eb25059ce92ed5c41 | |
parent | b8cddb0e401f89e7cb9c42f519433005042efc46 (diff) |
INTEGRATION: CWS os113 (1.21.284); FILE MERGED
2008/05/09 15:16:14 os 1.21.284.2: RESYNC: (1.21-1.22); FILE MERGED
2008/05/08 11:54:45 os 1.21.284.1: #i54397# NumberRecognition switched on and Alignment switched off
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index 11a84dac9c11..6063ce1b55c9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: WriterWeb.xcs,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -903,7 +903,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>false</value> + <value>true</value> </prop> <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean"> <!-- OldPath: HTML_Editor/Insert/IntoTables --> @@ -925,7 +925,7 @@ <desc>Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True).</desc> <label>Alignment</label> </info> - <value>true</value> + <value>false</value> </prop> </group> </group> |