Commit 467a32ae authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28002 - [Autosave] Потеря части текста содержащего разрыв строки при...

Bug 28002 - [Autosave] Потеря части текста содержащего разрыв строки при переоткрытии после copy&paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60238 954022d7-b5bf-4e40-9824-e11837661b57
parent d5c84a6c
......@@ -568,7 +568,7 @@ function CCollaborativeChanges()
if ( "undefined" != typeof(Class.Save_Changes2) )
{
var Writer2 = CollaborativeEditing.m_oMemory;
Writer.Seek(0);
Writer2.Seek(0);
if ( true === Class.Save_Changes2( Data, Writer2 ) )
return Len + ";" + Writer.GetBase64Memory2(Pos, Len) + ";" + Writer2.GetCurPosition() + ";" + Writer2.GetBase64Memory();
}
......@@ -756,7 +756,6 @@ function CCollaborativeEditing()
// Генерируем свои изменения
var StartPoint = ( null === History.SavedIndex ? 0 : History.SavedIndex + 1 );
var LastPoint = -1;
if ( this.m_nUseType <= 0 )
{
// (ненужные точки предварительно удаляем)
......
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