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

баг со скачком числа страниц при наборе в колонтитуле

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56491 954022d7-b5bf-4e40-9824-e11837661b57
parent 6d6231f4
......@@ -4332,8 +4332,7 @@ asc_docs_api.prototype.sync_DocSizeCallback = function(width,height){
this.asc_fireCallback("asc_onDocSize",width,height);
}
asc_docs_api.prototype.sync_PageOrientCallback = function(isPortrait){
this.WordControl.m_oDrawingDocument.m_bIsUpdateDocSize = true;
this.asc_fireCallback("asc_onPageOrient",isPortrait);
this.asc_fireCallback("asc_onPageOrient",isPortrait);
}
asc_docs_api.prototype.sync_HeadersAndFootersPropCallback = function(hafProp)
{
......
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