1
0
Fork 0

Disabling to show "what's new" infobar.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 21:16:36 +02:00
parent 12c156d1ed
commit ce59dc5cb8
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -0,0 +1,15 @@
<!-- /usr/lib/libreoffice/share/registry/Setup_ooSetupLastVersion.xcd -->
<!-- Disabling to show "what's new" 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="ooSetupLastVersion">
<value>9999</value>
</prop>
</node>
</oor:component-data>
</oor:data>