diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:28 +0000 |
commit | cdbd329aa4af3b4e6f628ee0c20efbb49b2636e6 (patch) | |
tree | d7b2c78e288f732c2f639b698e373342590de97f /debian | |
parent | Disabling to show "tip of the day" window. (diff) | |
download | libreoffice-cdbd329aa4af3b4e6f628ee0c20efbb49b2636e6.tar.xz libreoffice-cdbd329aa4af3b4e6f628ee0c20efbb49b2636e6.zip |
Disabling to use libreoffice print dialogs.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 0000000000..fd094e3e38 --- /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> |