diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:31 +0000 |
commit | 658d93ae74cf789244cfd4134bba9715f12055eb (patch) | |
tree | ad02d712ad2cc819792f3e9305c198de4d279806 | |
parent | Including libreoffice configuration files for Progress Linux. (diff) | |
download | libreoffice-658d93ae74cf789244cfd4134bba9715f12055eb.tar.xz libreoffice-658d93ae74cf789244cfd4134bba9715f12055eb.zip |
Disabling to show "no offline help installed" popup.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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> |