diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:22:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:29:28 +0300 |
commit | 9d4bc00abbada676e17ff44c5bc1cc7a77765575 (patch) | |
tree | b671dfc060775128c7bd5f41d071f3653cbc684b | |
parent | d6efb4e417b3f85782c82fd97788db6b26740a19 (diff) |
loplugin:staticmethods
Change-Id: I1c178eedb1443372cdc474e36133400c0ad476ba
-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 d10da2368d06..e6029685d05d 100644 --- a/include/sfx2/templateabstractview.hxx +++ b/include/sfx2/templateabstractview.hxx @@ -124,7 +124,7 @@ protected: virtual void OnItemDblClicked(ThumbnailViewItem *pItem) override; - bool IsDefaultTemplate(const OUString& rPath); + static bool IsDefaultTemplate(const OUString& rPath); protected: |