summaryrefslogtreecommitdiff
path: root/starmath/source/config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r--starmath/source/config.cxx7
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;