diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-12 15:52:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-13 09:22:40 +0200 |
commit | 54a97eb9ddd66294f303189ca12ef726177453cb (patch) | |
tree | fc068c028f44ef859021bf4b1a66daa29491a20d /include/vcl/imap.hxx | |
parent | 72f631977435a704008a55d3be6489ba619e3064 (diff) |
clang-tidy modernize-pass-by-value in vcl
Change-Id: I9ddb786eb88213c53cf53067ced6899ca40ac6e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137000
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/imap.hxx')
-rw-r--r-- | include/vcl/imap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/imap.hxx b/include/vcl/imap.hxx index 0623920039a3..6245d2928802 100644 --- a/include/vcl/imap.hxx +++ b/include/vcl/imap.hxx @@ -63,7 +63,7 @@ private: public: ImageMap() {}; - ImageMap( const OUString& rName ); + ImageMap( OUString aName ); ImageMap( const ImageMap& rImageMap ); // all IMapObjects are destroyed in the destructor |