Commit 5f2f0f17 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлены проблемы с минимизацией.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53305 954022d7-b5bf-4e40-9824-e11837661b57
parent a21e6b1b
...@@ -60,7 +60,7 @@ var c_oAscTableSelectionType = ...@@ -60,7 +60,7 @@ var c_oAscTableSelectionType =
Row : 1, Row : 1,
Column : 2, Column : 2,
Table : 3 Table : 3
} };
var linerule_AtLeast = 0; var linerule_AtLeast = 0;
var linerule_Auto = 1; var linerule_Auto = 1;
......
...@@ -879,7 +879,7 @@ var lcid_haLatn = 0x7c68; // Hausa, Latin ...@@ -879,7 +879,7 @@ var lcid_haLatn = 0x7c68; // Hausa, Latin
} }
} }
window["CDetectFontUse"] = CDetectFontUse; window.CDetectFontUse = CDetectFontUse;
})(window.document); })(window.document);
var g_font_detector = new window.CDetectFontUse(); var g_font_detector = new window.CDetectFontUse();
......
...@@ -12402,7 +12402,7 @@ CParaLineMetrics.prototype = ...@@ -12402,7 +12402,7 @@ CParaLineMetrics.prototype =
} }
return LineGap; return LineGap;
} }
} };
function CParaLine(StartPos) function CParaLine(StartPos)
{ {
......
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