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

Stephan Bergmann sbergman at redhat.com
Wed Feb 17 13:10:39 UTC 2016


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

New commits:
commit d593fb2cbe0061a0fcc73502fae200e852043cb3
Author: Stephan Bergmann <sbergman at 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


More information about the Libreoffice-commits mailing list