diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-30 11:59:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-31 09:59:23 +0200 |
commit | 2bd1e7aafeebdfe0e1656ed1ff01762039be5af1 (patch) | |
tree | 279c9bbaffbf8b253d7b41665b1a3e403e1480a4 /sw/inc/redline.hxx | |
parent | 7a7be32e5265f897174f3880adc061dac0203f1f (diff) |
loplugin:constantparam in sw
Change-Id: I2d99ff8149f6348a3781e01e9b3079f6c2505d6a
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r-- | sw/inc/redline.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 2649010afa3d..1033a5668207 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -197,10 +197,10 @@ public: SwRangeRedline( const SwRedlineData& rData, const SwPaM& rPam ); SwRangeRedline( const SwRedlineData& rData, const SwPosition& rPos ); // For sw3io: pData is taken over! - SwRangeRedline(SwRedlineData* pData, const SwPosition& rPos, bool bVsbl, - bool bDelLP, bool bIsPD) : + SwRangeRedline(SwRedlineData* pData, const SwPosition& rPos, + bool bDelLP) : SwPaM( rPos ), pRedlineData( pData ), pContentSect( nullptr ), - bDelLastPara( bDelLP ), bIsLastParaDelete( bIsPD ), bIsVisible( bVsbl ) + bDelLastPara( bDelLP ), bIsLastParaDelete( false ), bIsVisible( true ) {} SwRangeRedline( const SwRangeRedline& ); virtual ~SwRangeRedline(); |