From 8f30da6386fa414b9fe4c704b294a978df77347b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 19 Aug 2016 16:55:06 +0200 Subject: Some clang-tidy misc-move-constructor-init ...by turning the relevant ctor parameters into "const &". Change-Id: Ia8d0aba5da10ad6b25f8689e2281e45b3d71c1fc --- ucb/source/ucp/cmis/cmis_content.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/source/ucp/cmis/cmis_content.hxx') diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx index 9e6a0516995b..0396c7b2615a 100644 --- a/ucb/source/ucp/cmis/cmis_content.hxx +++ b/ucb/source/ucp/cmis/cmis_content.hxx @@ -128,7 +128,7 @@ public: Content( const css::uno::Reference< css::uno::XComponentContext >& rxContext, ContentProvider *pProvider, const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier, - libcmis::ObjectPtr pObject = libcmis::ObjectPtr( ) ) + libcmis::ObjectPtr const & pObject = libcmis::ObjectPtr( ) ) throw ( css::ucb::ContentCreationException ); Content( const css::uno::Reference< css::uno::XComponentContext >& rxContext, -- cgit