https://issues.apache.org/ooo/show_bug.cgi?id=122518
--- Comment #12 from Ariel Constenla-Haile <[email protected]> --- Special treatment for Layout/Other/TabStop --- a/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu +++ b/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu @@ -701,7 +701,7 @@ <node oor:name="Layout" > <node oor:name="Other" > <prop oor:name="TabStop"> - <value xml:lang="zh-CN">740</value> + <value xml:lang="en-US">740</value> </prop> </node> </node> This has to be reverted, the default in the schema is 1250, for zh-CN it should be 740. <prop oor:name="TabStop" oor:type="xs:int"> <info> <author>OS</author> <desc>Specifies the distance between tab stops [UNIT=1/100 mm].</desc> <label>Tab stops</label> </info> <value>1250</value> </prop> -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
