diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:58:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:58:09 +0000 |
commit | 7b924dda259c09b873c9233b12cebdd6c8e72c52 (patch) | |
tree | ebe771cbe2bea9548528812b8e3612082bae77ce /starmath | |
parent | 76c394f4fce50d4eaaa0c22e56ec42e8b0cfc0e9 (diff) |
INTEGRATION: CWS tl12 (1.11.210); FILE MERGED
2005/09/27 01:38:49 tl 1.11.210.3: RESYNC: (1.11-1.12); FILE MERGED
2005/05/02 08:42:36 tl 1.11.210.2: #i44468# have all documents use the same SmSymSetManager
2005/05/02 08:34:55 tl 1.11.210.1: #i44468# have all documents use the same SmSymSetManager
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/smmod.hxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index b556bcf37263..8a2198cbd7b3 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -4,9 +4,9 @@ * * $RCSfile: smmod.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-07 15:00:03 $ + * last change: $Author: kz $ $Date: 2005-10-05 14:58:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,7 @@ class SvxErrorHandler; class SfxObjectFactory; class SmConfig; class SmModule; +class SmSymSetManager; /************************************************************************* |* @@ -70,7 +71,6 @@ class SmModule; |* \************************************************************************/ -class SmRectCache; class SvtSysLocale; class VirtualDevice; @@ -138,7 +138,6 @@ class SmModule : public SfxModule, public SfxListener svtools::ColorConfig *pColorConfig; SmConfig *pConfig; SmLocalizedSymbolData *pLocSymbolData; - SmRectCache *pRectCache; SvtSysLocale *pSysLocale; VirtualDevice *pVirtualDev; @@ -160,8 +159,8 @@ public: svtools::ColorConfig & GetColorConfig(); - SmConfig * GetConfig(); - SmRectCache * GetRectCache() { return pRectCache; } + SmConfig * GetConfig(); + SmSymSetManager & GetSymSetManager(); SmLocalizedSymbolData & GetLocSymbolData() const; |