[Libreoffice-commits] .: officecfg/registry
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Jun 3 01:41:49 PDT 2011
officecfg/registry/data/org/openoffice/Office/Common.xcu | 10 +++++-----
officecfg/registry/data/org/openoffice/Office/makefile.mk | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
New commits:
commit c677264bc9af5951dac950e7343ebc6476e9ada9
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 3 09:16:53 2011 +0100
split ctl sequence check defaults from ctl defaults
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index f672cad..d7c97fd 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 31e228d..596d2d8 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 \
More information about the Libreoffice-commits
mailing list