On Wed, Apr 13, 2011 at 2:21 PM, Caolán McNamara <caol...@redhat.com> wrote:
> On Wed, 2011-04-13 at 14:07 +0300, Lior Kaplan wrote: > > I'm not sure how to change the the CTLSequenceChecking only for Hebrew > > (see http://openoffice.org/bugzilla/show_bug.cgi?id=61863). > > > > Any help appreciated. > > IMO that CTLSequenceChecking should only be turned on for e.g. Thai, and > not generically on for all CTL languages. > > You can find it at > > http://opengrok.libreoffice.org/xref/libs-core/officecfg/registry/data/org/openoffice/Office/Common.xcu > > We should turn of *off* by default, and change install:module="ctl" to > install:module="thai" and have a little thai-specific one to turn it > *on* for that case. See the "korea" one for an example. > Following your hint, here's the patch to fix #i61863. It disables squence checking for CTL languages and enables it for Thai. --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -173,6 +173,17 @@ <value >true</value> </prop> <prop oor:name="CTLSequenceChecking" > + <value >false</value> + </prop> + <prop oor:name="CTLSequenceCheckingRestricted" > + <value >false</value> + </prop> + <prop oor:name="CTLSequenceCheckingTypeAndReplace"> + <value >false</value> + </prop> + </node> + <node oor:name="CTL" install:module="thai"> + <prop oor:name="CTLSequenceChecking" > <value >true</value> </prop> <prop oor:name="CTLSequenceCheckingRestricted" >
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice