Commit 5ad402ac authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с неправильным заполнением гиперссылки при копировании через бинарник (баг 21366).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50853 954022d7-b5bf-4e40-9824-e11837661b57
parent 034df91b
......@@ -7889,9 +7889,9 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
}
}
if(null != sLink)
hyp.Value = this.trimField(sLink);
hyp.Set_Value( this.trimField(sLink) );
if(null != sTooltip)
hyp.ToolTip = this.trimField(sTooltip);
hyp.Set_ToolTip( this.trimField(sTooltip) );
}
};
this.trimField = function( str ){
......
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