diff options
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwppara.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx index 22cf0287b047..b2326f0825f7 100644 --- a/lotuswordpro/source/filter/lwppara.cxx +++ b/lotuswordpro/source/filter/lwppara.cxx @@ -578,8 +578,6 @@ void LwpPara::RegisterStyle() LwpNumberingOverride* pNumbering = this->GetParaNumbering(); sal_uInt16 nPosition = pNumbering->GetPosition(); bool bLesser = m_pSilverBullet->IsLesserLevel(nPosition); - /*sal_Bool bResetSection =*/ m_pSilverBullet->IsNewSection(nPosition); - bool bHeading; LwpPara* pPara = this; LwpPara* pPrePara = NULL; sal_uInt16 nNum = 0, nLevel = 0, nFoundLevel = 0xffff, nFoundBound = 0; @@ -589,7 +587,7 @@ void LwpPara::RegisterStyle() { nFoundBound++; } - bHeading = pNumbering->IsHeading(); + bool bHeading = pNumbering->IsHeading(); while(true) { |