BridgeFactory should be a singleton
regression from
commit 9be078ae0d
Date: Sat Jul 4 09:12:35 2020 +0200
binaryurp: create instances with uno constructors
Change-Id: Ib7a7316fdee4afffac35b282adaf437ff8bdd009
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135904
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
14ce950083
commit
7531f027c7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.comp.bridge.BridgeFactory"
|
||||
constructor="com_sun_star_comp_bridge_BridgeFactory_get_implementation">
|
||||
constructor="com_sun_star_comp_bridge_BridgeFactory_get_implementation" single-instance="true">
|
||||
<service name="com.sun.star.bridge.BridgeFactory"/>
|
||||
</implementation>
|
||||
</component>
|
||||
|
|
Loading…
Reference in a new issue