diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-06-29 13:06:19 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-06-29 13:06:19 +0000 |
commit | 6e725d400ca53ffaf113fe8b51555d6a7e81636f (patch) | |
tree | e495b87687af748fd4cf4beaee1abf378b4316e6 /basic | |
parent | 3fa06a49bae6e05b4bb407a517717d9938619e86 (diff) |
Obsolete code removed
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 6 |
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 ); |