Commit ddab33d2 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete model/DrawingObjects/GlobalLoaders.js -> use Common/GlobalLoaders.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66397 954022d7-b5bf-4e40-9824-e11837661b57
parent f42cdd24
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"../../Word/Drawing/WorkEvents.js", "../../Word/Drawing/WorkEvents.js",
"../../Word/Drawing/Externals.js", "../../Word/Drawing/Externals.js",
"../../Word/Drawing/Metafile.js", "../../Word/Drawing/Metafile.js",
"../../Excel/model/DrawingObjects/GlobalLoaders.js", "../../Common/GlobalLoaders.js",
"../../Excel/apiDefines.js", "../../Excel/apiDefines.js",
"../../Excel/document/empty-workbook.js", "../../Excel/document/empty-workbook.js",
"../../Excel/utils/utils.js", "../../Excel/utils/utils.js",
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
<script src="../model/DrawingObjects/DrawingDocument.js"></script> <script src="../model/DrawingObjects/DrawingDocument.js"></script>
<script src="../model/DrawingObjects/GlobalLoaders.js"></script> <script src="../../Common/GlobalLoaders.js"></script>
<script src="../model/DrawingObjects/Format/ShapePrototype.js"></script> <script src="../model/DrawingObjects/Format/ShapePrototype.js"></script>
......
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<script src="model/DrawingObjects/DrawingDocument.js"></script> <script src="model/DrawingObjects/DrawingDocument.js"></script>
<script src="model/DrawingObjects/GlobalLoaders.js"></script> <script src="../Common/GlobalLoaders.js"></script>
<script src="model/DrawingObjects/GlobalCounters.js"></script> <script src="model/DrawingObjects/GlobalCounters.js"></script>
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
<script src="model/DrawingObjects/DrawingDocument.js"></script> <script src="model/DrawingObjects/DrawingDocument.js"></script>
<script src="model/DrawingObjects/GlobalLoaders.js"></script> <script src="../Common/GlobalLoaders.js"></script>
<script src="model/DrawingObjects/Format/ShapePrototype.js"></script> <script src="model/DrawingObjects/Format/ShapePrototype.js"></script>
......
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/ShapeDrawer.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/ShapeDrawer.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/DrawingDocument.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/DrawingDocument.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/GlobalLoaders.js"></script> <script src="../../../../OfficeWeb/Common/GlobalLoaders.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/Format/ShapePrototype.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/Format/ShapePrototype.js"></script>
......
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/ShapeDrawer.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/ShapeDrawer.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/DrawingDocument.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/DrawingDocument.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/GlobalLoaders.js"></script> <script src="../../../../OfficeWeb/Common/GlobalLoaders.js"></script>
<script src="../../../../OfficeWeb/Excel/model/DrawingObjects/Format/ShapePrototype.js"></script> <script src="../../../../OfficeWeb/Excel/model/DrawingObjects/Format/ShapePrototype.js"></script>
......
This diff is collapsed.
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