summaryrefslogtreecommitdiff
path: root/sc/inc/scmod.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:20:57 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:20:57 +0000
commit5c878383e14749e94c2bcc504d41d5e503a1df66 (patch)
treeab74bb527e036cc3373e50ae9da24ede450f01b4 /sc/inc/scmod.hxx
parent2c5977de3d62343b8cee26a697e0ecdabd83698d (diff)
INTEGRATION: CWS fwkq1 (1.12.24); FILE MERGED
2003/07/14 16:27:51 mba 1.12.24.1: #110843#: get rid of factories
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r--sc/inc/scmod.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 4ecb6cfa1596..ca041a5b3942 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scmod.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2003-05-27 15:07:24 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:20:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ struct ScClipData
//==================================================================
-class ScModule: public ScModuleDummy, public SfxListener
+class ScModule: public SfxModule, public SfxListener
{
Timer aIdleTimer;
Timer aSpellTimer;
@@ -186,11 +186,8 @@ public:
ScModule( SfxObjectFactory* pFact );
virtual ~ScModule();
- virtual SfxModule* Load();
virtual void FillStatusBar(StatusBar &rBar);
-
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
-
void DeleteCfg();
void CloseDialogs();