Commit 3bdb6212 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с добавлением гиперссылки поверх комментария (баг 31166).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66948 954022d7-b5bf-4e40-9824-e11837661b57
parent a0dc429a
...@@ -1437,6 +1437,10 @@ ParaComment.prototype.Get_CurrentParaPos = function() ...@@ -1437,6 +1437,10 @@ ParaComment.prototype.Get_CurrentParaPos = function()
{ {
return new CParaPos(this.StartRange, this.StartLine, 0, 0); return new CParaPos(this.StartRange, this.StartLine, 0, 0);
}; };
ParaComment.prototype.Get_TextPr = function(ContentPos, Depth)
{
return new CTextPr();
};
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
// Разное // Разное
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
......
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