summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-12 14:26:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-12 14:26:29 +0200
commit4baf56e63d7386475b631a7cf86cf0d08d139681 (patch)
tree0b7fec5945243446b14ccf60edeb7d54d6d8b1d6 /ucbhelper
parent9ea219dc5aa4b1cb64b73574c79ce645963d772d (diff)
loplugin:passstuffbyref
Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index ac8a418c83ac..080e9e57e096 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -186,7 +186,7 @@ public:
const OUString& getURL() const;
Reference< XContent > getContent();
Reference< XCommandProcessor > getCommandProcessor();
- Reference< XComponentContext > getComponentContext()
+ Reference< XComponentContext > const & getComponentContext()
{ assert(m_xCtx.is()); return m_xCtx; }
Any executeCommand( const Command& rCommand );