diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:33 +0000 |
commit | d1fd1b740230d9ddcec6e6c8f289c5cf08734630 (patch) | |
tree | 81831922b338e854d5c54a3f0466a1768e6a853d /debian/local/registry | |
parent | Disabling to show "what's new" infobar. (diff) | |
download | libreoffice-d1fd1b740230d9ddcec6e6c8f289c5cf08734630.tar.xz libreoffice-d1fd1b740230d9ddcec6e6c8f289c5cf08734630.zip |
Disabling showing "Select a Template" window in impress.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/registry')
-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 0000000000..fc598d0a69 --- /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> |