summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VTitle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/VTitle.cxx')
-rw-r--r--chart2/source/view/main/VTitle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/VTitle.cxx b/chart2/source/view/main/VTitle.cxx
index 41d7eebeea23..a2212ca1b602 100644
--- a/chart2/source/view/main/VTitle.cxx
+++ b/chart2/source/view/main/VTitle.cxx
@@ -35,10 +35,10 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::chart2;
VTitle::VTitle( const uno::Reference< XTitle > & xTitle )
- : m_xTarget(NULL)
- , m_xShapeFactory(NULL)
+ : m_xTarget(nullptr)
+ , m_xShapeFactory(nullptr)
, m_xTitle(xTitle)
- , m_xShape(NULL)
+ , m_xShape(nullptr)
, m_aCID()
, m_fRotationAngleDegree(0.0)
, m_nXPos(0)