summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:32:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:32:47 +0000
commitcefb7eba58ef94277a828d4cf7f0e882dc47a67e (patch)
tree8053408f0a6673c701f681dec55cf94a6f87a35f /basic
parentb7830f26f0233d837944d092bed90a65cfadead0 (diff)
INTEGRATION: CWS residcleanup (1.37.42); FILE MERGED
2007/03/20 15:21:45 pl 1.37.42.3: RESYNC: (1.37-1.38); FILE MERGED 2007/03/12 12:22:28 pl 1.37.42.2: #i75311# separate stt and sb resources 2007/02/20 11:08:04 pl 1.37.42.1: #i74635# all basic resources from stt resource file henceforth
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basmgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 17adcff0c00e..29fc77c282b4 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basmgr.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: obo $ $Date: 2007-03-15 15:38:04 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:32:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1181,6 +1181,7 @@ BasicLibInfo* BasicManager::CreateLibInfo()
pLibs->Insert( pInf, LIST_APPEND );
return pInf;
}
+
BOOL BasicManager::ImpLoadLibary( BasicLibInfo* pLibInfo, SotStorage* pCurStorage, BOOL bInfosOnly ) const
{
DBG_CHKTHIS( BasicManager, 0 );