summaryrefslogtreecommitdiff
path: root/pyuno/demo/swriter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/swriter.py')
-rw-r--r--pyuno/demo/swriter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyuno/demo/swriter.py b/pyuno/demo/swriter.py
index 4f3308a86407..05ab332fd382 100644
--- a/pyuno/demo/swriter.py
+++ b/pyuno/demo/swriter.py
@@ -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 )