svtools/source/table/tabledatawindow.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d593fb2cbe0061a0fcc73502fae200e852043cb3
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Feb 17 14:10:08 2016 +0100

    loplugin:staticmethods
    
    Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9

diff --git a/svtools/source/table/tabledatawindow.hxx 
b/svtools/source/table/tabledatawindow.hxx
index 708d509..b50a5de 100644
--- a/svtools/source/table/tabledatawindow.hxx
+++ b/svtools/source/table/tabledatawindow.hxx
@@ -60,7 +60,7 @@ namespace svt { namespace table
         void                SetBackground(const Wallpaper& rColor);
 
     private:
-        void    impl_hideTipWindow();
+        static void impl_hideTipWindow();
     };
 
 } } // namespace svt::table
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to