summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-06-06 10:22:49 +0300
committerTor Lillqvist <tml@collabora.com>2016-06-06 10:29:28 +0300
commit9d4bc00abbada676e17ff44c5bc1cc7a77765575 (patch)
treeb671dfc060775128c7bd5f41d071f3653cbc684b
parentd6efb4e417b3f85782c82fd97788db6b26740a19 (diff)
loplugin:staticmethods
Change-Id: I1c178eedb1443372cdc474e36133400c0ad476ba
-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 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: