summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-04-23 10:32:18 +0000
committerAndreas Bregas <ab@openoffice.org>2001-04-23 10:32:18 +0000
commitb57bf0f202884261352cae750e09b97f570d3204 (patch)
tree3f7cf624634929c23a83121fc665a12a14e7699b /sfx2/source/appl/appbas.cxx
parentc827c816200b2bac97620f6ccfde5d14907cef7a (diff)
SaveBasicManager() disabled, sbl files are not stored any more
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index baaae9536520..78a552629c19 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -534,6 +534,7 @@ SbxVariable* SfxConstants_Impl::Find
//=========================================================================
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!
// Ncht den vom BasicManager, falls inzwischen der Pfad geaendert wurde !?
// So wird natuerlich auch das erste Dir genommen, wenn der BasicManager
@@ -560,6 +561,9 @@ sal_uInt16 SfxApplication::SaveBasicManager() const
}
return (sal_uInt16)aStor->GetError();
+ */
+
+ return 0;
}
//--------------------------------------------------------------------