Commit 2d225765 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Перенес c_oAscMaxRowHeight в commonDefines.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61338 954022d7-b5bf-4e40-9824-e11837661b57
parent fc821d09
......@@ -3,6 +3,7 @@
var g_bDate1904 = false;
var FONT_THUMBNAIL_HEIGHT = (7 * 96.0 / 25.4) >> 0;
var c_oAscMaxColumnWidth = 255;
var c_oAscMaxRowHeight = 409;
//files type for Saving & DownloadAs
var c_oAscFileType = {
......
......@@ -311,4 +311,3 @@ var c_oAscFormulaRangeBorderColor = [
var c_oAscLockNameFrozenPane = "frozenPane";
var c_oAscLockNameTabColor = "tabColor";
var c_oAscMaxRowHeight = 409;
......@@ -1550,9 +1550,7 @@ var gUndoInsDelCellsFlag = true;
if(isTurnOffHistory)
History.TurnOn();
}
else
return false;
}
};
if(cellId)
activeRange = t._idToRange(cellId);
......
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