diff options
author | Thomas Lange <tl@openoffice.org> | 2000-11-03 12:50:12 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2000-11-03 12:50:12 +0000 |
commit | e2041ab2716e0f387ff6700d04fa6cda84ed443e (patch) | |
tree | 536242627eb4aef0c2013cfce71cb70f21359489 /starmath/source/config.cxx | |
parent | 52970889810a9d8061e05e2db37e04669e2ace88 (diff) |
Most SfxIniManager calls removed
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r-- | starmath/source/config.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx index 843cc8fae2b8..b7ebeb2dee2f 100644 --- a/starmath/source/config.cxx +++ b/starmath/source/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tl $ $Date: 2000-11-02 15:07:16 $ + * last change: $Author: tl $ $Date: 2000-11-03 13:50:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,8 +196,7 @@ void SmConfig::UseDefault() bNoRightSpaces = TRUE; aSymbolFile = C2S(DEFSYMFILE); - SfxIniManager* pIniMgr = SFX_INIMANAGER(); - pIniMgr->SearchFile( aSymbolFile, SFX_KEY_USERCONFIG_PATH ); + SFX_INIMANAGER()->SearchFile( aSymbolFile, SFX_KEY_USERCONFIG_PATH ); ePrintSize = PRINT_SIZE_NORMAL; nPrintZoom = 100; |