diff --git a/apps/spreadsheeteditor/main/app.js b/apps/spreadsheeteditor/main/app.js index 323d050c7b..ee7ce22798 100644 --- a/apps/spreadsheeteditor/main/app.js +++ b/apps/spreadsheeteditor/main/app.js @@ -189,7 +189,7 @@ require([ 'spreadsheeteditor/main/app/controller/ViewTab', 'spreadsheeteditor/main/app/controller/Search', 'spreadsheeteditor/main/app/controller/WBProtection', - 'spreadsheeteditor/main/app/view/FileMenuPanels', + // 'spreadsheeteditor/main/app/view/FileMenuPanels', // 'spreadsheeteditor/main/app/view/ParagraphSettings', // 'spreadsheeteditor/main/app/view/ImageSettings', // 'spreadsheeteditor/main/app/view/ChartSettings', diff --git a/apps/spreadsheeteditor/main/app/controller/Print.js b/apps/spreadsheeteditor/main/app/controller/Print.js index dda049ef7c..0c4bfb0e84 100644 --- a/apps/spreadsheeteditor/main/app/controller/Print.js +++ b/apps/spreadsheeteditor/main/app/controller/Print.js @@ -30,7 +30,8 @@ * */ define([ - 'core' + 'core', + 'spreadsheeteditor/main/app/view/FileMenuPanels' ], function () { 'use strict'; diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 4594185623..b53723790f 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -30,7 +30,8 @@ * */ define([ - 'common/main/lib/component/BaseView' + 'common/main/lib/component/BaseView', + 'common/main/lib/component/RadioBox' ], function () { 'use strict'; diff --git a/apps/spreadsheeteditor/main/app_dev.js b/apps/spreadsheeteditor/main/app_dev.js index 6bf42291b8..b894141b18 100644 --- a/apps/spreadsheeteditor/main/app_dev.js +++ b/apps/spreadsheeteditor/main/app_dev.js @@ -180,7 +180,7 @@ require([ 'spreadsheeteditor/main/app/controller/ViewTab', 'spreadsheeteditor/main/app/controller/Search', 'spreadsheeteditor/main/app/controller/WBProtection', - 'spreadsheeteditor/main/app/view/FileMenuPanels', + // 'spreadsheeteditor/main/app/view/FileMenuPanels', // 'spreadsheeteditor/main/app/view/ParagraphSettings', // 'spreadsheeteditor/main/app/view/ImageSettings', // 'spreadsheeteditor/main/app/view/ChartSettings', @@ -223,9 +223,9 @@ require([ 'spreadsheeteditor/main/app/view/SortDialog', 'spreadsheeteditor/main/app/view/ViewManagerDlg', - 'spreadsheeteditor/main/app/view/CellSettings', + // 'spreadsheeteditor/main/app/view/CellSettings', 'spreadsheeteditor/main/app/view/ChartDataDialog', - 'spreadsheeteditor/main/app/view/ChartSettings', + // 'spreadsheeteditor/main/app/view/ChartSettings', 'spreadsheeteditor/main/app/view/ChartTypeDialog', 'spreadsheeteditor/main/app/view/ExternalLinksDlg', 'spreadsheeteditor/main/app/view/FileMenuPanels', @@ -234,7 +234,7 @@ require([ 'spreadsheeteditor/main/app/view/NameManagerDlg', 'spreadsheeteditor/main/app/view/NamedRangePasteDlg', 'spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced', - 'spreadsheeteditor/main/app/view/PivotSettings', + // 'spreadsheeteditor/main/app/view/PivotSettings', 'spreadsheeteditor/main/app/view/PrintSettings', 'spreadsheeteditor/main/app/view/ProtectRangesDlg', 'spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg', diff --git a/apps/spreadsheeteditor/main/app_pack.js b/apps/spreadsheeteditor/main/app_pack.js index 5270d03cdb..c29561c2ea 100644 --- a/apps/spreadsheeteditor/main/app_pack.js +++ b/apps/spreadsheeteditor/main/app_pack.js @@ -21,18 +21,18 @@ require([ 'spreadsheeteditor/main/app/view/SortDialog', 'spreadsheeteditor/main/app/view/ViewManagerDlg', - 'spreadsheeteditor/main/app/view/CellSettings', + // 'spreadsheeteditor/main/app/view/CellSettings', 'spreadsheeteditor/main/app/view/ChartDataDialog', - 'spreadsheeteditor/main/app/view/ChartSettings', + // 'spreadsheeteditor/main/app/view/ChartSettings', 'spreadsheeteditor/main/app/view/ChartTypeDialog', 'spreadsheeteditor/main/app/view/ExternalLinksDlg', - 'spreadsheeteditor/main/app/view/FileMenuPanels', + // 'spreadsheeteditor/main/app/view/FileMenuPanels', 'spreadsheeteditor/main/app/view/FormatRulesManagerDlg', 'spreadsheeteditor/main/app/view/MacroDialog', 'spreadsheeteditor/main/app/view/NameManagerDlg', 'spreadsheeteditor/main/app/view/NamedRangePasteDlg', 'spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced', - 'spreadsheeteditor/main/app/view/PivotSettings', + // 'spreadsheeteditor/main/app/view/PivotSettings', 'spreadsheeteditor/main/app/view/PrintSettings', 'spreadsheeteditor/main/app/view/ProtectRangesDlg', 'spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg',