sw/source/core/unocore/unochart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 790e6302c004be5d52990061a1a68369d75ecb1a
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed May 27 10:30:39 2015 +0300

    WaE: implicit conversion of NULL constant to 'nullptr_t'
    
    Change-Id: Icc449f0ef2dff9d1f6eae97b7b4a594a81afadd5

diff --git a/sw/source/core/unocore/unochart.cxx 
b/sw/source/core/unocore/unochart.cxx
index 969fdbc..161ee5f 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2463,7 +2463,7 @@ void SAL_CALL SwChartDataSequence::dispose(  )
             if (pLclRegisteredIn && pLclRegisteredIn->HasWriterListeners())
             {
                 pLclRegisteredIn->Remove(this);
-                pTableCrsr = NULL;
+                pTableCrsr = nullptr;
             }
         }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to