include/sfx2/templateabstractview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c917af216eea8d138bb4d05c54beef3015a2b6b Author: Tor Lillqvist <[email protected]> Date: Mon Jun 6 10:22:49 2016 +0300 loplugin:staticmethods Change-Id: I1c178eedb1443372cdc474e36133400c0ad476ba (cherry picked from commit 9d4bc00abbada676e17ff44c5bc1cc7a77765575) Reviewed-on: https://gerrit.libreoffice.org/26035 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx index 2f235ca..611bc5e 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
