[DE] Fix Bug 43931 (#337)
This commit is contained in:
parent
1138cff890
commit
e0dca9ed4a
|
@ -248,6 +248,7 @@ define([
|
|||
props.put_Hyperlink(true);
|
||||
props.put_ShowPageNumbers(false);
|
||||
props.put_TabLeader( Asc.c_oAscTabLeader.None);
|
||||
props.put_StylesType(Asc.c_oAscTOCStylesType.Web);
|
||||
(currentTOC) ? this.api.asc_SetTableOfContentsPr(props) : this.api.asc_AddTableOfContents(null, props);
|
||||
break;
|
||||
case 'settings':
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in a new issue