diff options
author | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
commit | ecb9bc1488a13a5deec4cfeac86f050da3f4bc1c (patch) | |
tree | 73c944e8a07c8c2c420fb53cd9bae393bf27cfba /starmath/inc/smmod.hxx | |
parent | e6eedc6fd472bbc8daccda88b1ce82f5aadb411b (diff) |
Math configuration and Symbol/SymbolSet/SymbolSetManager
Diffstat (limited to 'starmath/inc/smmod.hxx')
-rw-r--r-- | starmath/inc/smmod.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index a99ca19e654c..42aad1b48388 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: smmod.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:57:24 $ + * last change: $Author: tl $ $Date: 2001-05-02 16:58:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,6 @@ class SvxErrorHandler; class SvFactory; class SmConfig; -class SmSymSetManager; class SmModule; /************************************************************************* @@ -92,7 +91,6 @@ class SmRectCache; class SmModule : public SmModuleDummy { SmConfig *pConfig; - SmSymSetManager *pSymSetManager; SmRectCache *pRectCache; virtual void FillStatusBar(StatusBar &rBar); @@ -107,12 +105,10 @@ public: virtual SfxModule * Load(); virtual void Free(); - SmConfig * GetConfig() { return pConfig; } - SmSymSetManager * GetSymSetManager() { return pSymSetManager; } + SmConfig * GetConfig(); SmRectCache * GetRectCache() { return pRectCache; } void GetState(SfxItemSet&); - void InitManager(); //virtuelle Methoden fuer den Optionendialog virtual SfxItemSet* CreateItemSet( USHORT nId ); |