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

Stephan Bergmann sbergman at redhat.com
Fri Jul 15 17:48:41 UTC 2016


 vcl/inc/osx/salframe.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a18ed5e4d8cf0192e62e56eb6481353d74c4a84
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 15 19:48:12 2016 +0200

    loplugin:nullptr
    
    Change-Id: I35e2ee930d29cc8547a0fcf39d199727d7815748

diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h
index d2593d9..81e1614 100644
--- a/vcl/inc/osx/salframe.h
+++ b/vcl/inc/osx/salframe.h
@@ -161,7 +161,7 @@ public:
     void UpdateFrameGeometry();
 
     // trigger painting of the window
-    void SendPaintEvent( const Rectangle* pRect = NULL );
+    void SendPaintEvent( const Rectangle* pRect = nullptr );
 
     static bool isAlive( const AquaSalFrame* pFrame )
     { return GetSalData()->maFrameCheck.find( pFrame ) != GetSalData()->maFrameCheck.end(); }


More information about the Libreoffice-commits mailing list