[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Wed May 27 00:58:35 PDT 2015
sw/source/core/unocore/unochart.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 790e6302c004be5d52990061a1a68369d75ecb1a
Author: Tor Lillqvist <tml at 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;
}
}
More information about the Libreoffice-commits
mailing list