summaryrefslogtreecommitdiff
path: root/framework/inc/classes
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-12 11:56:07 +0200
committerNoel Grandin <noel@peralex.com>2016-04-12 11:56:07 +0200
commitf045c536db5bdeacd36c075d3428e1a644bbc348 (patch)
tree1d711c60244d9c578f5e7b04352956f951c12f22 /framework/inc/classes
parent230cd638676fc5adf7e3fe5e69d29eadb194d7f8 (diff)
clang-tidy performance-unnecessary-value-param in framework
Change-Id: I80987ea1bfac7478574de46ee30fc58fcc17eb68
Diffstat (limited to 'framework/inc/classes')
-rw-r--r--framework/inc/classes/actiontriggerpropertyset.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/actiontriggerpropertyset.hxx b/framework/inc/classes/actiontriggerpropertyset.hxx
index 0b901422101f..a1cddc6eefd1 100644
--- a/framework/inc/classes/actiontriggerpropertyset.hxx
+++ b/framework/inc/classes/actiontriggerpropertyset.hxx
@@ -94,13 +94,13 @@ class ActionTriggerPropertySet : private cppu::BaseMutex,
css::uno::Any& aOldValue ,
css::uno::Any& aConvertedValue ) throw( css::lang::IllegalArgumentException );
- bool impl_tryToChangeProperty( const css::uno::Reference< css::awt::XBitmap > xBitmap,
- const css::uno::Any& aNewValue ,
+ bool impl_tryToChangeProperty( const css::uno::Reference< css::awt::XBitmap >& xBitmap,
+ const css::uno::Any& aNewValue ,
css::uno::Any& aOldValue ,
css::uno::Any& aConvertedValue ) throw( css::lang::IllegalArgumentException );
- bool impl_tryToChangeProperty( const css::uno::Reference< css::uno::XInterface > xInterface,
- const css::uno::Any& aNewValue ,
+ bool impl_tryToChangeProperty( const css::uno::Reference< css::uno::XInterface >& xInterface,
+ const css::uno::Any& aNewValue ,
css::uno::Any& aOldValue ,
css::uno::Any& aConvertedValue ) throw( css::lang::IllegalArgumentException );