INTEGRATION: CWS dialogdiet (1.20.28); FILE MERGED

2003/11/28 16:01:49 mba 1.20.28.1: #i22972#: Register HyperlinlDlg
This commit is contained in:
Jens-Heiner Rechtien 2004-02-04 09:02:11 +00:00
parent a96e717672
commit a19652ff75

View file

@ -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 );
}