add #overrideLevel method to concrete numberings

This commit is contained in:
felipe
2017-04-12 15:54:14 +02:00
parent 16b9057ac6
commit 6fc4ad782a
3 changed files with 98 additions and 0 deletions

View File

@ -214,3 +214,5 @@ export class Level extends LevelBase {
super(level, 1, numberFormat, levelText, lvlJc);
}
}
export class LevelForOverride extends LevelBase {}