Kaydet (Commit) 043b2900 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

loplugin:passstuffbyref

Change-Id: Ie1cd7d63aaf2963137138def86cf5f4e141569b2
üst 3eb15d61
......@@ -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);
......
......@@ -267,7 +267,7 @@ bool TemplateAbstractView::IsDefaultTemplate(const OUString& rPath)
return false;
}
void TemplateAbstractView::RemoveDefaultTemplateIcon( OUString rPath)
void TemplateAbstractView::RemoveDefaultTemplateIcon(const OUString& rPath)
{
for (ThumbnailViewItem* pItem : mItemList)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment