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:
Noel Grandin 2022-06-15 14:08:33 +02:00
parent 14ce950083
commit 7531f027c7

View file

@ -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>