Kaydet (Commit) b57bf0f2 authored tarafından Andreas Bregas's avatar Andreas Bregas

SaveBasicManager() disabled, sbl files are not stored any more

üst c827c816
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: appbas.cxx,v $ * $RCSfile: appbas.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: ab $ $Date: 2001-03-28 11:10:06 $ * last change: $Author: ab $ $Date: 2001-04-23 11:32:18 $
* *
* 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
...@@ -534,6 +534,7 @@ SbxVariable* SfxConstants_Impl::Find ...@@ -534,6 +534,7 @@ SbxVariable* SfxConstants_Impl::Find
//========================================================================= //=========================================================================
sal_uInt16 SfxApplication::SaveBasicManager() const sal_uInt16 SfxApplication::SaveBasicManager() const
{ {
/* AB, 19.4.2001: No sbl files stored any more -> new library containers
// MT: #47347# AppBasicDir ist jetzt ein PATH! // MT: #47347# AppBasicDir ist jetzt ein PATH!
// Ncht den vom BasicManager, falls inzwischen der Pfad geaendert wurde !? // Ncht den vom BasicManager, falls inzwischen der Pfad geaendert wurde !?
// So wird natuerlich auch das erste Dir genommen, wenn der BasicManager // So wird natuerlich auch das erste Dir genommen, wenn der BasicManager
...@@ -560,6 +561,9 @@ sal_uInt16 SfxApplication::SaveBasicManager() const ...@@ -560,6 +561,9 @@ sal_uInt16 SfxApplication::SaveBasicManager() const
} }
return (sal_uInt16)aStor->GetError(); return (sal_uInt16)aStor->GetError();
*/
return 0;
} }
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
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