summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-06-06 10:17:46 +0300
committerTor Lillqvist <tml@collabora.com>2016-06-07 17:34:28 +0000
commit80c26f152e7930fda2a258b37e9726525027c584 (patch)
tree725e116cf6f02c0e201c545bb8176e59eed2ccd6 /include
parent1faaad816c7af25c692733e9651923ff18d82ac1 (diff)
loplugin:passstuffbyref
Change-Id: Ie1cd7d63aaf2963137138def86cf5f4e141569b2 (cherry picked from commit 043b2900aed2f6e2c22e90710302b15afec312b4) Reviewed-on: https://gerrit.libreoffice.org/26033 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templateabstractview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 33c9a7449daa..2f235ca04a29 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -117,7 +117,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);