diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-08 15:54:34 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-11 06:20:32 +0000 |
commit | f3a43c723eaf751d5ee28b13c0cc6f8014094bbe (patch) | |
tree | 8756af2a2975ea58c2214fdfcbf0e9c393cf5b27 /include/comphelper/namecontainer.hxx | |
parent | f3dabe7507b578484805255eae31d8a1358e605c (diff) |
clang-tidy performance-unnecessary-value-param in comphelper
Change-Id: Iff26c89ea6079e0f12691dbc04bb36f02b85c305
Reviewed-on: https://gerrit.libreoffice.org/23920
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper/namecontainer.hxx')
-rw-r--r-- | include/comphelper/namecontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/namecontainer.hxx b/include/comphelper/namecontainer.hxx index 1af6119839d4..fd078c6e8630 100644 --- a/include/comphelper/namecontainer.hxx +++ b/include/comphelper/namecontainer.hxx @@ -27,7 +27,7 @@ namespace comphelper { COMPHELPER_DLLPUBLIC css::uno::Reference< css::container::XNameContainer > - NameContainer_createInstance( css::uno::Type aType ); + NameContainer_createInstance( const css::uno::Type& aType ); } #endif // INCLUDED_COMPHELPER_NAMECONTAINER_HXX |