From a19652ff75a9b95a9212c5c2b8cc1938a8b75e92 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 09:02:11 +0000 Subject: INTEGRATION: CWS dialogdiet (1.20.28); FILE MERGED 2003/11/28 16:01:49 mba 1.20.28.1: #i22972#: Register HyperlinlDlg --- sd/source/ui/docshell/docshell.cxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'sd/source/ui/docshell/docshell.cxx') diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index f4daef9123f4..806558f12d2a 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.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:53:47 $ + * last change: $Author: hr $ $Date: 2004-02-04 10:02:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -220,12 +220,8 @@ SFX_IMPL_OBJECTFACTORY( simpress, SvGlobalName(SO3_SIMPRESS_CLASSID) ) { - DrawDocShell::Factory().SetCreateNewSlotId( SID_SD_AUTOPILOT ); - DrawDocShell::Factory().SetDocumentServiceName( String( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.PresentationDocument" ) ) ); - //DrawDocShell::Factory().GetFilterContainer()->SetDetectFilter( &SdDLL::DetectFilter ); - DrawDocShell::Factory().RegisterMenuBar( SdResId( RID_DRAW_DEFAULTMENU ) ); - DrawDocShell::Factory().RegisterPluginMenuBar( SdResId( RID_DRAW_PORTALMENU ) ); - DrawDocShell::Factory().RegisterAccel( SdResId( RID_DRAW_DEFAULTACCEL ) ); + SFX_CHILDWINDOW_REGISTRATION(SID_SEARCH_DLG); + SFX_CHILDWINDOW_REGISTRATION( SID_HYPERLINK_INSERT ); } -- cgit