diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:17:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:29:27 +0300 |
commit | 043b2900aed2f6e2c22e90710302b15afec312b4 (patch) | |
tree | cbc066c88aea81c946f3c39961185443b8f2f68c /include/sfx2 | |
parent | 3eb15d6119ff36d79aed3b8a42bac42c25afea4e (diff) |
loplugin:passstuffbyref
Change-Id: Ie1cd7d63aaf2963137138def86cf5f4e141569b2
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/templateabstractview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx index 53641a73c632..d10da2368d06 100644 --- a/include/sfx2/templateabstractview.hxx +++ b/include/sfx2/templateabstractview.hxx @@ -112,7 +112,7 @@ public: long getThumbnailWidth() const { return mnThumbnailWidth;} long getThumbnailHeight() const {return mnThumbnailHeight;} - void RemoveDefaultTemplateIcon( OUString rPath); + void RemoveDefaultTemplateIcon( const OUString& rPath); static BitmapEx scaleImg (const BitmapEx &rImg, long width, long height); |