From 72c68cf946775dd4bf9868595ef4decdbe8930dd Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 13 Nov 2000 10:11:47 +0000 Subject: remove IniManager --- starmath/source/config.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'starmath/source/config.cxx') diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx index b7ebeb2dee2f..eba67b9f23cf 100644 --- a/starmath/source/config.cxx +++ b/starmath/source/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tl $ $Date: 2000-11-03 13:50:12 $ + * last change: $Author: jp $ $Date: 2000-11-13 11:11:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,9 @@ #ifndef _SFXSMPLHINT_HXX //autogen #include #endif +#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX +#include +#endif #ifndef _SFX_INIMGR_HXX //autogen #include #endif @@ -196,7 +199,8 @@ void SmConfig::UseDefault() bNoRightSpaces = TRUE; aSymbolFile = C2S(DEFSYMFILE); - SFX_INIMANAGER()->SearchFile( aSymbolFile, SFX_KEY_USERCONFIG_PATH ); + SvtPathOptions aOpt; + aOpt.SearchFile( aSymbolFile, SvtPathOptions::PATH_USERCONFIG ); ePrintSize = PRINT_SIZE_NORMAL; nPrintZoom = 100; -- cgit v1.2.1