summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-06-29 13:06:19 +0000
committerAndreas Bregas <ab@openoffice.org>2001-06-29 13:06:19 +0000
commit6e725d400ca53ffaf113fe8b51555d6a7e81636f (patch)
treee495b87687af748fd4cf4beaee1abf378b4316e6
parent3fa06a49bae6e05b4bb407a517717d9938619e86 (diff)
Obsolete code removed
-rw-r--r--basic/source/basmgr/basmgr.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 029f9d2f1891..ffe1b1c64ef0 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basmgr.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ab $ $Date: 2001-06-28 15:52:31 $
+ * last change: $Author: ab $ $Date: 2001-06-29 14:06:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -786,8 +786,6 @@ void BasicManager::SetImpl( BasicManagerImpl* pImpl )
{
OUString aLibName = pNames[ i ];
Any aLibAny = xScriptCont->getByName( aLibName );
- Reference< XNameAccess > xLibNameAccess;
- aLibAny >>= xLibNameAccess;
if( String( aLibName ).EqualsAscii( "Standard" ) )
xScriptCont->loadLibrary( aLibName );