This commit is contained in:
parent
de7b7758c4
commit
10d71e956c
@ -2714,6 +2714,11 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ((MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SkipOneStepLevel) == E_DocStructStyle.DSS_SkipOneStepLevel)
|
||||||
|
level++;
|
||||||
|
if ((MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SkipTwoStepLevels) == E_DocStructStyle.DSS_SkipTwoStepLevels)
|
||||||
|
level += 2;
|
||||||
|
|
||||||
return level;
|
return level;
|
||||||
}
|
}
|
||||||
public int CurrentSectionLevel()
|
public int CurrentSectionLevel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user