Revision 41500 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.exportto.app/org.gvsig.exportto.app.mainplugin/src/main/java/org/gvsig/exportto/app/extension/ExporttoLayerExtension.java

View differences:

ExporttoLayerExtension.java
106 106
    }
107 107

  
108 108
    public int showExportto(FLyrVect fLyrVect, IProjection projection,
109
            MapContext mapContext) {
110
        return this.showExportto(fLyrVect, projection, mapContext, WindowManager.MODE.DIALOG);
111
    }
112
    
113
    public int showExportto(FLyrVect fLyrVect, IProjection projection,
109 114
            MapContext mapContext, WindowManager.MODE mode) {
110 115

  
111 116
        JExporttoServicePanel panel

Also available in: Unified diff