diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Scripting.xcs | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs index fa9aacd52dfe..ca8374fa3cb8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- -*- fill-column: 100 -*- --> <!-- * This file is part of the LibreOffice project. * @@ -39,5 +39,29 @@ <desc>Lists the registered Scripting Framework runtimes.</desc> </info> </set> + <group oor:name="Basic"> + <info> + <desc>Contains settings for the Basic interpreter.</desc> + </info> + <group oor:name="Compatibility"> + <info> + <desc>Contains settings for the compatibility with previous version of this software or + with other software products. + </desc> + </info> + <prop oor:name="UseLibreOffice6FloatingPointConversion" oor:type="xs:boolean" oor:nillable="false"> + <info> + <!-- Yes, this description refers to a bug report and is technobabble. That is + intentional. This property is to be changed only by people who know what they are + doing. + --> + <desc>Whether conversion from strings to floating-point numbers in Basic should behave + as in LibreOffice 6, before the fix to tdf#97983. + </desc> + </info> + <value>false</value> + </prop> + </group> + </group> </component> </oor:component-schema> |