diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 14:10:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 14:10:24 +0000 |
commit | 8d0aeb5700349b4fb406280f4050986e6288f495 (patch) | |
tree | fa4a15029fd1db35052a5452c5326b9bfb2adb97 /sd/source/ui/docshell/docshell.cxx | |
parent | 4a82d5eb8269d762015fca9e3ea2cc572a8f5215 (diff) |
INTEGRATION: CWS impress11ea (1.24.20); FILE MERGED
2004/05/25 13:42:27 cl 1.24.20.1: #i28667# use correct slot id for new document
Diffstat (limited to 'sd/source/ui/docshell/docshell.cxx')
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 2b0ca7dc38d4..fbf294ae7a1b 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docshell.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2004-04-27 16:02:33 $ + * last change: $Author: rt $ $Date: 2004-06-17 15:10:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -227,7 +227,7 @@ SFX_IMPL_OBJECTFACTORY( simpress, SvGlobalName(SO3_SIMPRESS_CLASSID) ) { - DrawDocShell::Factory().SetCreateNewSlotId( SID_SD_AUTOPILOT ); + DrawDocShell::Factory().SetCreateNewSlotId( SID_NEWSD ); DrawDocShell::Factory().SetDocumentServiceName( String( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.PresentationDocument" ) ) ); DrawDocShell::Factory().RegisterMenuBar( SdResId( RID_DRAW_DEFAULTMENU ) ); DrawDocShell::Factory().RegisterAccel( SdResId( RID_DRAW_DEFAULTACCEL ) ); |