[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/workben
Stephan Bergmann
sbergman at redhat.com
Wed Sep 2 03:23:34 PDT 2015
vcl/workben/vcldemo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7bdc30064bf5ff5600550e234bc111bd54112254
Author: Stephan Bergmann <sbergman at redhat.com>
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());
More information about the Libreoffice-commits
mailing list