Disabling showing "Select a Template" window in impress.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
ce59dc5cb8
commit
9ed0a29b6a
1 changed files with 17 additions and 0 deletions
17
debian/local/registry/Impress_AutoPilot.xcd
vendored
Normal file
17
debian/local/registry/Impress_AutoPilot.xcd
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!-- /usr/lib/libreoffice/share/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>
|
Loading…
Add table
Add a link
Reference in a new issue