diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-11 16:05:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-12 08:33:32 +0200 |
commit | dc0d98590f07c7dae4504b7ed0c0127794f032d8 (patch) | |
tree | b3b926f947185f89f59788f8fc48e6305eac67ff /xmloff/inc/PropertySetMerger.hxx | |
parent | 03fd8d24c2e4603731e796b24e51289736c65621 (diff) |
clang-tidy performance-unnecessary-value-param in xmloff
Change-Id: I8e6d8e66cdab2e50ee10882e139be29c14ce50f6
Diffstat (limited to 'xmloff/inc/PropertySetMerger.hxx')
-rw-r--r-- | xmloff/inc/PropertySetMerger.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/PropertySetMerger.hxx b/xmloff/inc/PropertySetMerger.hxx index 7a711d3ebe58..22ec387fa0b9 100644 --- a/xmloff/inc/PropertySetMerger.hxx +++ b/xmloff/inc/PropertySetMerger.hxx @@ -24,8 +24,8 @@ extern css::uno::Reference< css::beans::XPropertySet > PropertySetMerger_CreateInstance( - css::uno::Reference< css::beans::XPropertySet > rPropSet1, - css::uno::Reference< css::beans::XPropertySet > rPropSet2 ) throw(); + const css::uno::Reference< css::beans::XPropertySet >& rPropSet1, + const css::uno::Reference< css::beans::XPropertySet >& rPropSet2 ) throw(); #endif |