summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/proxy.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-14 10:20:52 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 10:24:47 +0200
commitb8eb2946511ce617323b13dffe2b1d9704e0be60 (patch)
treed5aa4f91e75d654a1cdfcd75f26dd4b813a73ff7 /binaryurp/source/proxy.hxx
parentloplugin:passstuffbyref in vcl (diff)
downloadcore-b8eb2946511ce617323b13dffe2b1d9704e0be60.tar.gz
core-b8eb2946511ce617323b13dffe2b1d9704e0be60.zip
loplugin:passstuffbyref in various
Change-Id: I80070c83204e531c2f599f8a56193d6ffe0e5022
Diffstat (limited to 'binaryurp/source/proxy.hxx')
-rw-r--r--binaryurp/source/proxy.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/proxy.hxx b/binaryurp/source/proxy.hxx
index 7f90f116c137..5ad8cee120dc 100644
--- a/binaryurp/source/proxy.hxx
+++ b/binaryurp/source/proxy.hxx
@@ -43,9 +43,9 @@ public:
rtl::Reference< Bridge > const & bridge, OUString const & oid,
com::sun::star::uno::TypeDescription const & type);
- OUString getOid() const { return oid_;}
+ const OUString& getOid() const { return oid_;}
- com::sun::star::uno::TypeDescription getType() const { return type_;}
+ const com::sun::star::uno::TypeDescription& getType() const { return type_;}
void do_acquire();