[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann sbergman at redhat.com
Fri Dec 11 13:32:40 PST 2015


 connectivity/source/drivers/macab/MacabDriver.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 965ae41a23546508b34d6c582973b321c7251ecc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 11 22:32:00 2015 +0100

    loplugin:nullptr
    
    Change-Id: Ib3acd5b853283dce2cdcbe72d7992637368fdf6b

diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx
index bb32e6b..57632e6 100644
--- a/connectivity/source/drivers/macab/MacabDriver.cxx
+++ b/connectivity/source/drivers/macab/MacabDriver.cxx
@@ -87,7 +87,7 @@ namespace
     template< typename FUNCTION >
     void lcl_getFunctionFromModuleOrUnload( oslModule& _rModule, const sal_Char* _pAsciiSymbolName, FUNCTION& _rFunction )
     {
-        _rFunction = NULL;
+        _rFunction = nullptr;
         if ( _rModule )
         {
 


More information about the Libreoffice-commits mailing list