[Libreoffice-commits] core.git: ucbhelper/source

Stephan Bergmann sbergman at redhat.com
Thu May 12 12:27:01 UTC 2016


 ucbhelper/source/client/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4baf56e63d7386475b631a7cf86cf0d08d139681
Author: Stephan Bergmann <sbergman at 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 );


More information about the Libreoffice-commits mailing list