[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Wed Feb 17 13:32:56 UTC 2016


 sd/source/ui/view/viewoverlaymanager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 977aabeaf6e31a40f23b6d095056d63dad243663
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 17 14:32:28 2016 +0100

    loplugin:staticmethods
    
    Change-Id: I7efdeae245b51d1e5bff282fd46bc977d61bda2f

diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx
index 426e56a..889259f 100644
--- a/sd/source/ui/view/viewoverlaymanager.cxx
+++ b/sd/source/ui/view/viewoverlaymanager.cxx
@@ -139,7 +139,7 @@ public:
 
     int getHighlightId() const { return mnHighlightId; }
 
-    void HideTip();
+    static void HideTip();
 
 private:
     rtl::Reference< ChangePlaceholderTag > mxTag;


More information about the Libreoffice-commits mailing list