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

Noel Grandin noel at peralex.com
Sun Jul 26 23:53:48 PDT 2015


 svx/source/sidebar/area/AreaPropertyPanel.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5bc58f7bdc6e612f609ae4a2d3a83ef0394511d
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jul 27 08:50:26 2015 +0200

    loplugin:staticmethods
    
    Change-Id: I151c96d20fe374454924fb0e1c01d9a10be73406

diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hxx b/svx/source/sidebar/area/AreaPropertyPanel.hxx
index cd744cb..2630eb3 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.hxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.hxx
@@ -91,7 +91,7 @@ private:
 
     SfxBindings* mpBindings;
 
-    void Initialize();
+    static void Initialize();
 };
 
 


More information about the Libreoffice-commits mailing list