summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/binaryurp.component
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-04 09:12:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-05 11:36:55 +0200
commit9be078ae0d4cc4e4c01952bb42c9bb5943bbde86 (patch)
treef45864e8e6425828de6e685217ecf38dc786b821 /binaryurp/source/binaryurp.component
parentlokit: scPrintTwipsMsgs: LOK_CALLBACK_COMMENT (diff)
downloadcore-9be078ae0d4cc4e4c01952bb42c9bb5943bbde86.tar.gz
core-9be078ae0d4cc4e4c01952bb42c9bb5943bbde86.zip
binaryurp: create instances with uno constructors
See tdf#74608 for motivation Change-Id: Ide39715f83b0183f560e16fa69fcb3112496936d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97933 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'binaryurp/source/binaryurp.component')
-rw-r--r--binaryurp/source/binaryurp.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/binaryurp/source/binaryurp.component b/binaryurp/source/binaryurp.component
index 1eff0c2c18d6..e2581c76411e 100644
--- a/binaryurp/source/binaryurp.component
+++ b/binaryurp/source/binaryurp.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="binaryurp" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.bridge.BridgeFactory">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.bridge.BridgeFactory"
+ constructor="com_sun_star_comp_bridge_BridgeFactory_get_implementation">
<service name="com.sun.star.bridge.BridgeFactory"/>
</implementation>
</component>