Commit 81d5f87e authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ к rev.63855

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63856 954022d7-b5bf-4e40-9824-e11837661b57
parent 5e721720
......@@ -4352,7 +4352,6 @@ TablePart.prototype.recalc = function(ws) {
TablePart.prototype.moveRef = function(col, row, ws) {
var ref = this.Ref.clone();
ref.setOffset({offsetCol: col ? col : 0, offsetRow: row ? row : 0});
var worksheet = ws.model;
this.Ref = ref;
//event
......
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