diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:24 +0000 |
commit | 621aa266601745ce00a76ce19c75198eed214693 (patch) | |
tree | fcb7a1d3bb4ab2137a34f18ff2f4e1c307b9542f /debian | |
parent | Including libreoffice configuration files for Progress Linux. (diff) | |
download | libreoffice-621aa266601745ce00a76ce19c75198eed214693.tar.xz libreoffice-621aa266601745ce00a76ce19c75198eed214693.zip |
Disabling to show "no offline help installed" popup.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/registry/Common_BuiltInHelpNotInstalledPopUp.xcd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Common_BuiltInHelpNotInstalledPopUp.xcd b/debian/local/registry/Common_BuiltInHelpNotInstalledPopUp.xcd new file mode 100644 index 0000000000..aafdec1d03 --- /dev/null +++ b/debian/local/registry/Common_BuiltInHelpNotInstalledPopUp.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/registry/Common_BuiltInHelpNotInstalledPopUp.xcd --> + +<!-- Disabling to show "no offline help installed" popup. --> + +<?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="Help"> + <prop oor:name="BuiltInHelpNotInstalledPopUp"> + <value>false</value> + </prop> + </node> + </oor:component-data> +</oor:data> |