diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 10:44:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 12:12:15 +0200 |
commit | c60ad041e8f48759062d652ca20216c424768fa4 (patch) | |
tree | 73f2839e672f91b4262d79fe88bc0b8af1c44ff4 /framework/inc/helper/titlebarupdate.hxx | |
parent | 826b0fc9aacbe58c998aec8ebba3401c0a68a015 (diff) |
clang-tidy modernize-pass-by-value in framework
Change-Id: I024653154c51389bb27f3e94b422ff7fc1c9b46b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135296
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/helper/titlebarupdate.hxx')
-rw-r--r-- | framework/inc/helper/titlebarupdate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index dccfd91dbd62..11aba17dc4a7 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -68,7 +68,7 @@ class TitleBarUpdate final : public ::cppu::WeakImplHelper< public: // ctor/dtor - TitleBarUpdate(const css::uno::Reference< css::uno::XComponentContext >& xContext); + TitleBarUpdate(css::uno::Reference< css::uno::XComponentContext > xContext); virtual ~TitleBarUpdate( ) override; // XInterface, XTypeProvider |