[Libreoffice-commits] .: officecfg/registry sd/source

Michael Meeks michael at kemper.freedesktop.org
Mon Nov 21 09:42:15 PST 2011


 officecfg/registry/schema/org/openoffice/Office/Impress.xcs |    2 +-
 sd/source/ui/app/optsitem.cxx                               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 34d89d1ef5830b14d31f1de61d973349e1f2da6c
Author: Tim Hardeck <thardeck at suse.com>
Date:   Fri Nov 18 15:20:10 2011 +0100

    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.

diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 16634f5..2876a29 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -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 -->
diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx
index d5eec0a..666ea0d 100644
--- a/sd/source/ui/app/optsitem.cxx
+++ b/sd/source/ui/app/optsitem.cxx
@@ -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 ),


More information about the Libreoffice-commits mailing list