summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-06-06 10:22:49 +0300
committerTor Lillqvist <tml@collabora.com>2016-06-07 17:37:14 +0000
commit1c917af216eea8d138bb4d05c54beef3015a2b6b (patch)
treeda709c9c9598f3aa01630efadce32d49d6ab2a34 /include
parentb340ad6dfe333bec3da4bd1bfd4b80acc39ec9cf (diff)
loplugin:staticmethods
Change-Id: I1c178eedb1443372cdc474e36133400c0ad476ba (cherry picked from commit 9d4bc00abbada676e17ff44c5bc1cc7a77765575) Reviewed-on: https://gerrit.libreoffice.org/26035 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 2f235ca04a29..611bc5e9a730 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -129,7 +129,7 @@ protected:
virtual void OnItemDblClicked(ThumbnailViewItem *pItem) override;
- bool IsDefaultTemplate(const OUString& rPath);
+ static bool IsDefaultTemplate(const OUString& rPath);
protected: