From 54a97eb9ddd66294f303189ca12ef726177453cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jul 2022 15:52:29 +0200 Subject: 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 --- include/vcl/imap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/imap.hxx') 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 -- cgit