summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdmod.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-12 15:55:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-12 15:55:50 +0000
commit2a28a8f6682c6243685697be8eae8489daa2aacd (patch)
treeba4c8d3393352642512ab174a0f32bed0ab68b7e /sd/source/ui/app/sdmod.cxx
parent9b28bce4b94caaebc9235180dbb4bd56c971f6ab (diff)
INTEGRATION: CWS impress44 (1.27.232); FILE MERGED
2005/04/06 08:39:16 cl 1.27.232.1: #i46427# do not call SfxModule() with an empty factory as first factory
Diffstat (limited to 'sd/source/ui/app/sdmod.cxx')
-rw-r--r--sd/source/ui/app/sdmod.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 0e3d09fb0..0bd98efbd 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdmod.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:20:58 $
+ * last change: $Author: obo $ $Date: 2005-04-12 16:55:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,9 +155,9 @@ SFX_IMPL_INTERFACE(SdModule, SfxModule, SdResId(STR_APPLICATIONOBJECTBAR))
|*
\************************************************************************/
-SdModule::SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObjFact)
+SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
: SfxModule( SfxApplication::CreateResManager("sd"), FALSE,
- pDrawObjFact, pGraphicObjFact, NULL ),
+ pFact1, pFact2, NULL ),
bWaterCan(FALSE),
pTransferClip(NULL),
pTransferDrag(NULL),