summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 15:39:18 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:41 +0200
commitf6ea0b2eb44073baf1445dc8e62fc8a245e5d378 (patch)
tree1e7302abb6bb24fe1f3d43ce9698142bc61f6107 /ucb/source/ucp/cmis
parenteb1603cb5383be7e25f35053dd64f044ead90099 (diff)
loplugin:passstuffbyref in ucb
Change-Id: I4ba18c767c67c9c8d23aac3f8de728b7a229804d
Diffstat (limited to 'ucb/source/ucp/cmis')
-rw-r--r--ucb/source/ucp/cmis/auth_provider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.hxx b/ucb/source/ucp/cmis/auth_provider.hxx
index 1c521d52d8e8..977254a8877c 100644
--- a/ucb/source/ucp/cmis/auth_provider.hxx
+++ b/ucb/source/ucp/cmis/auth_provider.hxx
@@ -36,7 +36,7 @@ namespace cmis
static void setXEnv( const css::uno::Reference< css::ucb::XCommandEnvironment>& xEnv ) { sm_xEnv = xEnv; }
- static css::uno::Reference< css::ucb::XCommandEnvironment> getXEnv( ) { return sm_xEnv; }
+ static const css::uno::Reference< css::ucb::XCommandEnvironment>& getXEnv( ) { return sm_xEnv; }
};
}