[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - include/sfx2

Tor Lillqvist tml at collabora.com
Tue Jun 7 17:38:28 UTC 2016


 include/sfx2/templateabstractview.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c917af216eea8d138bb4d05c54beef3015a2b6b
Author: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

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:
 


More information about the Libreoffice-commits mailing list