From 7531f027c742a601c13a7a849dfae795a148d899 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 15 Jun 2022 14:08:33 +0200 Subject: 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 --- binaryurp/source/binaryurp.component | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp') 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 @@ + constructor="com_sun_star_comp_bridge_BridgeFactory_get_implementation" single-instance="true"> -- cgit