1
0
Fork 0

Disabling to show "no offline help installed" popup.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 21:16:28 +02:00
parent 2de640139f
commit 04866c053b
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -0,0 +1,15 @@
<!-- /usr/lib/libreoffice/share/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>