summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtpaint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtpaint.hxx')
-rw-r--r--sw/source/core/text/txtpaint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtpaint.hxx b/sw/source/core/text/txtpaint.hxx
index 98c2ba61b230..16f883907427 100644
--- a/sw/source/core/text/txtpaint.hxx
+++ b/sw/source/core/text/txtpaint.hxx
@@ -41,7 +41,7 @@ public:
}
inline ~SwSaveClip();
- inline void ChgClip( const SwRect &rRect, const SwTextFrm* pFrm = 0,
+ inline void ChgClip( const SwRect &rRect, const SwTextFrm* pFrm = nullptr,
bool bEnlargeRect = false)
{ if( pOut ) _ChgClip( rRect, pFrm, bEnlargeRect ); }
void Reset();
@@ -82,7 +82,7 @@ public:
};
inline SwDbgOut::SwDbgOut( OutputDevice* pOutDev, const bool bOn )
- :pOut( bOn ? pOutDev : 0 )
+ :pOut( bOn ? pOutDev : nullptr )
{ }
inline DbgBackColor::DbgBackColor( OutputDevice* pOutDev, const bool bOn,