Commit 23c89533 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48944 954022d7-b5bf-4e40-9824-e11837661b57
parent 9de2e674
......@@ -1627,7 +1627,6 @@ CGroupShape.prototype =
writeToBinaryForCopyPaste: function(w)
{
w.WriteLong(CLASS_TYPE_GROUP);
this.spPr.Write_ToBinary2(w);
w.WriteLong(this.spTree.length);
for(var i = 0; i < this.spTree.length; ++i)
......
......@@ -1061,7 +1061,6 @@ CImageShape.prototype =
writeToBinaryForCopyPaste: function(w)
{
w.WriteLong(CLASS_TYPE_IMAGE);
this.blipFill.Write_ToBinary2(w);
this.spPr.Write_ToBinary2(w);
return "TeamLabImage" + w.pos + ";" + w.GetBase64Memory();
......
......@@ -2825,7 +2825,6 @@ CShape.prototype =
writeToBinaryForCopyPaste: function(w)
{
w.WriteLong(CLASS_TYPE_SHAPE);
this.spPr.Write_ToBinary2(w);
w.WriteBool(isRealObject(this.style));
if(isRealObject(this.style))
......
......@@ -5626,7 +5626,7 @@ function DefaultKeyDownHandle(drawingObjectsController, e)
}
else if ( e.keyCode == 83 && false === isViewMode && true === e.ctrlKey ) // Ctrl + S - save
{
bRetValue = true;
bRetValue = false;
}
else if ( e.keyCode == 85 && false === isViewMode && true === e.ctrlKey ) // Ctrl + U - делаем текст подчеркнутым
{
......
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