removed unneeded component registration
This commit is contained in:
parent
73bbf7bfe4
commit
99128bad10
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ def insertTextIntoCell( table, cellName, text, color ):
|
|||
tableText.setString( text )
|
||||
|
||||
localContext = uno.getComponentContext()
|
||||
unohelper.addComponentsToContext( localContext , localContext,
|
||||
("connectr","uuresolver","remotebridge","brdgfctr"),
|
||||
"com.sun.star.loader.SharedLibrary" )
|
||||
|
||||
resolver = localContext.ServiceManager.createInstanceWithContext(
|
||||
"com.sun.star.bridge.UnoUrlResolver", localContext )
|
||||
|
|
Loading…
Reference in a new issue