diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:11:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:11:00 +0000 |
commit | 62a3f17feeaf8ea7e51ad949634f458ecc2def45 (patch) | |
tree | 43d40b7e93074e5df1ee66d02b8fc08af7b19c2a | |
parent | Disabling to show "what's new" infobar. (diff) | |
download | libreoffice-62a3f17feeaf8ea7e51ad949634f458ecc2def45.tar.xz libreoffice-62a3f17feeaf8ea7e51ad949634f458ecc2def45.zip |
Disabling showing "Select a Template" window in impress.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/registry/Impress_AutoPilot.xcd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/local/registry/Impress_AutoPilot.xcd b/debian/local/registry/Impress_AutoPilot.xcd new file mode 100644 index 000000000..fc598d0a6 --- /dev/null +++ b/debian/local/registry/Impress_AutoPilot.xcd @@ -0,0 +1,17 @@ +<!-- /etc/libreoffice/registry/Impress_AutoPilot.xcd --> + +<!-- Disabling showing "Select a Template" window. --> + +<?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="Impress"> + <node oor:name="Misc"> + <node oor:name="NewDoc"> + <prop oor:name="AutoPilot"> + <value>false</value> + </prop> + </node> + </node> + </oor:component-data> +</oor:data> |