diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-16 08:54:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-16 08:57:02 +0100 |
commit | 7874cba9709dd0973a81d5894d6daa9570ac86bf (patch) | |
tree | 2430e1d2b7a0587dd33d2f593c61b75d081fd997 /binaryurp | |
parent | be92ed5799e7f8dab0d8d1042135afe38b7f258f (diff) |
loplugin:referencecasting in basctl..binaryurp
Change-Id: I3fbc287cf76e453e2c464837d2431ff19501fde3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110968
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridgefactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index 2178351015c0..803899c8a7e3 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -113,7 +113,7 @@ css::uno::Reference< css::bridge::XBridge > BridgeFactory::createBridge( } } b->start(); - return css::uno::Reference< css::bridge::XBridge >(b.get()); + return b; } css::uno::Reference< css::bridge::XBridge > BridgeFactory::getBridge( |