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

Исправлен баг с тем, что нельзя было добавить гиперссылку в автофигуру,...

Исправлен баг с тем, что нельзя было добавить гиперссылку в автофигуру, находящуюся в колонтитуле (баг 21844).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51291 954022d7-b5bf-4e40-9824-e11837661b57
parent 71bbe10f
......@@ -3289,7 +3289,7 @@ CDocumentContent.prototype =
else
{
if ( docpostype_DrawingObjects === this.CurPos.Type )
return this.LogicDocument.DrawingObjects.getSelectedText();
return this.LogicDocument.DrawingObjects.getSelectedText(bClearText);
// Либо у нас нет выделения, либо выделение внутри одного элемента
if ( docpostype_Content == this.CurPos.Type && ( ( true === this.Selection.Use && selectionflag_Common === this.Selection.Flag ) || false === this.Selection.Use ) )
......
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