diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:55 +0000 |
commit | 2803be4d48de50ed8dbacc3104d7e3b9239be510 (patch) | |
tree | 4faaaab3270e6ec7aeabcde6902c8264c69bd566 | |
parent | Including libreoffice configuration files for Progress Linux. (diff) | |
download | libreoffice-2803be4d48de50ed8dbacc3104d7e3b9239be510.tar.xz libreoffice-2803be4d48de50ed8dbacc3104d7e3b9239be510.zip |
Disabling to show "no offline help installed" popup.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 000000000..aafdec1d0 --- /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> |