[DE] Refactoring TextAssociation types

This commit is contained in:
Julia Radzhabova 2022-02-04 17:21:07 +03:00
parent 4f4c02aefa
commit 7f4cb6a262

View file

@ -376,9 +376,9 @@ define([
title: this.titleConvertOptions,
label: this.textGroup,
items: [
{caption: this.textChar, value: Asc.c_oAscTextAssociation.Char, checked: true},
{caption: this.textLine, value: Asc.c_oAscTextAssociation.Line, checked: false},
{caption: this.textParagraph, value: Asc.c_oAscTextAssociation.Block, checked: false}
{caption: this.textChar, value: Asc.c_oAscTextAssociation.BlockChar, checked: true},
{caption: this.textLine, value: Asc.c_oAscTextAssociation.BlockLine, checked: false},
{caption: this.textParagraph, value: Asc.c_oAscTextAssociation.PlainLine, checked: false}
],
handler: function (dlg, result) {
if (result=='ok') {