summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-03 08:55:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-03 08:56:01 +0100
commit24a89b277208d8f3fa7987f5fe76a02286bbff25 (patch)
tree706fcecaac450eba86b29ac75ee36973e0f4a37b /ucb
parent8acdf876c52240c5f3c6d428162b15d4e89f32a7 (diff)
Improve loplugin:passstuffbyref
Change-Id: I88ab4c51ff59312127681d3087d22b9c79192b94
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 80c7ca13168b..22f0e993526e 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -169,7 +169,7 @@ namespace
return aValue;
}
- libcmis::PropertyPtr lcl_unoToCmisProperty( document::CmisProperty prop )
+ libcmis::PropertyPtr lcl_unoToCmisProperty( document::CmisProperty const & prop )
{
libcmis::PropertyTypePtr propertyType( new libcmis::PropertyType( ) );