summaryrefslogtreecommitdiff
path: root/sw/source/core/para/paratr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/para/paratr.cxx')
-rw-r--r--sw/source/core/para/paratr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx
index bb893e039377..fb9b973f01a3 100644
--- a/sw/source/core/para/paratr.cxx
+++ b/sw/source/core/para/paratr.cxx
@@ -50,8 +50,8 @@ TYPEINIT1_AUTOFACTORY( SwParaConnectBorderItem, SfxBoolItem);
SwFormatDrop::SwFormatDrop()
: SfxPoolItem( RES_PARATR_DROP ),
- SwClient( 0 ),
- pDefinedIn( 0 ),
+ SwClient( nullptr ),
+ pDefinedIn( nullptr ),
nDistance( 0 ),
nReadFormat( USHRT_MAX ),
nLines( 0 ),
@@ -63,7 +63,7 @@ SwFormatDrop::SwFormatDrop()
SwFormatDrop::SwFormatDrop( const SwFormatDrop &rCpy )
: SfxPoolItem( RES_PARATR_DROP ),
SwClient( rCpy.GetRegisteredInNonConst() ),
- pDefinedIn( 0 ),
+ pDefinedIn( nullptr ),
nDistance( rCpy.GetDistance() ),
nReadFormat( rCpy.nReadFormat ),
nLines( rCpy.GetLines() ),