diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-04 09:27:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-04 15:08:26 +0200 |
commit | a3e061845b736409094af2bcc2a542ec94b093d9 (patch) | |
tree | d3a93c07d3a98f8b377a86382d883246fc68c288 /sw/inc/tblafmt.hxx | |
parent | 502357eef1a6d74a0aeb0b3f2ed956cb6f671008 (diff) |
clang-tidy modernize-pass-by-value in sw
Change-Id: Ie5c250c64f95e649d33d3f3da7b54e81a4b81d0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137781
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r-- | sw/inc/tblafmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index 4049c28f5714..c056810450be 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -181,7 +181,7 @@ class SW_DLLPUBLIC SwTableAutoFormat bool m_bHidden; bool m_bUserDefined; public: - SwTableAutoFormat( const OUString& rName ); + SwTableAutoFormat( OUString aName ); SwTableAutoFormat( const SwTableAutoFormat& rNew ); ~SwTableAutoFormat(); |