summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshell.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 09:02:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 09:02:11 +0000
commita19652ff75a9b95a9212c5c2b8cc1938a8b75e92 (patch)
tree07a46eccf48c2cf7968613d916e6d8645b341a7c /sd/source/ui/docshell/docshell.cxx
parenta96e7176723bf22a72c2745d7c5781be10a042d6 (diff)
INTEGRATION: CWS dialogdiet (1.20.28); FILE MERGED
2003/11/28 16:01:49 mba 1.20.28.1: #i22972#: Register HyperlinlDlg
Diffstat (limited to 'sd/source/ui/docshell/docshell.cxx')
-rw-r--r--sd/source/ui/docshell/docshell.cxx12
1 files changed, 4 insertions, 8 deletions
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 );
}