diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:31 +0000 |
commit | 3f7416c1b17492582f3824118179d93e61008fc1 (patch) | |
tree | ade5ba23d5acac2bd444f4cf44f367150f174cae /debian | |
parent | Disabling to show "donate" infobar. (diff) | |
download | libreoffice-3f7416c1b17492582f3824118179d93e61008fc1.tar.xz libreoffice-3f7416c1b17492582f3824118179d93e61008fc1.zip |
Disabling to show "get involved" infobar.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/registry/Setup_LastTimeGetInvolvedShown.xcd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Setup_LastTimeGetInvolvedShown.xcd b/debian/local/registry/Setup_LastTimeGetInvolvedShown.xcd new file mode 100644 index 0000000000..1bfdca006e --- /dev/null +++ b/debian/local/registry/Setup_LastTimeGetInvolvedShown.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/registry/Setup_LastTimeGetInvolvedShown.xcd --> + +<!-- Disabling to show "get involved" infobar. --> + +<?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" oor:name="Setup"> + <node oor:name="Product"> + <prop oor:name="LastTimeGetInvolvedShown"> + <value>2147483646</value> + </prop> + </node> + </oor:component-data> +</oor:data> |