INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED

2008/05/14 12:59:10 od 1.18.192.4: #i86732# remove no longer needed code
2008/05/08 16:17:41 od 1.18.192.3: RESYNC: (1.19-1.20); FILE MERGED
2008/03/20 14:18:57 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED
2008/03/06 08:32:45 od 1.18.192.1: #i86732# class <SwNumPositionTabPage>
	 - refactoring: remove unused member <bHasChild>
This commit is contained in:
Rüdiger Timm 2008-06-13 10:16:29 +00:00
parent 5a822cd89f
commit 6084e147c7

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: num.cxx,v $
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@ -536,8 +536,6 @@ void SwNumPositionTabPage::Reset( const SfxItemSet& rSet )
}
aLevelLB.SetUpdateMode(TRUE);
if(SFX_ITEM_SET == rSet.GetItemState(FN_PARAM_CHILD_LEVELS, FALSE, &pItem))
bHasChild = ((const SfxBoolItem*)pItem)->GetValue();
if(!pActNum)
pActNum = new SwNumRule(*pSaveNum);
else if(*pSaveNum != *pActNum)