diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-23 09:21:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-05-23 09:32:38 +0200 |
commit | a654f116aa0cdf8150f1b3cfbb81107f6b8019c6 (patch) | |
tree | 4cecffe91b3db1f9429ffb25b73e59d64de5c96e /sfx2/source/inc | |
parent | 4a98af674c90de499909174af409d0e29cc155e2 (diff) |
loplugin:staticmethods
Change-Id: I49d23df461ba8922b2e561c0f9466f3a625e0479
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/templatesearchview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/templatesearchview.hxx b/sfx2/source/inc/templatesearchview.hxx index 129b7da30042..7a4fdb52d5e6 100644 --- a/sfx2/source/inc/templatesearchview.hxx +++ b/sfx2/source/inc/templatesearchview.hxx @@ -39,7 +39,7 @@ public: const OUString &rTitle, const OUString &rSubtitle, const OUString &rPath, const BitmapEx &rImage ); - BitmapEx getDefaultThumbnail( const OUString& rPath ); + static BitmapEx getDefaultThumbnail( const OUString& rPath ); protected: virtual void OnItemDblClicked(ThumbnailViewItem *pItem) override; |