summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-15 14:08:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-29 22:32:55 +0200
commit28f8f7c411a2b965be6306d76fd2ed6ab4d5be1b (patch)
tree27a4f5002f512d4a7a8770dcf834651e7727290e
parenttdf#126263: do not try to delete non-temporary files (diff)
downloadcore-28f8f7c411a2b965be6306d76fd2ed6ab4d5be1b.tar.gz
core-28f8f7c411a2b965be6306d76fd2ed6ab4d5be1b.zip
BridgeFactory should be a singleton
regression from commit 9be078ae0d4cc4e4c01952bb42c9bb5943bbde86 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> (cherry picked from commit 7531f027c742a601c13a7a849dfae795a148d899) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135989 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit e04635f338b9a39df0ed62b0909b0ac56c9a5b76) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136030 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--binaryurp/source/binaryurp.component2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/binaryurp.component b/binaryurp/source/binaryurp.component
index e2581c76411e..b5b0f4da102f 100644
--- a/binaryurp/source/binaryurp.component
+++ b/binaryurp/source/binaryurp.component
@@ -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>