summaryrefslogtreecommitdiff
path: root/include/svtools/headbar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-11 13:26:19 +0200
committerNoel Grandin <noel@peralex.com>2016-04-11 15:12:10 +0200
commitc399630f9cd94bc570659c3bdfd6526e3532c46f (patch)
treefc398ef71306455fb062a734fee590a35f3fae9c /include/svtools/headbar.hxx
parent76bff82cc637c10c8dbbbb7148e07555cf8e7ff4 (diff)
clang-tidy performance-unnecessary-value-param in svtools
Change-Id: I6360a780aac9a387fed3a1c9a086196dbba0b089
Diffstat (limited to 'include/svtools/headbar.hxx')
-rw-r--r--include/svtools/headbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index 8ebef5e9b6ee..b5373f71a300 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -335,7 +335,7 @@ public:
/** Creates and returns the accessible object of the header bar. */
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessible() override;
- void SetAccessible( css::uno::Reference< css::accessibility::XAccessible > );
+ void SetAccessible( const css::uno::Reference< css::accessibility::XAccessible >& );
virtual css::uno::Reference< css::awt::XWindowPeer > GetComponentInterface( bool bCreate ) override;
};