INTEGRATION: CWS sb76 (1.3.70); FILE MERGED
2007/08/31 11:00:53 sb 1.3.70.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
This commit is contained in:
parent
f7567a6ee9
commit
c6617f4c0c
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: main.py,v $
|
# $RCSfile: main.py,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.3 $
|
# $Revision: 1.4 $
|
||||||
#
|
#
|
||||||
# last change: $Author: rt $ $Date: 2005-09-09 12:26:52 $
|
# last change: $Author: hr $ $Date: 2007-09-27 12:52:32 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -42,7 +42,7 @@ import sys
|
||||||
|
|
||||||
ctx = uno.getComponentContext()
|
ctx = uno.getComponentContext()
|
||||||
# needed for the tests
|
# needed for the tests
|
||||||
unohelper.addComponentsToContext(ctx,ctx,("cppobj.uno","bridgetest.uno","streams.uno","servicemgr.uno"),"com.sun.star.loader.SharedLibrary")
|
unohelper.addComponentsToContext(ctx,ctx,("cppobj.uno","bridgetest.uno","streams.uno","bootstrap.uno"),"com.sun.star.loader.SharedLibrary")
|
||||||
|
|
||||||
unohelper.addComponentsToContext(ctx,ctx,("vnd.openoffice.pymodule:samplecomponent",),"com.sun.star.loader.Python")
|
unohelper.addComponentsToContext(ctx,ctx,("vnd.openoffice.pymodule:samplecomponent",),"com.sun.star.loader.Python")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue