summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/mstoolbar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-01 15:18:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-01 18:52:21 +0200
commit6b252b6adb1613c6392cbb1462bae218d0d43032 (patch)
tree01e95df4441a71cafdbab3e302abdf695f4cdfd4 /include/filter/msfilter/mstoolbar.hxx
parentdabd26614ddf73a2fb382e7a105c8c11c88741d9 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter/msfilter/mstoolbar.hxx')
-rw-r--r--include/filter/msfilter/mstoolbar.hxx2
1 files changed, 1 insertions, 1 deletions
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;