Commit aac10437 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 21045

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50998 954022d7-b5bf-4e40-9824-e11837661b57
parent bb35b610
......@@ -205,8 +205,8 @@ CChartAsGroup.prototype =
var bin = w.pos + ";" + w.GetBase64Memory();
var new_chart_data = new asc_CChart(this.chart);
var r = CreateBinaryReader(bin, 0, bin.length);
new_chart_data.Read_FromBinary2(r);
/* var r = CreateBinaryReader(bin, 0, bin.length);
new_chart_data.Read_FromBinary2(r); */
if(chart.styleId != null)
new_chart_data.asc_setStyleId(chart.styleId);
......
......@@ -117,7 +117,10 @@ var c_oAscError = {
ConvertationPassword: -19,
VKeyEncrypt: -20,
KeyExpire: -21,
UserCountExceed: -22
UserCountExceed: -22,
SplitCellMaxRows: -23,
SplitCellMaxCols: -24,
SplitCellRowsDivider: -25
}
};
......
......@@ -1479,6 +1479,7 @@ $(document).ready(function(){
editor.asc_registerCallback("asc_onTextLanguage", function()
{
return;
var Value = arguments[0];
var PrLang = document.getElementById("prLang");
......
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