From 7f4cb6a26244876de70e581049d8052db9d51a04 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 4 Feb 2022 17:21:07 +0300 Subject: [PATCH] [DE] Refactoring TextAssociation types --- apps/documenteditor/main/app/controller/LeftMenu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index 9d95cd407..1415c6ed2 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -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') {