diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-30 15:19:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-30 15:19:16 +0000 |
commit | bd2b2be1b710016e54cc326e916fd675837715e5 (patch) | |
tree | 25f82e8378bfb6b91fd48e61d614cac2343cc343 | |
parent | 106f712b55ecbd9bd26f8b4b28e4a7ef0124949e (diff) |
INTEGRATION: CWS fontlists03 (1.16.86); FILE MERGED
2004/08/09 13:43:41 hdu 1.16.86.1: #110298# fix font attribute description
-rw-r--r-- | officecfg/registry/schema/org/openoffice/VCL.xcs | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs index a6793d427f67..6069a4d19eb5 100644 --- a/officecfg/registry/schema/org/openoffice/VCL.xcs +++ b/officecfg/registry/schema/org/openoffice/VCL.xcs @@ -3,9 +3,9 @@ * * $RCSfile: VCL.xcs,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2004-07-05 13:34:51 $ + * last change: $Author: kz $ $Date: 2004-08-30 16:19:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,14 +90,14 @@ <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> </info> </prop> - <prop oor:name="FontWidth" oor:type="xs:string"> + <prop oor:name="FontWeight" oor:type="xs:string"> <info> - <desc>Specifies the font width. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc> + <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc> </info> </prop> - <prop oor:name="FontWeight" oor:type="xs:string"> + <prop oor:name="FontWidth" oor:type="xs:string"> <info> - <desc>Specifies the font weight. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc> + <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc> </info> </prop> <prop oor:name="FontType" oor:type="xs:string"> @@ -147,14 +147,3 @@ </component> </oor:component-schema> - - - - - - - - - - - |