diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-13 03:34:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-15 04:05:20 +0100 |
commit | 300b39cca53d770211312319338688bcbc3c4f28 (patch) | |
tree | a4eaa905dbdee35fd8514e8952f28b8d9b701c52 /officecfg | |
parent | 10b10580c46a69d25e987212bb127787300b871e (diff) |
don't create lock files for unit tests
special thanks to Stephan for the configuration part
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 2cee667ddb26..c74e508ef7b6 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6269,6 +6269,13 @@ </info> <value>true</value> </prop> + <prop oor:name="UseLocking" oor:type="xs:boolean"> + <info> + <desc>Allows to specify whether locking should be used at all. + Use this setting only for debugging purpose.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="ShowLinkWarningDialog" oor:type="xs:boolean"> <info> <author>THB</author> |