diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:48:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:48:46 +0000 |
commit | 899364343610dfafc1a15613351e2746bc1e9e4c (patch) | |
tree | 291c9eed9d75bdeece951fdb82a9530538ed530b /starmath/source/smmod.cxx | |
parent | 66d3c9089f02d3ab2db048964a77cb5929d5e17b (diff) |
INTEGRATION: CWS dialogdiet (1.12.34); FILE MERGED
2003/11/28 16:29:01 mba 1.12.34.1: #i22972#: SfxApplication::CreateResManager now static
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r-- | starmath/source/smmod.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index c024d4ade671..80d47be8e498 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: smmod.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:53:40 $ + * last change: $Author: hr $ $Date: 2004-02-03 20:48:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -303,7 +303,7 @@ SFX_IMPL_INTERFACE(SmModule, SfxModule, SmResId(RID_APPLICATION)) SmModule::SmModule(SfxObjectFactory* pObjFact) : - SfxModule(SFX_APP()->CreateResManager("sm"), FALSE, pObjFact, NULL), + SfxModule(SfxApplication::CreateResManager("sm"), FALSE, pObjFact, NULL), pConfig( 0 ), pColorConfig( 0 ), pLocSymbolData( 0 ), |