diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-05-27 10:30:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-05-27 10:30:39 +0300 |
commit | 790e6302c004be5d52990061a1a68369d75ecb1a (patch) | |
tree | 3a9932a5e2f407983a6837c163a6e3d0a177eb86 | |
parent | a67be04ba374a6e4f3c5abe4de2ab3cf86e7b538 (diff) |
WaE: implicit conversion of NULL constant to 'nullptr_t'
Change-Id: Icc449f0ef2dff9d1f6eae97b7b4a594a81afadd5
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 969fdbcfd08e..161ee5f7b76a 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; } } |