vcl/workben/vcldemo.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3f42bcede27ed78ac1216ca099a5971dc4ff300
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Aug 31 22:42:08 2015 +0200

    loplugin:staticmethods
    
    Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9

diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 417d69f..7ff45e0 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -1660,7 +1660,7 @@ class OpenGLTests
     OpenGLContext *mpA;
     OpenGLContext *mpB;
 
-    OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin)
+    static OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin)
     {
         SalGraphics *pGraphics = xWin->GetGraphics();
         return dynamic_cast<OpenGLSalGraphicsImpl *>(pGraphics->GetImpl());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to