diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-01-23 21:30:11 +0100 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-26 18:53:18 +0000 |
commit | 68155a68578a0f4066c1c566c2d378bbae05c216 (patch) | |
tree | 1d2d697e23a350a5f35b4539aef31c55ae0c4403 /officecfg | |
parent | 5b37ec6eb19ec2bd5020b54197cd554f1b645a4f (diff) |
tdf#105483: let's put lowercase Greek letter in italic
and let uppercase one in non italic
See comments from tdf#52225 in addition to initial description of this one
+ adapt QA tests associated (keep on to test "0" case)
Change-Id: Ia84685fc5d336dd96b97d02c0e81f92e7966a6f1
Reviewed-on: https://gerrit.libreoffice.org/33480
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index c89c7795129a..75d88ece69f0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -412,7 +412,7 @@ </info> </maxInclusive> </constraints> - <value>0</value> + <value>2</value> </prop> <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Math/StandardFormat --> |