Start Impress without the wizard by default
This one-liner prevents the Impress Wizard from getting started automatically. The assistant should now only appear if File -> Wizards -> Presentation is used.
This commit is contained in:
committed by
Michael Meeks
parent
fc1c44d1dd
commit
34d89d1ef5
@@ -588,7 +588,7 @@
|
|||||||
<desc>Indicates whether to show the autopilot when creating a new presentation.</desc>
|
<desc>Indicates whether to show the autopilot when creating a new presentation.</desc>
|
||||||
<label>Start with AutoPilots</label>
|
<label>Start with AutoPilots</label>
|
||||||
</info>
|
</info>
|
||||||
<value>true</value>
|
<value>false</value>
|
||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="Layout" oor:type="xs:boolean">
|
<prop oor:name="Layout" oor:type="xs:boolean">
|
||||||
<!-- OldPath: Impress/Other/New_Doc -->
|
<!-- OldPath: Impress/Other/New_Doc -->
|
||||||
|
@@ -488,7 +488,7 @@ SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) :
|
|||||||
OUString() ),
|
OUString() ),
|
||||||
nDefaultObjectSizeWidth(8000),
|
nDefaultObjectSizeWidth(8000),
|
||||||
nDefaultObjectSizeHeight(5000),
|
nDefaultObjectSizeHeight(5000),
|
||||||
bStartWithTemplate( sal_True ),
|
bStartWithTemplate( sal_False ),
|
||||||
bMarkedHitMovesAlways( sal_True ),
|
bMarkedHitMovesAlways( sal_True ),
|
||||||
bMoveOnlyDragging( sal_False ),
|
bMoveOnlyDragging( sal_False ),
|
||||||
bCrookNoContortion( sal_False ),
|
bCrookNoContortion( sal_False ),
|
||||||
|
Reference in New Issue
Block a user