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

New commits:
commit 88c7221926934694635838a269ef3e1659ba03bd
Author: Stephan Bergmann <[email protected]>
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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to