Kaydet (Commit) 34d89d1e authored tarafından Tim Hardeck's avatar Tim Hardeck Kaydeden (comit) Michael Meeks

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.
üst fc1c44d1
......@@ -588,7 +588,7 @@
<desc>Indicates whether to show the autopilot when creating a new presentation.</desc>
<label>Start with AutoPilots</label>
</info>
<value>true</value>
<value>false</value>
</prop>
<prop oor:name="Layout" oor:type="xs:boolean">
<!-- OldPath: Impress/Other/New_Doc -->
......
......@@ -488,7 +488,7 @@ SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) :
OUString() ),
nDefaultObjectSizeWidth(8000),
nDefaultObjectSizeHeight(5000),
bStartWithTemplate( sal_True ),
bStartWithTemplate( sal_False ),
bMarkedHitMovesAlways( sal_True ),
bMoveOnlyDragging( sal_False ),
bCrookNoContortion( sal_False ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment