Commit e54e936d authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49504 954022d7-b5bf-4e40-9824-e11837661b57
parent c4337be2
......@@ -1929,6 +1929,7 @@ function CDrawingDocument()
this.OnRecalculatePage = function(index, pageObject)
{
this.TableOutlineDr.TableOutline = null;
editor.asc_fireCallback("asc_onDocumentChanged");
if (true === this.m_bIsSearching)
{
......
......@@ -1688,6 +1688,10 @@ CDocumentRenderer.prototype =
// эта функция не для печати или сохранения вообще
},
DrawSpellingLine : function(y0, x0, x1, w)
{
},
// smart methods for horizontal / vertical lines
drawHorLine : function(align, y, x, r, penW)
{
......
......@@ -1955,6 +1955,10 @@ CSlideBoundsChecker.prototype =
{
},
DrawSpellingLine : function(y0, x0, x1, w)
{
},
// smart methods for horizontal / vertical lines
drawHorLine : function(align, y, x, r, penW)
{
......
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