diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:14:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:14:40 +0000 |
commit | 7578f46ef63f0976f255eb1e3467ddace3c52028 (patch) | |
tree | 9a8c71e76c9b796e442babb26332426fc0b361b1 /sd/inc/sdmod.hxx | |
parent | a574e8ec6b0dd9385c0e8c61648c1c7ed4c691e6 (diff) |
INTEGRATION: CWS fwkq1 (1.18.54); FILE MERGED
2003/07/14 17:52:00 mba 1.18.54.1: #110843#: get rid of factories
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index a8b3610cb64b..a438607936dd 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2003-04-24 14:35:42 $ + * last change: $Author: rt $ $Date: 2003-09-19 08:14:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,8 @@ #include <com/sun/star/text/WritingMode.hpp> #endif +#include <sfx2/module.hxx> + class SdOptions; class BasicIDE; class SvxSearchItem; @@ -120,7 +122,7 @@ enum SdOptionStreamMode |* \************************************************************************/ -class SdModule : public SdModuleDummy, public SfxListener +class SdModule : public SfxModule, public SfxListener { protected: @@ -146,7 +148,7 @@ public: SFX_DECL_INTERFACE(SD_IF_SDAPP); DECL_LINK( CalcFieldValueHdl, EditFieldInfo* ); - SdModule(SvFactory* pDrawObjFact, SvFactory* pGraphicObjFact); + SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObjFact); virtual ~SdModule(); SdTransferable* pTransferClip; @@ -156,9 +158,6 @@ public: void Execute(SfxRequest& rReq); void GetState(SfxItemSet&); - virtual SfxModule* Load(); - virtual void Free(); - virtual void FillStatusBar(StatusBar& rBar); SdOptions* GetSdOptions(DocumentType eDocType); |