Commit 01b4eafb authored by GoshaZotov's avatar GoshaZotov

+ previous revision

parent 0d1b61be
......@@ -2442,14 +2442,15 @@ PasteProcessor.prototype =
{
paragraphContent.splice(i + n, 0, elem.Content[n]);
}
i--;
//checkInsideDrawings(elem.Content);
break;
}
case para_Math:
{
//преобразуем в текст
this._convertParaMathToText(elem);
break;
}
}
......@@ -2478,6 +2479,11 @@ PasteProcessor.prototype =
}
},
_convertParaMathToText: function(paraMath)
{
//TODO пока добавляю функцию здесь. должна она находиться в Math.js
},
_convertTableToText: function(table, obj, newParagraph)
{
var oDoc = this.oLogicDocument;
......
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