Update ooo320-m1
[ooovba.git] / applied_patches / 0410-autocorrect-accidental-caps-lock-officecfg.diff
blobeba5e7311cb4af1db209a0a45e0fcd7e7bb6c47a
1 diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=officecfg.vpj officecfg.clean/registry/schema/org/openoffice/Office/Common.xcs officecfg/registry/schema/org/openoffice/Office/Common.xcs
2 --- officecfg.clean/registry/schema/org/openoffice/Office/Common.xcs 2008-02-20 15:04:19.000000000 -0500
3 +++ officecfg/registry/schema/org/openoffice/Office/Common.xcs 2008-02-25 18:29:09.000000000 -0500
4 @@ -1194,6 +1194,15 @@ Dymamic border coloring means that when
5 </info>
6 <value>false</value>
7 </prop>
8 + <prop oor:name="CorrectAccidentalCapsLock" oor:type="xs:boolean">
9 + <!-- UIHints: Tools AutoCorrect/AutoFormat Options Correct accidental use of cAPS LOCK key -->
10 + <info>
11 + <author>Kohei Yoshida</author>
12 + <desc>Specifies whether or not to correct accidental use of CAPS lock key.</desc>
13 + <label>Correct accidental use of cAPS LOCK key</label>
14 + </info>
15 + <value>true</value>
16 + </prop>
17 <prop oor:name="ReplaceSingleQuote" oor:type="xs:boolean">
18 <!-- OldPath: AutoCorrect/Options/All -->
19 <!-- OldLocation: Soffice.cfg -->