From 6b252b6adb1613c6392cbb1462bae218d0d43032 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Jun 2022 15:18:44 +0200 Subject: clang-tidy modernize-pass-by-value in filter Change-Id: Id55c90665eaa29ee2ece07606429411549e06b8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135242 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/filter/msfilter/mstoolbar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/filter/msfilter/mstoolbar.hxx') diff --git a/include/filter/msfilter/mstoolbar.hxx b/include/filter/msfilter/mstoolbar.hxx index 7cceb145897d..46966d6482a2 100644 --- a/include/filter/msfilter/mstoolbar.hxx +++ b/include/filter/msfilter/mstoolbar.hxx @@ -285,7 +285,7 @@ class MSFILTER_DLLPUBLIC TBCData final : public TBBase TBCData(const TBCData&) = delete; TBCData& operator = ( const TBCData&) = delete; public: - TBCData( const TBCHeader& Header ); + TBCData( TBCHeader Header ); bool Read(SvStream &rS) override; #ifdef DEBUG_FILTER_MSTOOLBAR virtual void Print( FILE* ) override; -- cgit