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

add ParagraphContentBase.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58171 954022d7-b5bf-4e40-9824-e11837661b57
parent b2993295
...@@ -124,6 +124,7 @@ ...@@ -124,6 +124,7 @@
"../../Word/Editor/Styles.js", "../../Word/Editor/Styles.js",
"../../Word/Editor/Numbering.js", "../../Word/Editor/Numbering.js",
"../../Word/Editor/ParagraphContent.js", "../../Word/Editor/ParagraphContent.js",
"../../Word/Editor/ParagraphContentBase.js",
"../../Word/Editor/Run.js", "../../Word/Editor/Run.js",
"../../Word/Editor/Hyperlink.js", "../../Word/Editor/Hyperlink.js",
"../../Word/Editor/FlowObjects.js", "../../Word/Editor/FlowObjects.js",
...@@ -132,6 +133,7 @@ ...@@ -132,6 +133,7 @@
"../../Word/Editor/DocumentContent.js", "../../Word/Editor/DocumentContent.js",
"../../Word/Editor/HeaderFooter.js", "../../Word/Editor/HeaderFooter.js",
"../../Word/Editor/Table.js", "../../Word/Editor/Table.js",
"../../Word/Editor/Math.js",
"../../Word/Editor/Spelling.js", "../../Word/Editor/Spelling.js",
"../../Word/Editor/FontClassification.js", "../../Word/Editor/FontClassification.js",
"../../PowerPoint/Editor/Format/ShapePrototype.js", "../../PowerPoint/Editor/Format/ShapePrototype.js",
......
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
<script src="../../../../OfficeWeb/Word/Editor/Styles.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Styles.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Numbering.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Numbering.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/ParagraphContent.js"></script> <script src="../../../../OfficeWeb/Word/Editor/ParagraphContent.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/ParagraphContentBase.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Run.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Run.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Hyperlink.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Hyperlink.js"></script>
...@@ -215,6 +216,7 @@ ...@@ -215,6 +216,7 @@
<script src="../../../../OfficeWeb/Word/Editor/DocumentContent.js"></script> <script src="../../../../OfficeWeb/Word/Editor/DocumentContent.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/HeaderFooter.js"></script> <script src="../../../../OfficeWeb/Word/Editor/HeaderFooter.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Table.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Table.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Math.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/Spelling.js"></script> <script src="../../../../OfficeWeb/Word/Editor/Spelling.js"></script>
<script src="../../../../OfficeWeb/Word/Editor/FontClassification.js"></script> <script src="../../../../OfficeWeb/Word/Editor/FontClassification.js"></script>
......
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