diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:57 +0000 |
commit | b0b522d966e76d3d58b744e15276c53ba5e62a30 (patch) | |
tree | 7e8092d8e38c148a37f1070f0f0ff1168878c900 /debian/local/registry | |
parent | Disabling to show "tip of the day" window. (diff) | |
download | libreoffice-b0b522d966e76d3d58b744e15276c53ba5e62a30.tar.xz libreoffice-b0b522d966e76d3d58b744e15276c53ba5e62a30.zip |
Disabling to use libreoffice print dialogs.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/registry')
-rw-r--r-- | debian/local/registry/Common_UseSystemPrintDialog.xcd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Common_UseSystemPrintDialog.xcd b/debian/local/registry/Common_UseSystemPrintDialog.xcd new file mode 100644 index 000000000..fd094e3e3 --- /dev/null +++ b/debian/local/registry/Common_UseSystemPrintDialog.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/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> |