Commit 189cdb8a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Merged revision(s) r62968 from...

Merged revision(s) r62968 from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.0_Postgresql/OfficeWeb* Revert CellComment.js and WorksheetView.js in Private

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63426 954022d7-b5bf-4e40-9824-e11837661b57
parent 3dbaded5
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
"../../Excel/utils/utils.js", "../../Excel/utils/utils.js",
"../../Excel/model/CellComment.js", "../../Excel/model/CellComment.js",
"../../Excel/model/Private/CellComment.js",
"../../Excel/model/Serialize.js", "../../Excel/model/Serialize.js",
"../../Excel/model/WorkbookElems.js", "../../Excel/model/WorkbookElems.js",
"../../Excel/model/Workbook.js", "../../Excel/model/Workbook.js",
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
"../../Excel/model/History.js", "../../Excel/model/History.js",
"../../Excel/model/UndoRedo.js", "../../Excel/model/UndoRedo.js",
"../../Excel/model/CellComment.js", "../../Excel/model/CellComment.js",
"../../Excel/model/Private/CellComment.js",
"../../Excel/view/mobileTouch.js", "../../Excel/view/mobileTouch.js",
"../../Excel/view/iscroll.js", "../../Excel/view/iscroll.js",
"../../Excel/view/PopUpSelector.js", "../../Excel/view/PopUpSelector.js",
...@@ -74,7 +73,6 @@ ...@@ -74,7 +73,6 @@
"../../Excel/view/CellTextRender.js", "../../Excel/view/CellTextRender.js",
"../../Excel/view/CellEditorView.js", "../../Excel/view/CellEditorView.js",
"../../Excel/view/WorksheetView.js", "../../Excel/view/WorksheetView.js",
"../../Excel/view/Private/WorksheetView.js",
"../../Excel/view/HandlerList.js", "../../Excel/view/HandlerList.js",
"../../Excel/view/EventsController.js", "../../Excel/view/EventsController.js",
"../../Excel/view/WorkbookView.js", "../../Excel/view/WorkbookView.js",
...@@ -207,7 +205,6 @@ ...@@ -207,7 +205,6 @@
"model/AdvancedOptions.js", "model/AdvancedOptions.js",
"model/CellInfo.js", "model/CellInfo.js",
"model/CellComment.js", "model/CellComment.js",
"model/Private/CellComment.js",
"utils/utils.js", "utils/utils.js",
"css/*.css" "css/*.css"
], ],
......
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
"../../Word/Math/borderBox.js", "../../Word/Math/borderBox.js",
"../../Excel/utils/utils.js", "../../Excel/utils/utils.js",
"../../Excel/model/CellComment.js", "../../Excel/model/CellComment.js",
"../../Excel/model/Private/CellComment.js",
"../../Excel/model/Serialize.js", "../../Excel/model/Serialize.js",
"../../Excel/model/WorkbookElems.js", "../../Excel/model/WorkbookElems.js",
"../../Excel/model/Workbook.js", "../../Excel/model/Workbook.js",
......
"use strict";
/* CellComment.js
*
* Author: Alexander.Trofimov@avsmedia.net
* Date: Apr 23, 2015
*/
\ No newline at end of file
"use strict";
/* WorksheetView.js
*
* Author: Alexander.Trofimov@avsmedia.net
* Date: Apr 23, 2015
*/
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