diff --git a/apps/documenteditor/sdk_dev_scripts.js b/apps/documenteditor/sdk_dev_scripts.js index 92b63b4c6..c021353bd 100644 --- a/apps/documenteditor/sdk_dev_scripts.js +++ b/apps/documenteditor/sdk_dev_scripts.js @@ -88,10 +88,6 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/GraphicObjects/WrapManager.js", "../../../../sdkjs/word/Editor/CollaborativeEditing.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/word/Editor/Comments.js", "../../../../sdkjs/word/Editor/CommentsChanges.js", "../../../../sdkjs/word/Editor/Styles.js", @@ -139,6 +135,10 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/Table/TableRowChanges.js", "../../../../sdkjs/word/Editor/Table/TableCell.js", "../../../../sdkjs/word/Editor/Table/TableCellChanges.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/word/Editor/Serialize2.js", "../../../../sdkjs/word/Editor/Search.js", "../../../../sdkjs/word/Editor/Spelling.js", diff --git a/apps/presentationeditor/sdk_dev_scripts.js b/apps/presentationeditor/sdk_dev_scripts.js index 1ed7e32e5..f9f8b3370 100644 --- a/apps/presentationeditor/sdk_dev_scripts.js +++ b/apps/presentationeditor/sdk_dev_scripts.js @@ -81,10 +81,6 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/cell/view/DrawingObjectsController.js", "../../../../sdkjs/slide/Drawing/ThemeLoader.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/word/Editor/Serialize2.js", "../../../../sdkjs/word/Editor/Numbering.js", "../../../../sdkjs/word/Editor/NumberingChanges.js", @@ -133,6 +129,10 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/LogicDocumentController.js", "../../../../sdkjs/word/Editor/DrawingsController.js", "../../../../sdkjs/word/Editor/HeaderFooterController.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/slide/apiCommon.js", "../../../../sdkjs/common/apiBase.js", "../../../../sdkjs/slide/api.js", diff --git a/apps/spreadsheeteditor/sdk_dev_scripts.js b/apps/spreadsheeteditor/sdk_dev_scripts.js index 4fa9166aa..ed9644d13 100644 --- a/apps/spreadsheeteditor/sdk_dev_scripts.js +++ b/apps/spreadsheeteditor/sdk_dev_scripts.js @@ -121,10 +121,6 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/cell/Private/comments.js", "../../../../sdkjs/word/Editor/Common.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", - "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/word/Editor/Comments.js", "../../../../sdkjs/word/Editor/CommentsChanges.js", "../../../../sdkjs/word/Editor/Styles.js", @@ -170,6 +166,10 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/Table/TableRowChanges.js", "../../../../sdkjs/word/Editor/Table/TableCell.js", "../../../../sdkjs/word/Editor/Table/TableCellChanges.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js", + "../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../../../../sdkjs/word/Editor/Serialize2.js", "../../../../sdkjs/word/Editor/Spelling.js", "../../../../sdkjs/word/Editor/Footnotes.js",