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

merge bugs

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56360 954022d7-b5bf-4e40-9824-e11837661b57
parent de6a1d54
......@@ -241,8 +241,7 @@ function NativeOpenFile()
}
else
{
_api = new window["Asc"]["spreadsheet_api"];
var doc_bin = window.native.GetFileString(g_file_path);
_api = new window["Asc"]["spreadsheet_api"]();
_api.asc_nativeOpenFile(doc_bin);
}
}
......@@ -264,9 +263,8 @@ function NativeOpenFile2()
}
else
{
_api = new window["Asc"]["spreadsheet_api"];
var doc_bin = window.native.GetFileString(window.g_file_path);
_api.asc_nativeOpenFile(doc_bin);
_api = new window["Asc"]["spreadsheet_api"]();
_api.asc_nativeOpenFile(doc_bin);
}
}
......
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