From 4baf56e63d7386475b631a7cf86cf0d08d139681 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 12 May 2016 14:26:29 +0200 Subject: loplugin:passstuffbyref Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c --- ucbhelper/source/client/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper/source') 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 ); -- cgit