From 508c95f1b655d9cfa6be37a5a9de9aff6fd383bf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Jul 2016 09:22:27 +0200 Subject: improve passstuffbyref return analysis Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c Reviewed-on: https://gerrit.libreoffice.org/27317 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucbhelper/source/provider/interactionrequest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper/source') diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx index 79fc8706220a..52bc3b496bec 100644 --- a/ucbhelper/source/provider/interactionrequest.cxx +++ b/ucbhelper/source/provider/interactionrequest.cxx @@ -88,7 +88,7 @@ void InteractionRequest::setContinuations( } -rtl::Reference< InteractionContinuation > +rtl::Reference< InteractionContinuation > const & InteractionRequest::getSelection() const { return m_pImpl->m_xSelection; -- cgit