Commit 4d3c1f80 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Баг не открывались файлы (Formula 01.docx, Formula 03.docx) в связи с тем, что...

Баг не открывались файлы (Formula 01.docx, Formula 03.docx) в связи с тем, что у JustDraw элемента запрашивалась функция IsOneLineText

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58566 954022d7-b5bf-4e40-9824-e11837661b57
parent 420f9a0e
...@@ -484,7 +484,7 @@ CMathBase.prototype = ...@@ -484,7 +484,7 @@ CMathBase.prototype =
{ {
for(var j = 0; j < this.nCol; j++) for(var j = 0; j < this.nCol; j++)
{ {
if( !this.elements[0][j].IsOneLineText() ) if(!this.elements[0][j].IsJustDraw() && !this.elements[0][j].IsOneLineText())
{ {
bOneLineText = false; bOneLineText = false;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment