[Libreoffice-commits] core.git: vcl/osx

Stephan Bergmann sbergman at redhat.com
Sun Oct 25 12:27:56 PDT 2015


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

New commits:
commit fb3ca9626fd143006dbf709a65e56fa55c2dd52f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Oct 25 20:27:30 2015 +0100

    loplugin:defaultparams
    
    Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470

diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index bee5024..0ae4ff6 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -93,7 +93,7 @@ class AquaDelayedSettingsChanged : public Idle
                 it != pSalData->maFrames.end(); ++it )
             {
                 if( (*it)->mbShown )
-                    (*it)->SendPaintEvent( NULL );
+                    (*it)->SendPaintEvent();
             }
         }
         Stop();


More information about the Libreoffice-commits mailing list