diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:56 +0000 |
commit | d2a8b11225924d3edbcfbfb6711404f4ef2b888f (patch) | |
tree | 08e615803e9b85cfb815af05830f45b07d467a5e /debian | |
parent | Disabling to show "no offline help installed" popup. (diff) | |
download | libreoffice-d2a8b11225924d3edbcfbfb6711404f4ef2b888f.tar.xz libreoffice-d2a8b11225924d3edbcfbfb6711404f4ef2b888f.zip |
Enabling experimental features.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/registry/Common_ExperimentalMode.xcd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Common_ExperimentalMode.xcd b/debian/local/registry/Common_ExperimentalMode.xcd new file mode 100644 index 000000000..4565dabc3 --- /dev/null +++ b/debian/local/registry/Common_ExperimentalMode.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/registry/Common_ExperimentalMode.xcd --> + +<!-- Enabling experimental features. --> + +<?xml version="1.0"?> +<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry"> + <dependency file="main"/> + <oor:component-data oor:package="org.openoffice.Office" oor:name="Common"> + <node oor:name="Misc"> + <prop oor:name="ExperimentalMode"> + <value>true</value> + </prop> + </node> + </oor:component-data> +</oor:data> |