summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
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/webdav-neon/DAVSessionFactory.hxx
parenteb1603cb5383be7e25f35053dd64f044ead90099 (diff)
loplugin:passstuffbyref in ucb
Change-Id: I4ba18c767c67c9c8d23aac3f8de728b7a229804d
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
index 1eb0eef6993d..7251826a7331 100644
--- a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
@@ -67,7 +67,7 @@ public:
const ::uno::Reference< ::uno::XComponentContext >& rxContext )
throw( DAVException );
- ::uno::Reference< ::uno::XComponentContext > getComponentContext() { return m_xContext; }
+ const ::uno::Reference< ::uno::XComponentContext >& getComponentContext() { return m_xContext; }
private:
typedef std::map< OUString, DAVSession * > Map;