diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 10:50:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 10:50:20 +0000 |
commit | 8c1e0790adc781e944376abd570a37523300863d (patch) | |
tree | efc34c844bca5d1219ea6e5b1a5da1f791602b47 /officecfg | |
parent | 8db97e4fcb4fd3a2eb500c082dd9a082f20faddc (diff) |
INTEGRATION: CWS calchtmlnumbers (1.115.52); FILE MERGED
2006/06/09 19:56:41 er 1.115.52.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 974953fb1438..ca2e742e7512 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.117 $ + * $Revision: 1.118 $ * - * last change: $Author: rt $ $Date: 2006-06-26 09:53:23 $ + * last change: $Author: obo $ $Date: 2006-07-10 11:50:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4530,6 +4530,15 @@ Dymamic border coloring means that when the mouse is hovered over a control, and <info> <desc>Contains settings for HTML import.</desc> </info> + <prop oor:name="NumbersEnglishUS" oor:type="xs:boolean"> + <!-- UIHints: Tools Options Load/Save - HTML Compability [Section] Import --> + <info> + <author>ER</author> + <desc>Specifies if numbers should be parsed according to the en-US locale instead of the user's locale.</desc> + <label>Use 'English (USA)' locale for numbers</label> + </info> + <value>false</value> + </prop> <prop oor:name="UnknownTag" oor:type="xs:boolean"> <!-- OldPath: Browser/HTML/Import --> <!-- OldLocation: soffice.cfg --> |