ucbhelper/source/client/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4baf56e63d7386475b631a7cf86cf0d08d139681 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu May 12 14:26:29 2016 +0200 loplugin:passstuffbyref Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index ac8a418..080e9e5 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits