summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Math.xcs
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-07-28 09:46:36 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-07-28 09:46:36 +0200
commit0319bf68ea594167312e15df50148994daa31357 (patch)
tree451d3c0d7aecb28d4a9e3b1a1e74cb218abe3953 /officecfg/registry/schema/org/openoffice/Office/Math.xcs
parentdec8e657ceffb60df8585ab16887bffaa2cdda6e (diff)
cws tl83: #i113276# default layout for 'Greek' characters changed; added new property 'GreekCharStyle'
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Math.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs23
1 files changed, 22 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index caa8726b7c72..31f6e00a230a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -402,7 +402,28 @@
</info>
<value>false</value>
</prop>
- <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean">
+ <prop oor:name="GreekCharStyle" oor:type="xs:short">
+ <!-- UIHints: n/a yet -->
+ <info>
+ <author>TL</author>
+ <desc>Specifies the default layout for symbols from the 'Greek' symbol set.</desc>
+ <label>Greek character style</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="2">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean">
<!-- OldPath: Math/StandardFormat -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets -->