summaryrefslogtreecommitdiff
path: root/starmath/source/symbol.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-03 12:50:12 +0000
committerThomas Lange <tl@openoffice.org>2000-11-03 12:50:12 +0000
commite2041ab2716e0f387ff6700d04fa6cda84ed443e (patch)
tree536242627eb4aef0c2013cfce71cb70f21359489 /starmath/source/symbol.cxx
parent52970889810a9d8061e05e2db37e04669e2ace88 (diff)
Most SfxIniManager calls removed
Diffstat (limited to 'starmath/source/symbol.cxx')
-rw-r--r--starmath/source/symbol.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx
index 5df7914ae85e..fb1f83950e37 100644
--- a/starmath/source/symbol.cxx
+++ b/starmath/source/symbol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symbol.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
@@ -579,8 +579,7 @@ void SmSymSetManager::Load(const String &rURL)
{
ErrorBox aErrorBox( NULL, SmResId( RID_READSYMBOLERROR ) );
String aString( aErrorBox.GetMessText() );
- String aIniFile = SFX_INIMANAGER()->SubstPathVars( aStreamName );
- aString.SearchAndReplaceAscii( "%FILE%", aIniFile );
+ aString.SearchAndReplaceAscii( "%FILE%", aStreamName );
aErrorBox.SetMessText( aString );
aErrorBox.Execute();