summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs8
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index c74e508ef7b6..0f2918d53462 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2705,17 +2705,17 @@
<author>MAV</author>
<desc>Specifies whether SHA1 algorithm instead of SHA256 should be
used in ODF12 for StartKey and Checksum generation during
- encryption.</desc>
+ encryption. If true, compatible with older OOo/LibO versions.</desc>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
<prop oor:name="UseBlowfishInODF12" oor:type="xs:boolean">
<info>
<author>MAV</author>
<desc>Specifies whether Blowfish algorithm instead of AES should be
- used in ODF12 for encryption.</desc>
+ used in ODF12 for encryption. If true, compatible with older OOo/LibO versions.</desc>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
</group>
</group>