summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 1033a5668207..0adc5c9e8cb5 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -184,7 +184,6 @@ class SW_DLLPUBLIC SwRangeRedline : public SwPaM
SwRedlineData* pRedlineData;
SwNodeIndex* pContentSect;
bool bDelLastPara : 1;
- bool bIsLastParaDelete : 1;
bool bIsVisible : 1;
void MoveToSection();
@@ -200,7 +199,7 @@ public:
SwRangeRedline(SwRedlineData* pData, const SwPosition& rPos,
bool bDelLP) :
SwPaM( rPos ), pRedlineData( pData ), pContentSect( nullptr ),
- bDelLastPara( bDelLP ), bIsLastParaDelete( false ), bIsVisible( true )
+ bDelLastPara( bDelLP ), bIsVisible( true )
{}
SwRangeRedline( const SwRangeRedline& );
virtual ~SwRangeRedline();