summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/ChartRangeSelectionListener.cxx')
-rw-r--r--sc/source/ui/unoobj/ChartRangeSelectionListener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
index d46429204041..f4686de887e9 100644
--- a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
+++ b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
@@ -69,7 +69,7 @@ void SAL_CALL ScChartRangeSelectionListener::disposing( const lang::EventObject&
// ____ WeakComponentImplHelperBase ____
void SAL_CALL ScChartRangeSelectionListener::disposing()
{
- m_pViewShell = 0;
+ m_pViewShell = nullptr;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */