[Libreoffice-commits] core.git: vcl/workben
Stephan Bergmann
sbergman at redhat.com
Sun Jan 10 23:46:30 PST 2016
vcl/workben/vcldemo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88c7221926934694635838a269ef3e1659ba03bd
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 11 08:45:57 2016 +0100
loplugin:staticmethods
Change-Id: I15d48d69dd05de34f1b85896c2b143d6f17eeecb
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index e293cc5..3b3ddeb 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -570,7 +570,7 @@ public:
struct DrawEllipse : public RegionRenderer
{
RENDER_DETAILS(ellipse,KEY_E,500)
- void doInvert(OutputDevice &rDev, const Rectangle &r,
+ static void doInvert(OutputDevice &rDev, const Rectangle &r,
InvertFlags nFlags)
{
rDev.Invert(r, nFlags);
More information about the Libreoffice-commits
mailing list