Kaydet (Commit) 48eadeb6 authored tarafından Frank Schönheit's avatar Frank Schönheit

no usage of the SfxIniManager anymore - MUST change

üst 90e625e8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dbfindex.cxx,v $ * $RCSfile: dbfindex.cxx,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: fs $ $Date: 2000-10-05 10:05:22 $ * last change: $Author: fs $ $Date: 2000-11-09 12:55:31 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -295,10 +295,6 @@ void ODbaseIndexDialog::Init() ...@@ -295,10 +295,6 @@ void ODbaseIndexDialog::Init()
// Diese Indizes werden aus der Liste der freien Indizes entfernt // Diese Indizes werden aus der Liste der freien Indizes entfernt
// und in die Indexliste der Tabelle eingetragen // und in die Indexliste der Tabelle eingetragen
///////////////////////////////////////////////////////////////////////////
// substitute $(INST)
m_aDSN = SFX_APP()->GetIniManager()->SubstPathVars( m_aDSN );
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// if the string does not contain a path, cut the string // if the string does not contain a path, cut the string
DirEntry aInitEntry( m_aDSN ); DirEntry aInitEntry( m_aDSN );
...@@ -504,6 +500,9 @@ void OTableInfo::WriteInfFile( const String& rDSN ) const ...@@ -504,6 +500,9 @@ void OTableInfo::WriteInfFile( const String& rDSN ) const
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.1 2000/10/05 10:05:22 fs
* initial checkin
*
* *
* Revision 1.0 26.09.00 15:54:26 fs * Revision 1.0 26.09.00 15:54:26 fs
************************************************************************/ ************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment