summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xexch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xexch.cxx')
-rw-r--r--svx/source/xoutdev/xexch.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/xoutdev/xexch.cxx b/svx/source/xoutdev/xexch.cxx
index 7e618275d83f..2993c5bc4395 100644
--- a/svx/source/xoutdev/xexch.cxx
+++ b/svx/source/xoutdev/xexch.cxx
@@ -32,8 +32,8 @@
/// default CTOR, for Assign()
XFillExchangeData::XFillExchangeData() :
- pXFillAttrSetItem( NULL ),
- pPool( NULL )
+ pXFillAttrSetItem( nullptr ),
+ pPool( nullptr )
{
}
@@ -132,8 +132,8 @@ XFillExchangeData& XFillExchangeData::operator=( const XFillExchangeData& rData
pXFillAttrSetItem = static_cast<XFillAttrSetItem*>( rData.pXFillAttrSetItem->Clone( pPool = rData.pXFillAttrSetItem->GetItemSet().GetPool() ) );
else
{
- pPool = NULL;
- pXFillAttrSetItem = NULL;
+ pPool = nullptr;
+ pXFillAttrSetItem = nullptr;
}
return( *this );