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

New commits:
commit 5a18ed5e4d8cf0192e62e56eb6481353d74c4a84
Author: Stephan Bergmann <sberg...@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(); }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to