diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-07-18 09:13:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-07-18 20:19:15 +0200 |
commit | 278e97ab0272e9c1975bd7780697067f0b91bd46 (patch) | |
tree | 7d8db23b12516aecd1289a7afcd88b7ff5402d35 /include/vcl/metaact.hxx | |
parent | 54aebc2c8ff25f17a4083fe6c60c38c4f391af12 (diff) |
cid#1507357 Big parameter passed by value
and
cid#1507358 Big parameter passed by value
cid#1507359 Big parameter passed by value
Change-Id: I7adb0497e4e8b90683ee644790c4657b8ac75fef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137167
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/metaact.hxx')
-rw-r--r-- | include/vcl/metaact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx index 1719fca6ff6d..37c3db3d9273 100644 --- a/include/vcl/metaact.hxx +++ b/include/vcl/metaact.hxx @@ -1096,7 +1096,7 @@ public: virtual rtl::Reference<MetaAction> Clone() const override; MetaWallpaperAction( const tools::Rectangle& rRect, - Wallpaper aPaper ); + const Wallpaper& rPaper ); virtual void Move( tools::Long nHorzMove, tools::Long nVertMove ) override; virtual void Scale( double fScaleX, double fScaleY ) override; |