From a6b95468f147ebe64ec4ace509b6a92d5def4d82 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Mon, 15 May 2017 17:36:12 +0300 Subject: [PATCH] Added new file for class CInlineLevelSdt. --- apps/documenteditor/sdk_dev_scripts.js | 1 + apps/presentationeditor/sdk_dev_scripts.js | 1 + apps/spreadsheeteditor/sdk_dev_scripts.js | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/documenteditor/sdk_dev_scripts.js b/apps/documenteditor/sdk_dev_scripts.js index 98348c3e68..92b63b4c6b 100644 --- a/apps/documenteditor/sdk_dev_scripts.js +++ b/apps/documenteditor/sdk_dev_scripts.js @@ -89,6 +89,7 @@ var sdk_dev_scrpipts = [ "../../../../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", diff --git a/apps/presentationeditor/sdk_dev_scripts.js b/apps/presentationeditor/sdk_dev_scripts.js index 8d2cc072c9..103e7cacd0 100644 --- a/apps/presentationeditor/sdk_dev_scripts.js +++ b/apps/presentationeditor/sdk_dev_scripts.js @@ -82,6 +82,7 @@ var sdk_dev_scrpipts = [ "../../../../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", diff --git a/apps/spreadsheeteditor/sdk_dev_scripts.js b/apps/spreadsheeteditor/sdk_dev_scripts.js index 2ac9f04c5f..4fa9166aad 100644 --- a/apps/spreadsheeteditor/sdk_dev_scripts.js +++ b/apps/spreadsheeteditor/sdk_dev_scripts.js @@ -122,6 +122,7 @@ var sdk_dev_scrpipts = [ "../../../../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",