|
|
|
@ -6,7 +6,6 @@ import com.fr.design.DesignerEnvManager;
|
|
|
|
|
import com.fr.design.actions.file.WebPreviewUtils; |
|
|
|
|
import com.fr.design.actions.file.newReport.NewPolyReportAction; |
|
|
|
|
import com.fr.design.actions.file.newReport.NewWorkBookAction; |
|
|
|
|
import com.fr.design.actions.server.LocalAnalyzerAction; |
|
|
|
|
import com.fr.design.actions.server.ServerConfigManagerAction; |
|
|
|
|
import com.fr.design.actions.server.StyleListAction; |
|
|
|
|
import com.fr.design.actions.server.predefined.ServerPredefinedStyleAction; |
|
|
|
@ -177,7 +176,6 @@ public class MainDesigner extends BaseDesigner {
|
|
|
|
|
new WidgetManagerAction() |
|
|
|
|
); |
|
|
|
|
menuDef.addShortCut(new ChartPreStyleAction(), new ChartEmptyDataStyleAction(),new ChartMapEditorAction()); |
|
|
|
|
menuDef.addShortCut(new LocalAnalyzerAction()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
insertMenu(menuDef, MenuHandler.SERVER); |
|
|
|
|