diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-11 10:20:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-11 11:38:57 +0200 |
commit | f678b82f0e4dea47dfc8938f01442b6eb1ce23ad (patch) | |
tree | ac8e998a3857c4d8a51cfb90e7644de2f40e3829 /include/basic | |
parent | bfff081e74ad06a7e353669eec345c6440db57cb (diff) |
clang-tidy performance-unnecessary-value-param in basic
Change-Id: I997213ca28efc2df04d454ffaf3c81c9cbad09ac
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbxvar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx index 6dfd7e21a094..489212184057 100644 --- a/include/basic/sbxvar.hxx +++ b/include/basic/sbxvar.hxx @@ -295,7 +295,7 @@ public: const OUString& GetDeclareClassName(); void SetDeclareClassName( const OUString& ); - void SetComListener( css::uno::Reference< css::uno::XInterface > xComListener, + void SetComListener( const css::uno::Reference< css::uno::XInterface >& xComListener, StarBASIC* pParentBasic ); void ClearComListener(); |