1
0
Fork 0

Disabling to use libreoffice print dialogs.

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

View file

@ -0,0 +1,15 @@
<!-- /usr/lib/libreoffice/share/registry/Common_UseSystemPrintDialog.xcd -->
<!-- Disabling to use libreoffice print dialogs. -->
<?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="Misc">
<prop oor:name="UseSystemPrintDialog">
<value>true</value>
</prop>
</node>
</oor:component-data>
</oor:data>