vcl/workben/vcldemo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7bdc30064bf5ff5600550e234bc111bd54112254 Author: Stephan Bergmann <[email protected]> Date: Mon Aug 31 22:42:08 2015 +0200 loplugin:staticmethods Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9 (cherry picked from commit f3f42bcede27ed78ac1216ca099a5971dc4ff300) diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 0e32802..96ab22f 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -1644,7 +1644,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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
