diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:45 +0000 |
commit | d49db51ef796c9a6001a13c9ec6ee6be990caca1 (patch) | |
tree | 1880b2fc8b429d658b3687e5f511860e95edf863 | |
parent | Disabling to show "what's new" infobar. (diff) | |
download | libreoffice-d49db51ef796c9a6001a13c9ec6ee6be990caca1.tar.xz libreoffice-d49db51ef796c9a6001a13c9ec6ee6be990caca1.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> |