From 1636239174fcebed58b4a12a3248518c1183c220 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Wed, 3 May 2017 17:56:42 +0300 Subject: [PATCH] Added references to a new files. --- apps/documenteditor/sdk_dev_scripts.js | 2 ++ apps/presentationeditor/sdk_dev_scripts.js | 2 ++ apps/spreadsheeteditor/sdk_dev_scripts.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/apps/documenteditor/sdk_dev_scripts.js b/apps/documenteditor/sdk_dev_scripts.js index 65821e8d7..cfda6c151 100644 --- a/apps/documenteditor/sdk_dev_scripts.js +++ b/apps/documenteditor/sdk_dev_scripts.js @@ -87,6 +87,8 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/CollaborativeEditing.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.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", diff --git a/apps/presentationeditor/sdk_dev_scripts.js b/apps/presentationeditor/sdk_dev_scripts.js index e99e080d5..1861f5ae9 100644 --- a/apps/presentationeditor/sdk_dev_scripts.js +++ b/apps/presentationeditor/sdk_dev_scripts.js @@ -80,6 +80,8 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/slide/Drawing/ThemeLoader.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.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", diff --git a/apps/spreadsheeteditor/sdk_dev_scripts.js b/apps/spreadsheeteditor/sdk_dev_scripts.js index 4fbd9869e..e02ca2848 100644 --- a/apps/spreadsheeteditor/sdk_dev_scripts.js +++ b/apps/spreadsheeteditor/sdk_dev_scripts.js @@ -120,6 +120,8 @@ var sdk_dev_scrpipts = [ "../../../../sdkjs/word/Editor/Common.js", "../../../../sdkjs/word/Editor/DocumentContentElementBase.js", "../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.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",