diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-11 14:09:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-11 15:12:10 +0200 |
commit | 28c96a09105f87d76441234a6e77f2ac1e1473df (patch) | |
tree | 6a1391cbcc3ab5a7f49379d292da0f81fc1cba0c /include/toolkit/controls | |
parent | e9cded40c8727cec7d0d29219c14ef0d0eef5195 (diff) |
clang-tidy performance-unnecessary-value-param in toolkit
Change-Id: Ic08723ef15f2bc31031e3887b9916ecc7e2205da
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r-- | include/toolkit/controls/roadmapcontrol.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/toolkit/controls/roadmapcontrol.hxx b/include/toolkit/controls/roadmapcontrol.hxx index f948dc2e08c7..6b97158a9e21 100644 --- a/include/toolkit/controls/roadmapcontrol.hxx +++ b/include/toolkit/controls/roadmapcontrol.hxx @@ -79,10 +79,10 @@ namespace toolkit ContainerListenerMultiplexer maContainerListeners; RoadmapItemHolderList maRoadmapItems; - void MakeRMItemValidation( sal_Int32 Index, css::uno::Reference< XInterface > xRoadmapItem ); - css::container::ContainerEvent GetContainerEvent(sal_Int32 Index, css::uno::Reference< XInterface > ); - void SetRMItemDefaultProperties( const sal_Int32 Index, css::uno::Reference< XInterface > ); - static sal_Int16 GetCurrentItemID( css::uno::Reference< css::beans::XPropertySet > xPropertySet ); + void MakeRMItemValidation( sal_Int32 Index, const css::uno::Reference< XInterface >& xRoadmapItem ); + css::container::ContainerEvent GetContainerEvent(sal_Int32 Index, const css::uno::Reference< XInterface >& ); + void SetRMItemDefaultProperties( const sal_Int32 Index, const css::uno::Reference< XInterface >& ); + static sal_Int16 GetCurrentItemID( const css::uno::Reference< css::beans::XPropertySet >& xPropertySet ); sal_Int32 GetUniqueID(); |