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

New commits:
commit 977aabeaf6e31a40f23b6d095056d63dad243663
Author: Stephan Bergmann <sberg...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to