diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-03 09:16:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-03 09:40:03 +0100 |
commit | 10628321ff5eae992cf0eb5f772b15e6894a704e (patch) | |
tree | 00af809374ce6a2737c1dd8e8e764e589869aeed | |
parent | a5cbbd69e168067f376e814e2f41d36a6dbb44a7 (diff) |
split ctl sequence check defaults from ctl defaults
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 10 | ||||
-rwxr-xr-x | officecfg/registry/data/org/openoffice/Office/makefile.mk | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 0227ec16249b..998ab38f2cf3 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -168,17 +168,17 @@ </prop> </node> <node oor:name="I18N"> - <node oor:name="CTL" install:module="ctl"> - <prop oor:name="CTLFont"> + <node oor:name="CTL"> + <prop oor:name="CTLFont" install:module="ctl"> <value >true</value> </prop> - <prop oor:name="CTLSequenceChecking" > + <prop oor:name="CTLSequenceChecking" install:module="ctlseqcheck"> <value >true</value> </prop> - <prop oor:name="CTLSequenceCheckingRestricted" > + <prop oor:name="CTLSequenceCheckingRestricted" install:module="ctlseqcheck"> <value >true</value> </prop> - <prop oor:name="CTLSequenceCheckingTypeAndReplace"> + <prop oor:name="CTLSequenceCheckingTypeAndReplace" install:module="ctlseqcheck"> <value >true</value> </prop> </node> diff --git a/officecfg/registry/data/org/openoffice/Office/makefile.mk b/officecfg/registry/data/org/openoffice/Office/makefile.mk index 31e228d567ad..596d2d897a62 100755 --- a/officecfg/registry/data/org/openoffice/Office/makefile.mk +++ b/officecfg/registry/data/org/openoffice/Office/makefile.mk @@ -83,6 +83,7 @@ MODULEFILES= \ Scripting-python.xcu \ Common-cjk.xcu \ Common-ctl.xcu \ + Common-ctlseqcheck.xcu \ Common-korea.xcu \ Paths-macosx.xcu \ Paths-unxwnt.xcu \ |